/foundation/distributedhardware/device_manager/services/implementation/include/dependency/softbus/ |
H A D | softbus_discovery_callback.h | 24 virtual void OnDeviceFound(const std::string &pkgName, DmDeviceBasicInfo &info, in OnDeviceFound() function in OHOS::DistributedHardware::ISoftbusDiscoveryCallback
|
/foundation/CastEngine/castengine_cast_framework/service/src/ |
H A D | cast_service_listener_impl_proxy.cpp | 77 void CastServiceListenerImplProxy::OnDeviceFound(const std::vector<CastRemoteDevice> &devices) in OnDeviceFound() function in OHOS::CastEngine::CastEngineService::CastServiceListenerImplProxy
|
/foundation/communication/dsoftbus/core/discovery/interface/ |
H A D | disc_interface.h | 56 void (*OnDeviceFound)(const DeviceInfo *device, const InnerDeviceInfoAddtions *addtions); member
|
/foundation/CastEngine/castengine_cast_framework/client/src/ |
H A D | cast_service_listener_impl_stub.cpp | 130 void CastServiceListenerImplStub::OnDeviceFound(const std::vector<CastRemoteDevice> &deviceList) in OnDeviceFound() function in OHOS::CastEngine::CastEngineClient::CastServiceListenerImplStub
|
/foundation/CastEngine/castengine_cast_framework/interfaces/kits/js/src/ |
H A D | napi_cast_session_manager_listener.cpp | 53 void NapiCastSessionManagerListener::OnDeviceFound(const std::vector<CastRemoteDevice> &deviceList) in OnDeviceFound() function in OHOS::CastEngine::CastEngineClient::NapiCastSessionManagerListener
|
H A D | napi_cast_session_manager.cpp | 318 napi_status NapiCastSessionManager::OnDeviceFound(napi_env env, napi_value callback) in OnDeviceFound() function in OHOS::CastEngine::CastEngineClient::NapiCastSessionManager
|
/foundation/communication/dsoftbus/tests/core/discovery/ble/softbus_ble_mock/ |
H A D | disc_ble_test.cpp | 58 static void OnDeviceFound(const DeviceInfo *device, const InnerDeviceInfoAddtions *additions) in OnDeviceFound() function
|
/foundation/communication/dsoftbus/tests/core/discovery/ble/bt_state/ |
H A D | disc_bt_state_mock_test.cpp | 60 void OnDeviceFound(const DeviceInfo *device, const InnerDeviceInfoAddtions *additions) in OnDeviceFound() function
|
/foundation/distributedhardware/device_manager/test/smallunittest/ |
H A D | device_manager_linux_test.h | 58 void OnDeviceFound(uint16_t subscribeId, const DmDeviceInfo &deviceInfo) {}; in OnDeviceFound() function in OHOS::DistributedHardware::DiscoveryCallbackTest 59 void OnDeviceFound(uint16_t subscribeId, const DmDeviceBasicInfo &deviceBasicInfo) {}; in OnDeviceFound() function in OHOS::DistributedHardware::DiscoveryCallbackTest
|
/foundation/distributedhardware/device_manager/test/unittest/ |
H A D | device_manager_impl_test.cpp | 202 void DeviceDiscoveryCallback::OnDeviceFound(uint16_t subscribeId, const DmDeviceInfo &deviceInfo) in OnDeviceFound() function in OHOS::DistributedHardware::DeviceDiscoveryCallback
|
H A D | UTTest_device_manager_notify_three.cpp | 1061 void DiscoveryCallbackTest::OnDeviceFound(uint16_t subscribeId, const DmDeviceInfo &deviceInfo) in OnDeviceFound() function in OHOS::DistributedHardware::DiscoveryCallbackTest
|
/foundation/CastEngine/castengine_wifi_display/tests/demo/interaction/ |
H A D | wfd_source_demo.cpp | 226 void WfdSourceDemoListener::OnDeviceFound(const std::vector<WfdCastDeviceInfo> &deviceInfos) in OnDeviceFound() function in WfdSourceDemoListener
|
/foundation/CastEngine/castengine_wifi_display/tests/demo/wfd/ |
H A D | wfd_demo.cpp | 173 void WfdDemo::OnDeviceFound(const std::vector<CastDeviceInfo> &deviceInfos) in OnDeviceFound() function in WfdDemo
|
/foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/include/ |
H A D | device_manager_callback.h | 63 virtual void OnDeviceFound(uint16_t subscribeId, const DmDeviceInfo &deviceInfo) {};
in OnDeviceFound() function in OHOS::DistributedHardware::DiscoveryCallback 64 virtual void OnDeviceFound(uint16_t subscribeId, const DmDeviceBasicInfo &deviceBasicInfo) {};
in OnDeviceFound() function in OHOS::DistributedHardware::DiscoveryCallback
|
/foundation/multimedia/av_session/services/session/server/ |
H A D | hw_cast_provider.cpp | 364 void HwCastProvider::OnDeviceFound(const std::vector<CastRemoteDevice> &deviceList)
in OnDeviceFound() function in HwCastProvider
|
/foundation/communication/dsoftbus/tests/core/discovery/dfinder/ |
H A D | nstackx_test.c | 46 static void OnDeviceFound(const NSTACKX_DeviceInfo *deviceList, uint32_t deviceCount) in OnDeviceFound() function
|
/foundation/communication/dsoftbus/tests/core/discovery/manager/unittest/ |
H A D | disc_manager_mock_test.cpp | 60 static int32_t OnDeviceFound(const char *packageName, const DeviceInfo *device, in OnDeviceFound() function in OHOS::DiscManagerMockTest
|
/foundation/distributedhardware/device_manager/services/implementation/src/discovery/ |
H A D | dm_discovery_manager.cpp | 140 void DmDiscoveryManager::OnDeviceFound(const std::string &pkgName, DmDeviceInfo &info, bool isOnline) in OnDeviceFound() function in OHOS::DistributedHardware::DmDiscoveryManager 201 void DmDiscoveryManager::OnDeviceFound(const std::string &pkgName, in OnDeviceFound() function in OHOS::DistributedHardware::DmDiscoveryManager
|
/foundation/CastEngine/castengine_cast_framework/service/src/device_manager/src/ |
H A D | discovery_manager.cpp | 405 void CastDiscoveryCallback::OnDeviceFound(uint16_t subscribeId, const DmDeviceInfo &deviceInfo) in OnDeviceFound() function in OHOS::CastEngine::CastEngineService::CastDiscoveryCallback
|
/foundation/distributedhardware/device_manager/services/service/src/ |
H A D | device_manager_service_listener.cpp | 219 void DeviceManagerServiceListener::OnDeviceFound(const std::string &pkgName, uint16_t subscribeId, in OnDeviceFound() function in OHOS::DistributedHardware::DeviceManagerServiceListener 237 void DeviceManagerServiceListener::OnDeviceFound(const std::string &pkgName, uint16_t subscribeId, in OnDeviceFound() function in OHOS::DistributedHardware::DeviceManagerServiceListener
|
/foundation/distributedhardware/device_manager/services/service/src/discovery/ |
H A D | discovery_manager.cpp | 335 void DiscoveryManager::OnDeviceFound(const std::string &pkgName, const DmDeviceInfo &info, bool isOnline) in OnDeviceFound() function in OHOS::DistributedHardware::DiscoveryManager 358 void DiscoveryManager::OnDeviceFound(const std::string &pkgName, const uint32_t capabilityType, in OnDeviceFound() function in OHOS::DistributedHardware::DiscoveryManager
|
/foundation/CastEngine/castengine_wifi_display/services/impl/scene/wfd/ |
H A D | wfd_source_scene.cpp | 701 void WfdSourceScene::OnDeviceFound(const std::vector<WfdCastDeviceInfo> &deviceInfos) in OnDeviceFound() function in OHOS::Sharing::WfdSourceScene
|
/foundation/communication/dsoftbus/core/discovery/coap/nstackx_coap/src/ |
H A D | disc_nstackx_adapter.c | 152 static void OnDeviceFound(const NSTACKX_DeviceInfo *deviceList, uint32_t deviceCount)
in OnDeviceFound() function
|
/foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/src/notify/ |
H A D | device_manager_notify.cpp | 520 void DeviceManagerNotify::OnDeviceFound(const std::string &pkgName, uint16_t subscribeId, in OnDeviceFound() function in OHOS::DistributedHardware::DeviceManagerNotify 554 void DeviceManagerNotify::OnDeviceFound(const std::string &pkgName, uint16_t subscribeId, in OnDeviceFound() function in OHOS::DistributedHardware::DeviceManagerNotify [all...] |
/foundation/communication/dsoftbus/interfaces/kits/bus_center/ |
H A D | softbus_bus_center.h | 409 void (*OnDeviceFound)(const DeviceInfo *device); member
|