Home
last modified time | relevance | path

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

/foundation/distributedhardware/device_manager/radar/include/
H A Ddm_radar_helper.h157 virtual bool ReportDiscoverResCallback(struct RadarInfo &info) = 0;
193 bool ReportDiscoverResCallback(struct RadarInfo &info) override;
/foundation/distributedhardware/device_manager/radar/src/lite/
H A Ddm_radar_helper.cpp34 bool DmRadarHelper::ReportDiscoverResCallback(struct RadarInfo &info) in ReportDiscoverResCallback() function in OHOS::DistributedHardware::DmRadarHelper
/foundation/distributedhardware/device_manager/services/implementation/src/dependency/softbus/
H A Dsoftbus_connector.cpp470 if (!DmRadarHelper::GetInstance().ReportDiscoverResCallback(info)) { in OnSoftbusDeviceFound()
471 LOGE("ReportDiscoverResCallback failed"); in OnSoftbusDeviceFound()
520 if (!DmRadarHelper::GetInstance().ReportDiscoverResCallback(info)) { in OnSoftbusDeviceDiscovery()
521 LOGE("ReportDiscoverResCallback failed"); in OnSoftbusDeviceDiscovery()
550 if (!DmRadarHelper::GetInstance().ReportDiscoverResCallback(info)) { in OnSoftbusDiscoveryResult()
551 LOGE("ReportDiscoverResCallback failed"); in OnSoftbusDiscoveryResult()
/foundation/distributedhardware/device_manager/test/commonunittest/
H A Ddm_radar_helper_test.cpp58 bool res = DmRadarHelper::GetInstance().ReportDiscoverResCallback(info); in HWTEST_F()
/foundation/distributedhardware/device_manager/services/service/src/softbus/
H A Dsoftbus_listener.cpp414 if (!GetDmRadarHelperObj()->ReportDiscoverResCallback(info)) { in OnSoftbusDeviceFound()
415 LOGE("ReportDiscoverResCallback failed"); in OnSoftbusDeviceFound()
/foundation/distributedhardware/device_manager/radar/src/
H A Ddm_radar_helper.cpp79 bool DmRadarHelper::ReportDiscoverResCallback(struct RadarInfo &info) in ReportDiscoverResCallback() function in OHOS::DistributedHardware::DmRadarHelper
118 LOGE("ReportDiscoverResCallback error, res:%{public}d", res); in ReportDiscoverResCallback()

Completed in 7 milliseconds