Searched refs:dsoftbus_ (Results 1 - 7 of 7) sorted by relevance
/foundation/multimodalinput/input/intention/cooperate/plugin/src/ |
H A D | cooperate_free.cpp | 76 context.dsoftbus_.CloseAllSessions(); in UnchainConnections() 127 int32_t ret = context.dsoftbus_.OpenSession(context.Peer()); in OnStart() 145 context.dsoftbus_.StartCooperate(context.Peer(), startNotice); in OnStart() 174 context.dsoftbus_.CloseAllSessions(); in OnAppClosed()
|
H A D | cooperate_out.cpp | 210 context.dsoftbus_.StopCooperate(context.Peer(), stopNotice); in OnRemoteStart() 246 int32_t ret = context.dsoftbus_.OpenSession(notice.targetNetworkId); in OnRelay() 251 context.dsoftbus_.RelayCooperateFinish(notice.networkId, resp); in OnRelay() 256 context.dsoftbus_.RelayCooperateFinish(notice.networkId, resp); in OnRelay() 277 context.dsoftbus_.CloseAllSessions(); in OnAppClosed() 339 context.dsoftbus_.StopCooperate(context.Peer(), notice); in StopCooperate() 350 context.dsoftbus_.CloseAllSessions(); in UnchainConnections()
|
H A D | cooperate_in.cpp | 175 if (context.dsoftbus_.ComeBack(context.Peer(), notice) != RET_OK) { in OnComeBack() 226 context.dsoftbus_.StopCooperate(context.Peer(), stopNotice); in OnRemoteStart() 254 context.dsoftbus_.CloseAllSessions(); in OnAppClosed() 453 context.dsoftbus_.CloseAllSessions(); in OnAppClosed() 546 context.dsoftbus_.StartCooperate(parent_.process_.Peer(), notice); in OnNormal() 557 int32_t ret = context.dsoftbus_.OpenSession(remoteNetworkId); in OnProgress() 568 context.dsoftbus_.RelayCooperate(context.Peer(), notice); in OnProgress() 602 context.dsoftbus_.StopCooperate(context.Peer(), notice); in StopCooperate() 612 context.dsoftbus_.CloseAllSessions(); in UnchainConnections()
|
H A D | cooperate_context.cpp | 118 : dsoftbus_(env), eventMgr_(env), hotArea_(env), mouseLocation_(env), inputDevMgr_(env), in Context() 125 dsoftbus_.AttachSender(sender); in AttachSender()
|
/foundation/multimodalinput/input/intention/cooperate/test/src/ |
H A D | test_context.cpp | 137 dsoftbus_ = std::make_unique<DSoftbusAdapter>(); in TestContext() 177 return *dsoftbus_; in GetDSoftbus()
|
/foundation/multimodalinput/input/intention/cooperate/test/include/ |
H A D | test_context.h | 94 std::unique_ptr<IDSoftbusAdapter> dsoftbus_ { nullptr };
|
/foundation/multimodalinput/input/intention/cooperate/plugin/include/ |
H A D | cooperate_context.h | 95 DSoftbusHandler dsoftbus_; member in OHOS::Msdp::DeviceStatus::Cooperate::final
|
Completed in 6 milliseconds