Home
last modified time | relevance | path

Searched refs:OnSoftbusDeviceOnline (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/distributedhardware/device_manager/test/softbusfuzztest/onsoftbusdeviceonline_fuzzer/
H A Don_softbus_device_online_fuzzer.cpp35 softbusListener->OnSoftbusDeviceOnline(info); in OnSoftbusDeviceOnlineFuzzTest()
/ohos5.0/foundation/distributedhardware/device_manager/test/softbusfuzztest/softbuslistenergetlocaldeviceinfo_fuzzer/
H A Dsoftbus_listener_get_local_deviceinfo_fuzzer.cpp47 softbusListener->OnSoftbusDeviceOnline(info); in GetLocalDeviceInfoFuzzTest()
/ohos5.0/foundation/distributedhardware/device_manager/services/service/include/softbus/
H A Dsoftbus_listener.h48 static void OnSoftbusDeviceOnline(NodeBasicInfo *info);
/ohos5.0/foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/src/mini/
H A Dsoftbus_adapter.c89 static void OnSoftbusDeviceOnline(NodeBasicInfo *deviceInfo);
250 .onNodeOnline = OnSoftbusDeviceOnline,
945 static void OnSoftbusDeviceOnline(NodeBasicInfo *deviceInfo) in OnSoftbusDeviceOnline() function
/ohos5.0/foundation/distributedhardware/device_manager/services/service/src/softbus/
H A Dsoftbus_listener.cpp119 .onNodeOnline = SoftbusListener::OnSoftbusDeviceOnline,
219 void SoftbusListener::OnSoftbusDeviceOnline(NodeBasicInfo *info) in OnSoftbusDeviceOnline() function in OHOS::DistributedHardware::SoftbusListener
/ohos5.0/foundation/distributedhardware/device_manager/test/softbusunittest/
H A DUTTest_softbus_listener.cpp106 softbusListener->OnSoftbusDeviceOnline(&info);