Home
last modified time | relevance | path

Searched refs:DebugLabeler (Results 1 – 25 of 83) sorted by relevance

1234

/dports/security/keybase/client-v5.7.1/go/chat/storage/
H A Dstorage_msgid_tracker.go16 utils.DebugLabeler anonMember
22 DebugLabeler: utils.NewDebugLabeler(g.ExternalG(), "MsgIDTracker", false),
42 return NewInternalError(ctx, t.DebugLabeler, "GetRaw error: %s", err.Error())
47 return NewInternalError(ctx, t.DebugLabeler, "decode error: %s", err.Error())
56 return NewInternalError(ctx, t.DebugLabeler, "encode error: %s", err.Error())
59 return NewInternalError(ctx, t.DebugLabeler, "PutRaw error: %s", err.Error())
72 return 0, NewInternalError(ctx, t.DebugLabeler, "GetRaw error: %s", err.Error())
80 return 0, NewInternalError(ctx, t.DebugLabeler, "decode error: %s", err.Error())
H A Dstorage_blockengine.go20 utils.DebugLabeler anonMember
26 DebugLabeler: utils.NewDebugLabeler(g.ExternalG(), "BlockEngine", true),
92 return bi, NewInternalError(ctx, be.DebugLabeler, "createBlockIndex: failed to encode %s", ierr)
95 return bi, NewInternalError(ctx, be.DebugLabeler, "createBlockIndex: failed to write: %s", ierr)
210 return block{}, NewInternalError(ctx, be.DebugLabeler, "getBlock: invalid block id: %d", id)
237 NewInternalError(ctx, be.DebugLabeler, "readBlock: failed to read raw: %s", ierr.Error())
241 return res, NewInternalError(ctx, be.DebugLabeler, "readBlock: block not found: id: %d", id)
248 NewInternalError(ctx, be.DebugLabeler, "readBlock: failed to decode: %s", ierr.Error())
269 NewInternalError(ctx, be.DebugLabeler, "readBlock: failed to decode: %s", ierr.Error())
285 return NewInternalError(ctx, be.DebugLabeler, "writeBlock: failed to encode: %s", ierr.Error())
[all …]
H A Dstorage_breaks.go16 utils.DebugLabeler anonMember
22 DebugLabeler: utils.NewDebugLabeler(g.ExternalG(), "BreakTracker", false),
40 return NewInternalError(ctx, b.DebugLabeler, "encode error: %s", err.Error())
43 return NewInternalError(ctx, b.DebugLabeler, "PutRaw error: %s", err.Error())
54 return true, NewInternalError(ctx, b.DebugLabeler, "GetRaw error: %s", err.Error())
64 return true, NewInternalError(ctx, b.DebugLabeler, "decode error: %s", err.Error())
H A Dstorage_delh.go16 utils.DebugLabeler anonMember
32 DebugLabeler: utils.NewDebugLabeler(g.ExternalG(), "DelhTracker", false),
52 return res, NewInternalError(ctx, t.DebugLabeler, "GetRaw error: %s", err.Error())
60 return blank, NewInternalError(ctx, t.DebugLabeler, "decode error: %s", err.Error())
77 return NewInternalError(ctx, t.DebugLabeler, "encode error: %s", err.Error())
83 return NewInternalError(ctx, t.DebugLabeler, "PutRaw error: %s", err.Error())
H A Doutbox_basebox.go17 utils.DebugLabeler anonMember
25 DebugLabeler: utils.NewDebugLabeler(g.ExternalG(), "outboxBaseboxStorage", false),
41 return NewInternalError(ctx, s.DebugLabeler, "error clearing outbox: uid: %s err: %s", s.uid, err)
58 return res, NewInternalError(ctx, s.DebugLabeler, "failure to read chat outbox: %s", ierr)
80 return NewInternalError(ctx, s.DebugLabeler, "error writing outbox: err: %s", ierr)
H A Dreadoutbox.go29 utils.DebugLabeler anonMember
38 DebugLabeler: utils.NewDebugLabeler(g.ExternalG(), "ReadOutbox", false),
54 return NewInternalError(ctx, o.DebugLabeler, "error clearing read outbox: uid: %s err: %s",
68 o.maybeNuke(NewInternalError(ctx, o.DebugLabeler, ierr.Error()), o.dbKey())
90 return NewInternalError(ctx, o.DebugLabeler, "error writing outbox: err: %s", ierr)
102 return NewInternalError(ctx, o.DebugLabeler, "failed to generate id: %s", ierr)
H A Dstorage_ephemeral_purge.go55 …return nil, nil, NewInternalError(ctx, s.DebugLabeler, "EphemeralTracker unable to InactivatePurge…
64 …return nil, nil, NewInternalError(ctx, s.DebugLabeler, "EphemeralTracker unable to InactivatePurge…
76 …return nil, nil, NewInternalError(ctx, s.DebugLabeler, "EphemeralTracker unable to SetPurgeInfo: %…
91 …return nil, NewInternalError(ctx, s.DebugLabeler, "EphemeralTracker unable to MaybeUpdatePurgeInfo…
H A Dpinignore.go16 utils.DebugLabeler anonMember
24 DebugLabeler: utils.NewDebugLabeler(g.ExternalG(), "PinIgnore", false),
/dports/security/keybase/client-v5.7.1/go/chat/
H A Didentify.go28 utils.DebugLabeler anonMember
35 DebugLabeler: utils.NewDebugLabeler(g.ExternalG(), "SimpleIdentifyNotifier", false),
53 utils.DebugLabeler anonMember
63 DebugLabeler: utils.NewDebugLabeler(g.ExternalG(), "CachingIdentifyNotifier", false),
111 utils.DebugLabeler anonMember
117 DebugLabeler: utils.NewDebugLabeler(g.ExternalG(), "IdentifyChangedHandler", false),
155 utils.DebugLabeler anonMember
161 DebugLabeler: utils.NewDebugLabeler(g.ExternalG(), "NameIdentifier", false),
H A Dsourceofflinable.go21 utils.DebugLabeler anonMember
29 func newSourceOfflinable(g *globals.Context, labeler utils.DebugLabeler) *sourceOfflinable { argument
32 DebugLabeler: labeler,
H A Ddevstorage.go17 utils.DebugLabeler anonMember
27 DebugLabeler: utils.NewDebugLabeler(g.ExternalG(), "DevConversationBackedStorage", false),
73 …convs, err := FindConversations(ctx, s.G(), s.DebugLabeler, types.InboxSourceDataSourceAll, s.ri, …
H A Dconvdevstorage.go17 utils.DebugLabeler anonMember
30 DebugLabeler: utils.NewDebugLabeler(g.ExternalG(), "ConvDevConversationBackedStorage", false),
144 if err = JoinConversation(ctx, s.G(), s.DebugLabeler, s.ri, uid, conv.GetConvID()); err != nil {
159 …convs, err := FindConversations(ctx, s.G(), s.DebugLabeler, types.InboxSourceDataSourceAll, s.ri, …
H A Dmobilepush.go42 utils.DebugLabeler anonMember
48 DebugLabeler: utils.NewDebugLabeler(g.ExternalG(), "MobilePush", false),
54 conn, token, err := utils.GetGregorConn(ctx, h.G(), h.DebugLabeler,
H A Dexternalapikeys.go14 utils.DebugLabeler anonMember
22 DebugLabeler: utils.NewDebugLabeler(g.ExternalG(), "RemoteExternalAPIKeySource", false),
H A Dretry.go34 utils.DebugLabeler anonMember
47 DebugLabeler: utils.NewDebugLabeler(g.ExternalG(), dstr, false),
125 utils.DebugLabeler anonMember
135 DebugLabeler: utils.NewDebugLabeler(g.ExternalG(), "FullInboxRetry", false),
209 utils.DebugLabeler anonMember
222 DebugLabeler: utils.NewDebugLabeler(g.ExternalG(), "FetchRetrier", false),
H A Dremoteclient.go14 utils.DebugLabeler anonMember
21 DebugLabeler: utils.NewDebugLabeler(g.ExternalG(), "RemoteClient", false),
H A Dhelper.go26 utils.DebugLabeler anonMember
36 DebugLabeler: utils.NewDebugLabeler(g.ExternalG(), "Helper", false),
337 utils.DebugLabeler anonMember
357 DebugLabeler: utils.NewDebugLabeler(g.ExternalG(), "sendHelper", false),
426 utils.DebugLabeler anonMember
508 func GetTopicNameState(ctx context.Context, g *globals.Context, debugger utils.DebugLabeler, argument
794 return JoinConversation(ctx, h.G(), h.DebugLabeler, h.ri, uid, convID)
797 func JoinConversation(ctx context.Context, g *globals.Context, debugger utils.DebugLabeler, argument
874 return LeaveConversation(ctx, h.G(), h.DebugLabeler, h.ri, uid, convID)
971 utils.DebugLabeler anonMember
[all …]
/dports/security/keybase/client-v5.7.1/go/chat/attachments/
H A Dgallery.go24 utils.DebugLabeler anonMember
32 DebugLabeler: utils.NewDebugLabeler(g.ExternalG(), "Attachments.Gallery", false),
95 InitialPagination: utils.MessageIDControlToPagination(ctx, g.DebugLabeler, idcontrol, nil),
164 pagination := utils.MessageIDControlToPagination(ctx, g.DebugLabeler, &chat1.MessageIDControl{
188 return utils.MessageIDControlToPagination(ctx, g.DebugLabeler, &chat1.MessageIDControl{
H A Dsender.go18 utils.DebugLabeler anonMember
24 DebugLabeler: utils.NewDebugLabeler(g.ExternalG(), "Attachments.Sender", false),
35 …pre, err := PreprocessAsset(ctx, s.G(), s.DebugLabeler, src, filename, s.G().NativeVideoHelper, ni…
57 …return PreprocessAsset(ctx, s.G(), s.DebugLabeler, src, filename, s.G().NativeVideoHelper, callerP…
H A Dpreview.go67 func Preview(ctx context.Context, log utils.DebugLabeler, src ReadResetter, contentType, argument
97 func previewVideoBlank(ctx context.Context, log utils.DebugLabeler, src io.Reader, argument
131 func previewImage(ctx context.Context, log utils.DebugLabeler, src io.Reader, basename, contentType… argument
181 func previewGIF(ctx context.Context, log utils.DebugLabeler, src io.Reader, basename string) (*Prev… argument
H A Dpendingpreviews.go17 utils.DebugLabeler anonMember
23 DebugLabeler: utils.NewDebugLabeler(g.ExternalG(), "PendingPreviews", false),
/dports/security/keybase/client-v5.7.1/go/chat/utils/
H A Dutils.go503 type DebugLabeler struct { struct
509 func NewDebugLabeler(g *libkb.GlobalContext, label string, verbose bool) DebugLabeler {
510 return DebugLabeler{
517 func (d DebugLabeler) GetLog() logger.Logger { argument
521 func (d DebugLabeler) GetPerfLog() logger.Logger { argument
525 func (d DebugLabeler) showVerbose() bool { argument
529 func (d DebugLabeler) showLog() bool { argument
536 func (d DebugLabeler) Debug(ctx context.Context, msg string, args ...interface{}) { argument
542 func (d DebugLabeler) Trace(ctx context.Context, err *error, format string, args ...interface{}) fu… argument
546 func (d DebugLabeler) PerfTrace(ctx context.Context, err *error, format string, args ...interface{}… argument
[all …]
/dports/security/keybase/client-v5.7.1/go/service/
H A Dtlf.go20 utils.DebugLabeler anonMember
30 DebugLabeler: utils.NewDebugLabeler(g.ExternalG(), "TlfHandler", false),
/dports/security/keybase/client-v5.7.1/go/chat/commands/
H A Dbase.go17 utils.DebugLabeler anonMember
28 DebugLabeler: utils.NewDebugLabeler(g.ExternalG(), fmt.Sprintf("Commands.%s", name), false),
/dports/security/keybase/client-v5.7.1/go/chat/unfurl/
H A Dscraper.go18 utils.DebugLabeler anonMember
26 DebugLabeler: utils.NewDebugLabeler(g.ExternalG(), "Scraper", false),

1234