Home
last modified time | relevance | path

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

/foundation/distributedhardware/device_manager/test/commonunittest/
H A Ddm_radar_helper_test.cpp42 bool res = DmRadarHelper::GetInstance().ReportDiscoverRegCallback(info); in HWTEST_F()
50 bool res = DmRadarHelper::GetInstance().ReportDiscoverRegCallback(info); in HWTEST_F()
/foundation/distributedhardware/device_manager/radar/include/
H A Ddm_radar_helper.h152 * @tc.name: ReportDiscoverRegCallback
156 virtual bool ReportDiscoverRegCallback(struct RadarInfo &info) = 0;
192 bool ReportDiscoverRegCallback(struct RadarInfo &info) override;
/foundation/distributedhardware/device_manager/radar/src/lite/
H A Ddm_radar_helper.cpp29 bool DmRadarHelper::ReportDiscoverRegCallback(struct RadarInfo &info) in ReportDiscoverRegCallback() function in OHOS::DistributedHardware::DmRadarHelper
/foundation/distributedhardware/device_manager/services/implementation/src/dependency/softbus/
H A Dsoftbus_connector.cpp188 if (!DmRadarHelper::GetInstance().ReportDiscoverRegCallback(info)) { in StartDiscovery()
189 LOGE("ReportDiscoverRegCallback failed"); in StartDiscovery()
225 if (!DmRadarHelper::GetInstance().ReportDiscoverRegCallback(info)) { in StartDiscovery()
226 LOGE("ReportDiscoverRegCallback failed"); in StartDiscovery()
/foundation/distributedhardware/device_manager/services/service/src/softbus/
H A Dsoftbus_listener.cpp561 if (!GetDmRadarHelperObj()->ReportDiscoverRegCallback(info)) { in RefreshSoftbusLNN()
562 LOGE("ReportDiscoverRegCallback failed"); in RefreshSoftbusLNN()
/foundation/distributedhardware/device_manager/radar/src/
H A Ddm_radar_helper.cpp38 bool DmRadarHelper::ReportDiscoverRegCallback(struct RadarInfo &info) in ReportDiscoverRegCallback() function in OHOS::DistributedHardware::DmRadarHelper
73 LOGE("ReportDiscoverRegCallback error, res:%{public}d", res); in ReportDiscoverRegCallback()

Completed in 10 milliseconds