Home
last modified time | relevance | path

Searched refs:OnSoftbusDeviceFound (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/distributedhardware/device_manager/test/softbusfuzztest/onsoftbuslistenerdevicefound_fuzzer/
H A Don_softbus_listener_device_found_fuzzer.cpp39 softbusListener->OnSoftbusDeviceFound(&device); in OnSoftbuslistenerDeviceFoundFuzzTest()
/ohos5.0/foundation/distributedhardware/device_manager/test/softbusfuzztest/onsoftbusdevicefound_fuzzer/
H A Don_softbus_device_found_fuzzer.cpp42 softbusConnector->OnSoftbusDeviceFound(&device); in OnSoftbusDeviceFoundFuzzTest()
/ohos5.0/foundation/distributedhardware/device_manager/test/softbusfuzztest/softbusconnector_fuzzer/
H A Dsoftbus_connector_fuzzer.cpp49 softbusConnector->OnSoftbusDeviceFound(&device); in SoftBusConnectorFuzzTest()
/ohos5.0/foundation/distributedhardware/device_manager/test/softbusfuzztest/softbuslistenergetlocaldeviceinfo_fuzzer/
H A Dsoftbus_listener_get_local_deviceinfo_fuzzer.cpp50 softbusListener->OnSoftbusDeviceFound(device); in GetLocalDeviceInfoFuzzTest()
/ohos5.0/foundation/distributedhardware/device_manager/services/service/include/softbus/
H A Dsoftbus_listener.h46 static void OnSoftbusDeviceFound(const DeviceInfo *device);
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/include/dependency/softbus/
H A Dsoftbus_connector.h53 static void OnSoftbusDeviceFound(const DeviceInfo *device);
/ohos5.0/foundation/distributedhardware/device_manager/test/softbusunittest/
H A DUTTest_softbus_listener.cpp183 softbusListener->OnSoftbusDeviceFound(device);
194 softbusListener->OnSoftbusDeviceFound(device);
H A DUTTest_softbus_connector.cpp541 softbusConnector->OnSoftbusDeviceFound(device);
566 softbusConnector->OnSoftbusDeviceFound(&device);
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/src/dependency/softbus/
H A Dsoftbus_connector.cpp62 .OnDeviceFound = SoftbusConnector::OnSoftbusDeviceFound,
412 void SoftbusConnector::OnSoftbusDeviceFound(const DeviceInfo *device) in OnSoftbusDeviceFound() function in OHOS::DistributedHardware::SoftbusConnector
/ohos5.0/foundation/distributedhardware/device_manager/services/service/src/softbus/
H A Dsoftbus_listener.cpp129 .OnDeviceFound = SoftbusListener::OnSoftbusDeviceFound,
374 void SoftbusListener::OnSoftbusDeviceFound(const DeviceInfo *device) in OnSoftbusDeviceFound() function in OHOS::DistributedHardware::SoftbusListener