Home
last modified time | relevance | path

Searched refs:OnSoftbusDeviceInfoChanged (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/distributedhardware/device_manager/test/softbusfuzztest/onsoftbusdeviceinfochanged_fuzzer/
H A Don_softbus_device_info_changed_fuzzer.cpp45 softbusListener->OnSoftbusDeviceInfoChanged(type, &info); in OnSoftbusDeviceInfoChangedFuzzTest()
/ohos5.0/foundation/distributedhardware/device_manager/test/softbusfuzztest/softbuslistenergetlocaldeviceinfo_fuzzer/
H A Dsoftbus_listener_get_local_deviceinfo_fuzzer.cpp49 softbusListener->OnSoftbusDeviceInfoChanged(type, info); in GetLocalDeviceInfoFuzzTest()
/ohos5.0/foundation/distributedhardware/device_manager/services/service/include/softbus/
H A Dsoftbus_listener.h50 static void OnSoftbusDeviceInfoChanged(NodeBasicInfoType type, NodeBasicInfo *info);
/ohos5.0/foundation/distributedhardware/device_manager/test/softbusunittest/
H A DUTTest_softbus_listener.cpp149 softbusListener->OnSoftbusDeviceInfoChanged(type, info);
161 softbusListener->OnSoftbusDeviceInfoChanged(type, info);
173 softbusListener->OnSoftbusDeviceInfoChanged(type, info);
/ohos5.0/foundation/distributedhardware/device_manager/services/service/src/softbus/
H A Dsoftbus_listener.cpp121 .onNodeBasicInfoChanged = SoftbusListener::OnSoftbusDeviceInfoChanged,
312 void SoftbusListener::OnSoftbusDeviceInfoChanged(NodeBasicInfoType type, NodeBasicInfo *info) in OnSoftbusDeviceInfoChanged() function in OHOS::DistributedHardware::SoftbusListener