Home
last modified time | relevance | path

Searched refs:dsoftbus_ (Results 1 - 7 of 7) sorted by relevance

/foundation/multimodalinput/input/intention/cooperate/plugin/src/
H A Dcooperate_free.cpp76 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 Dcooperate_out.cpp210 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 Dcooperate_in.cpp175 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 Dcooperate_context.cpp118 : 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 Dtest_context.cpp137 dsoftbus_ = std::make_unique<DSoftbusAdapter>(); in TestContext()
177 return *dsoftbus_; in GetDSoftbus()
/foundation/multimodalinput/input/intention/cooperate/test/include/
H A Dtest_context.h94 std::unique_ptr<IDSoftbusAdapter> dsoftbus_ { nullptr };
/foundation/multimodalinput/input/intention/cooperate/plugin/include/
H A Dcooperate_context.h95 DSoftbusHandler dsoftbus_; member in OHOS::Msdp::DeviceStatus::Cooperate::final

Completed in 5 milliseconds