Home
last modified time | relevance | path

Searched refs:GetDSoftbus (Results 1 - 10 of 10) sorted by relevance

/foundation/multimodalinput/input/intention/cooperate/plugin/src/
H A Ddsoftbus_handler.cpp78 env_->GetDSoftbus().AddObserver(observer_); in DSoftbusHandler()
84 env_->GetDSoftbus().RemoveObserver(observer_); in ~DSoftbusHandler()
102 return env_->GetDSoftbus().OpenSession(networkId); in OpenSession()
108 env_->GetDSoftbus().CloseSession(networkId); in CloseSession()
114 env_->GetDSoftbus().CloseAllSessions(); in CloseAllSessions()
127 int32_t ret = env_->GetDSoftbus().SendPacket(networkId, packet); in StartCooperate()
138 int32_t ret = env_->GetDSoftbus().SendPacket(networkId, packet); in StopCooperate()
154 int32_t ret = env_->GetDSoftbus().SendPacket(networkId, packet); in ComeBack()
170 int32_t ret = env_->GetDSoftbus().SendPacket(networkId, packet); in RelayCooperate()
186 int32_t ret = env_->GetDSoftbus() in RelayCooperateFinish()
[all...]
H A Dinput_device_mgr.cpp140 if (int32_t ret = env_->GetDSoftbus().SendPacket(remoteNetworkId, packet); ret != RET_OK) { in NotifyInputDeviceToRemote()
174 if (int32_t ret = env_->GetDSoftbus().BroadcastPacket(packet); ret != RET_OK) { in BroadcastHotPlugToRemote()
H A Dmouse_location.cpp379 if (!context_->GetDSoftbus().HasSessionExisted(remoteNetworkId)) { in SendPacket()
383 if (context_->GetDSoftbus().SendPacket(remoteNetworkId, packet) != RET_OK) { in SendPacket()
/foundation/multimodalinput/input/intention/prototype/include/
H A Di_context.h49 virtual IDSoftbusAdapter& GetDSoftbus() = 0;
/foundation/multimodalinput/input/intention/cooperate/plugin/src/input_event_transmission/
H A Dinput_event_interceptor.cpp116 env_->GetDSoftbus().SendPacket(remoteNetworkId_, packet); in OnPointerEvent()
136 env_->GetDSoftbus().SendPacket(remoteNetworkId_, packet); in OnKeyEvent()
H A Dinput_event_builder.cpp61 env_->GetDSoftbus().AddObserver(observer_); in Enable()
71 env_->GetDSoftbus().RemoveObserver(observer_); in Disable()
/foundation/multimodalinput/input/intention/cooperate/test/src/
H A Dtest_context.cpp175 IDSoftbusAdapter& TestContext::GetDSoftbus() in GetDSoftbus() function in OHOS::Msdp::DeviceStatus::TestContext
/foundation/multimodalinput/input/intention/cooperate/test/include/
H A Dtest_context.h84 IDSoftbusAdapter& GetDSoftbus() override;
/foundation/multimodalinput/input/intention/services/test/unittest/include/
H A Ddevice_manager_test.h70 IDSoftbusAdapter& GetDSoftbus() override;
/foundation/multimodalinput/input/intention/services/test/unittest/src/
H A Ddevice_manager_test.cpp99 IDSoftbusAdapter& ContextService::GetDSoftbus() in GetDSoftbus() function in OHOS::Msdp::DeviceStatus::ContextService

Completed in 6 milliseconds