Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributedhardware/device_manager/radar/include/
H A Ddm_radar_helper.h142 virtual bool ReportDiscoverRegCallback(struct RadarInfo &info) = 0;
173 bool ReportDiscoverRegCallback(struct RadarInfo &info) override;
/ohos5.0/foundation/distributedhardware/device_manager/test/commonunittest/
H A Ddm_radar_helper_test.cpp42 bool res = DmRadarHelper::GetInstance().ReportDiscoverRegCallback(info);
50 bool res = DmRadarHelper::GetInstance().ReportDiscoverRegCallback(info);
/ohos5.0/foundation/distributedhardware/device_manager/radar/src/lite/
H A Ddm_radar_helper.cpp30 bool DmRadarHelper::ReportDiscoverRegCallback(struct RadarInfo &info) in ReportDiscoverRegCallback() function in OHOS::DistributedHardware::DmRadarHelper
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/src/dependency/softbus/
H A Dsoftbus_connector.cpp183 if (!DmRadarHelper::GetInstance().ReportDiscoverRegCallback(info)) { in StartDiscovery()
217 if (!DmRadarHelper::GetInstance().ReportDiscoverRegCallback(info)) { in StartDiscovery()
/ohos5.0/foundation/distributedhardware/device_manager/radar/src/
H A Ddm_radar_helper.cpp34 bool DmRadarHelper::ReportDiscoverRegCallback(struct RadarInfo &info) in ReportDiscoverRegCallback() function in OHOS::DistributedHardware::DmRadarHelper
/ohos5.0/foundation/distributedhardware/device_manager/services/service/src/softbus/
H A Dsoftbus_listener.cpp538 if (!GetDmRadarHelperObj()->ReportDiscoverRegCallback(info)) { in RefreshSoftbusLNN()