Home
last modified time | relevance | path

Searched defs:OnDeviceFound (Results 1 - 25 of 27) sorted by relevance

12

/foundation/distributedhardware/device_manager/services/implementation/include/dependency/softbus/
H A Dsoftbus_discovery_callback.h24 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 Dcast_service_listener_impl_proxy.cpp77 void CastServiceListenerImplProxy::OnDeviceFound(const std::vector<CastRemoteDevice> &devices) in OnDeviceFound() function in OHOS::CastEngine::CastEngineService::CastServiceListenerImplProxy
/foundation/communication/dsoftbus/core/discovery/interface/
H A Ddisc_interface.h56 void (*OnDeviceFound)(const DeviceInfo *device, const InnerDeviceInfoAddtions *addtions); member
/foundation/CastEngine/castengine_cast_framework/client/src/
H A Dcast_service_listener_impl_stub.cpp130 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 Dnapi_cast_session_manager_listener.cpp53 void NapiCastSessionManagerListener::OnDeviceFound(const std::vector<CastRemoteDevice> &deviceList) in OnDeviceFound() function in OHOS::CastEngine::CastEngineClient::NapiCastSessionManagerListener
H A Dnapi_cast_session_manager.cpp318 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 Ddisc_ble_test.cpp58 static void OnDeviceFound(const DeviceInfo *device, const InnerDeviceInfoAddtions *additions) in OnDeviceFound() function
/foundation/communication/dsoftbus/tests/core/discovery/ble/bt_state/
H A Ddisc_bt_state_mock_test.cpp60 void OnDeviceFound(const DeviceInfo *device, const InnerDeviceInfoAddtions *additions) in OnDeviceFound() function
/foundation/distributedhardware/device_manager/test/smallunittest/
H A Ddevice_manager_linux_test.h58 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 Ddevice_manager_impl_test.cpp202 void DeviceDiscoveryCallback::OnDeviceFound(uint16_t subscribeId, const DmDeviceInfo &deviceInfo) in OnDeviceFound() function in OHOS::DistributedHardware::DeviceDiscoveryCallback
H A DUTTest_device_manager_notify_three.cpp1061 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 Dwfd_source_demo.cpp226 void WfdSourceDemoListener::OnDeviceFound(const std::vector<WfdCastDeviceInfo> &deviceInfos) in OnDeviceFound() function in WfdSourceDemoListener
/foundation/CastEngine/castengine_wifi_display/tests/demo/wfd/
H A Dwfd_demo.cpp173 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 Ddevice_manager_callback.h63 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 Dhw_cast_provider.cpp364 void HwCastProvider::OnDeviceFound(const std::vector<CastRemoteDevice> &deviceList) in OnDeviceFound() function in HwCastProvider
/foundation/communication/dsoftbus/tests/core/discovery/dfinder/
H A Dnstackx_test.c46 static void OnDeviceFound(const NSTACKX_DeviceInfo *deviceList, uint32_t deviceCount) in OnDeviceFound() function
/foundation/communication/dsoftbus/tests/core/discovery/manager/unittest/
H A Ddisc_manager_mock_test.cpp60 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 Ddm_discovery_manager.cpp140 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 Ddiscovery_manager.cpp405 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 Ddevice_manager_service_listener.cpp219 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 Ddiscovery_manager.cpp335 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 Dwfd_source_scene.cpp701 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 Ddisc_nstackx_adapter.c152 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 Ddevice_manager_notify.cpp520 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 Dsoftbus_bus_center.h409 void (*OnDeviceFound)(const DeviceInfo *device); member

Completed in 22 milliseconds

12