Home
last modified time | relevance | path

Searched refs:BlockingSender (Results 1 – 8 of 8) sorted by relevance

/dports/security/keybase/client-v5.7.1/go/chat/
H A Dsender.go26 type BlockingSender struct { struct
37 var _ types.Sender = (*BlockingSender)(nil)
40 return &BlockingSender{
51 func (s *BlockingSender) setPrevPagination(p *chat1.Pagination) { argument
55 func (s *BlockingSender) SetClock(clock clockwork.Clock) { argument
262 func (s *BlockingSender) getAllDeletedEdits(ctx context.Context, uid gregor1.UID, argument
382 func (s *BlockingSender) getMessage(ctx context.Context, uid gregor1.UID, argument
512 func (s *BlockingSender) resolveOutboxIDEdit(ctx context.Context, uid gregor1.UID, argument
589 func (s *BlockingSender) handleEmojis(ctx context.Context, uid gregor1.UID, argument
1127 func (s *BlockingSender) Sign(payload []byte) ([]byte, error) { argument
[all …]
H A Dconvloader_test.go245 skp, err := sender.(*BlockingSender).getSigningKeyPair(ctx)
H A Dsender_test.go1147 …blockingSender.(*BlockingSender).G().ConvSource.(*HybridConversationSource).blackoutPullForTesting…
1167 …blockingSender.(*BlockingSender).G().ConvSource.(*HybridConversationSource).blackoutPullForTesting…
H A Dhelper.go1418 …sendBulkAddToConv := func(ctx context.Context, sender *BlockingSender, usernames []string, convID …
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/dbus-0.9.5/src/blocking/
H A Dgenerated_org_freedesktop_standard_interfaces.rs13 impl<'a, T: blocking::BlockingSender, C: ::std::ops::Deref<Target=T>> Properties for blocking::Prox…
64 impl<'a, T: blocking::BlockingSender, C: ::std::ops::Deref<Target=T>> Introspectable for blocking::…
77 impl<'a, T: blocking::BlockingSender, C: ::std::ops::Deref<Target=T>> Peer for blocking::Proxy<'a, …
93 impl<'a, T: blocking::BlockingSender, C: ::std::ops::Deref<Target=T>> ObjectManager for blocking::P…
H A Dgenerated_org_freedesktop_dbus.rs31 impl<'a, T: blocking::BlockingSender, C: ::std::ops::Deref<Target=T>> DBus for blocking::Proxy<'a, …
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/dbus-0.9.5/src/
H A Dblocking.rs50 …pub (crate) fn request_name<S: crate::blocking::BlockingSender>(s: &S, name: &str, allow_replaceme… in request_name()
66 pub (crate) fn release_name<S: crate::blocking::BlockingSender>(s: &S, name: &str) in release_name()
277 impl BlockingSender for $c { impl
341 pub trait BlockingSender { interface
348 impl BlockingSender for Channel {
378 impl<'a, T: BlockingSender, C: std::ops::Deref<Target=T>> Proxy<'a, C> {
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/dbus-0.9.5/src/ffidisp/
H A Dconnection.rs475 impl crate::blocking::BlockingSender for Connection {