Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributedhardware/device_manager/radar/include/
H A Ddm_radar_helper.h144 virtual bool ReportDiscoverUserRes(struct RadarInfo &info) = 0;
175 bool ReportDiscoverUserRes(struct RadarInfo &info) override;
/ohos5.0/foundation/distributedhardware/device_manager/test/commonunittest/
H A Ddm_radar_helper_test.cpp66 bool res = DmRadarHelper::GetInstance().ReportDiscoverUserRes(info);
73 bool res = DmRadarHelper::GetInstance().ReportDiscoverUserRes(info);
/ohos5.0/foundation/distributedhardware/device_manager/radar/src/lite/
H A Ddm_radar_helper.cpp40 bool DmRadarHelper::ReportDiscoverUserRes(struct RadarInfo &info) in ReportDiscoverUserRes() function in OHOS::DistributedHardware::DmRadarHelper
/ohos5.0/foundation/distributedhardware/device_manager/radar/src/
H A Ddm_radar_helper.cpp116 bool DmRadarHelper::ReportDiscoverUserRes(struct RadarInfo &info) in ReportDiscoverUserRes() function in OHOS::DistributedHardware::DmRadarHelper
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/src/dependency/softbus/
H A Dsoftbus_connector.cpp240 if (!DmRadarHelper::GetInstance().ReportDiscoverUserRes(info)) { in StopDiscovery()
/ohos5.0/foundation/distributedhardware/device_manager/services/service/src/softbus/
H A Dsoftbus_listener.cpp567 if (!GetDmRadarHelperObj()->ReportDiscoverUserRes(info)) { in StopRefreshSoftbusLNN()
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/src/authentication/
H A Ddm_auth_manager.cpp1696 if (!DmRadarHelper::GetInstance().ReportDiscoverUserRes(info)) { in BindTarget()