Home
last modified time | relevance | path

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

12

/base/msdp/device_status/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()
/base/msdp/device_status/intention/prototype/include/
H A Di_context.h51 virtual IDSoftbusAdapter& GetDSoftbus() = 0;
/base/msdp/device_status/test/unittest/intention/cooperate/include/
H A Dinput_event_interceptor_test.h52 IDSoftbusAdapter& GetDSoftbus() override;
H A Dinput_event_builder_test.h52 IDSoftbusAdapter& GetDSoftbus() override;
H A Dcooperate_test.h55 IDSoftbusAdapter& GetDSoftbus() override;
H A Dcooperate_plugin_test.h56 IDSoftbusAdapter& GetDSoftbus() override;
H A Dtest_context.h85 IDSoftbusAdapter& GetDSoftbus() override;
/base/msdp/device_status/test/unittest/intention/drag/include/
H A Ddrag_server_test.h47 IDSoftbusAdapter& GetDSoftbus() override;
/base/msdp/device_status/test/unittest/intention/services/include/
H A Dintention_service_test.h56 IDSoftbusAdapter& GetDSoftbus() override;
H A Ddevice_manager_test.h71 IDSoftbusAdapter& GetDSoftbus() override;
/base/msdp/device_status/intention/cooperate/plugin/src/input_event_transmission/
H A Dinput_event_interceptor.cpp128 env_->GetDSoftbus().SendPacket(remoteNetworkId_, packet); in OnPointerEvent()
168 env_->GetDSoftbus().SendPacket(remoteNetworkId_, packet); in OnKeyEvent()
H A Dinput_event_builder.cpp74 env_->GetDSoftbus().AddObserver(observer_); in Enable()
85 env_->GetDSoftbus().RemoveObserver(observer_); in Disable()
/base/msdp/device_status/test/unittest/intention/scheduler/include/
H A Dtimer_manager_test.h69 IDSoftbusAdapter& GetDSoftbus() override;
/base/msdp/device_status/test/fuzztest/msdpdevicemanager_fuzzer/
H A Dmsdpdevicemanager_fuzzer.h71 IDSoftbusAdapter& GetDSoftbus() override;
H A Dmsdpdevicemanager_fuzzer.cpp104 IDSoftbusAdapter& ContextService::GetDSoftbus() in GetDSoftbus() function in OHOS::Msdp::DeviceStatus::ContextService
/base/msdp/device_status/test/unittest/intention/cooperate/src/
H A Dtest_context.cpp182 IDSoftbusAdapter& TestContext::GetDSoftbus() in GetDSoftbus() function in OHOS::Msdp::DeviceStatus::TestContext
H A Dinput_event_interceptor_test.cpp95 IDSoftbusAdapter& ContextService::GetDSoftbus() in GetDSoftbus() function in OHOS::Msdp::DeviceStatus::Cooperate::ContextService
H A Dcooperate_test.cpp107 IDSoftbusAdapter& ContextService::GetDSoftbus() in GetDSoftbus() function in OHOS::Msdp::DeviceStatus::ContextService
H A Dinput_event_builder_test.cpp96 IDSoftbusAdapter& ContextService::GetDSoftbus() in GetDSoftbus() function in OHOS::Msdp::DeviceStatus::Cooperate::ContextService
/base/msdp/device_status/services/native/include/
H A Ddevicestatus_service.h64 IDSoftbusAdapter& GetDSoftbus() override;
/base/msdp/device_status/test/unittest/intention/services/src/
H A Ddevice_manager_test.cpp106 IDSoftbusAdapter& ContextService::GetDSoftbus() in GetDSoftbus() function in OHOS::Msdp::DeviceStatus::ContextService
H A Dintention_service_test.cpp138 IDSoftbusAdapter& ContextService::GetDSoftbus() in GetDSoftbus() function in OHOS::Msdp::DeviceStatus::ContextService
/base/msdp/device_status/test/unittest/intention/scheduler/src/
H A Dtimer_manager_test.cpp110 IDSoftbusAdapter& ContextService::GetDSoftbus() in GetDSoftbus() function in OHOS::Msdp::DeviceStatus::ContextService

Completed in 14 milliseconds

12