Home
last modified time | relevance | path

Searched refs:ReportDiscoverUserRes (Results 1 - 7 of 7) sorted by relevance

/foundation/distributedhardware/device_manager/test/commonunittest/
H A Ddm_radar_helper_test.cpp66 bool res = DmRadarHelper::GetInstance().ReportDiscoverUserRes(info); in HWTEST_F()
73 bool res = DmRadarHelper::GetInstance().ReportDiscoverUserRes(info); in HWTEST_F()
/foundation/distributedhardware/device_manager/radar/include/
H A Ddm_radar_helper.h158 virtual bool ReportDiscoverUserRes(struct RadarInfo &info) = 0;
194 bool ReportDiscoverUserRes(struct RadarInfo &info) override;
/foundation/distributedhardware/device_manager/radar/src/lite/
H A Ddm_radar_helper.cpp39 bool DmRadarHelper::ReportDiscoverUserRes(struct RadarInfo &info) in ReportDiscoverUserRes() function in OHOS::DistributedHardware::DmRadarHelper
/foundation/distributedhardware/device_manager/services/implementation/src/dependency/softbus/
H A Dsoftbus_connector.cpp248 if (!DmRadarHelper::GetInstance().ReportDiscoverUserRes(info)) { in StopDiscovery()
249 LOGE("ReportDiscoverUserRes failed"); in StopDiscovery()
/foundation/distributedhardware/device_manager/services/service/src/softbus/
H A Dsoftbus_listener.cpp590 if (!GetDmRadarHelperObj()->ReportDiscoverUserRes(info)) { in StopRefreshSoftbusLNN()
591 LOGE("ReportDiscoverUserRes failed"); in StopRefreshSoftbusLNN()
/foundation/distributedhardware/device_manager/radar/src/
H A Ddm_radar_helper.cpp124 bool DmRadarHelper::ReportDiscoverUserRes(struct RadarInfo &info) in ReportDiscoverUserRes() function in OHOS::DistributedHardware::DmRadarHelper
170 LOGE("ReportDiscoverUserRes error, res:%{public}d", res); in ReportDiscoverUserRes()
/foundation/distributedhardware/device_manager/services/implementation/src/authentication/
H A Ddm_auth_manager.cpp1687 if (!DmRadarHelper::GetInstance().ReportDiscoverUserRes(info)) { in BindTarget()
1688 LOGE("ReportDiscoverUserRes failed"); in BindTarget()

Completed in 11 milliseconds