Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributedhardware/device_manager/radar/include/
H A Ddm_radar_helper.h143 virtual bool ReportDiscoverResCallback(struct RadarInfo &info) = 0;
174 bool ReportDiscoverResCallback(struct RadarInfo &info) override;
/ohos5.0/foundation/distributedhardware/device_manager/radar/src/lite/
H A Ddm_radar_helper.cpp35 bool DmRadarHelper::ReportDiscoverResCallback(struct RadarInfo &info) in ReportDiscoverResCallback() function in OHOS::DistributedHardware::DmRadarHelper
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/src/dependency/softbus/
H A Dsoftbus_connector.cpp453 if (!DmRadarHelper::GetInstance().ReportDiscoverResCallback(info)) { in OnSoftbusDeviceFound()
503 if (!DmRadarHelper::GetInstance().ReportDiscoverResCallback(info)) { in OnSoftbusDeviceDiscovery()
533 if (!DmRadarHelper::GetInstance().ReportDiscoverResCallback(info)) { in OnSoftbusDiscoveryResult()
/ohos5.0/foundation/distributedhardware/device_manager/test/commonunittest/
H A Ddm_radar_helper_test.cpp58 bool res = DmRadarHelper::GetInstance().ReportDiscoverResCallback(info);
/ohos5.0/foundation/distributedhardware/device_manager/radar/src/
H A Ddm_radar_helper.cpp73 bool DmRadarHelper::ReportDiscoverResCallback(struct RadarInfo &info) in ReportDiscoverResCallback() function in OHOS::DistributedHardware::DmRadarHelper
/ohos5.0/foundation/distributedhardware/device_manager/services/service/src/softbus/
H A Dsoftbus_listener.cpp393 if (!GetDmRadarHelperObj()->ReportDiscoverResCallback(info)) { in OnSoftbusDeviceFound()