Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributedhardware/device_manager/test/softbusfuzztest/onsoftbusdeviceoffline_fuzzer/
H A Don_softbus_device_offline_fuzzer.cpp35 softbusListener->OnSoftbusDeviceOffline(info); in OnSoftbusDeviceOfflineFuzzTest()
/ohos5.0/foundation/distributedhardware/device_manager/test/softbusfuzztest/softbuslistenergetlocaldeviceinfo_fuzzer/
H A Dsoftbus_listener_get_local_deviceinfo_fuzzer.cpp48 softbusListener->OnSoftbusDeviceOffline(info); in GetLocalDeviceInfoFuzzTest()
/ohos5.0/foundation/distributedhardware/device_manager/services/service/include/softbus/
H A Dsoftbus_listener.h49 static void OnSoftbusDeviceOffline(NodeBasicInfo *info);
/ohos5.0/foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/src/mini/
H A Dsoftbus_adapter.c90 static void OnSoftbusDeviceOffline(NodeBasicInfo *deviceInfo);
251 .onNodeOffline = OnSoftbusDeviceOffline,
971 static void OnSoftbusDeviceOffline(NodeBasicInfo *deviceInfo) in OnSoftbusDeviceOffline() function
/ohos5.0/foundation/distributedhardware/device_manager/test/softbusunittest/
H A DUTTest_softbus_listener.cpp107 softbusListener->OnSoftbusDeviceOffline(&info);
726 softbusListener->OnSoftbusDeviceOffline(info);
/ohos5.0/foundation/distributedhardware/device_manager/services/service/src/softbus/
H A Dsoftbus_listener.cpp120 .onNodeOffline = SoftbusListener::OnSoftbusDeviceOffline,
265 void SoftbusListener::OnSoftbusDeviceOffline(NodeBasicInfo *info) in OnSoftbusDeviceOffline() function in OHOS::DistributedHardware::SoftbusListener