Home
last modified time | relevance | path

Searched refs:ReportAuthPullAuthBox (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/distributedhardware/device_manager/radar/include/
H A Ddm_radar_helper.h149 virtual bool ReportAuthPullAuthBox(struct RadarInfo &info) = 0;
180 bool ReportAuthPullAuthBox(struct RadarInfo &info) override;
/ohos5.0/foundation/distributedhardware/device_manager/radar/src/lite/
H A Ddm_radar_helper.cpp65 bool DmRadarHelper::ReportAuthPullAuthBox(struct RadarInfo &info) in ReportAuthPullAuthBox() function in OHOS::DistributedHardware::DmRadarHelper
/ohos5.0/foundation/distributedhardware/device_manager/test/commonunittest/
H A Ddm_radar_helper_test.cpp113 bool res = DmRadarHelper::GetInstance().ReportAuthPullAuthBox(info);
/ohos5.0/foundation/distributedhardware/device_manager/radar/src/
H A Ddm_radar_helper.cpp278 bool DmRadarHelper::ReportAuthPullAuthBox(struct RadarInfo &info) in ReportAuthPullAuthBox() function in OHOS::DistributedHardware::DmRadarHelper
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/src/authentication/
H A Ddm_auth_manager.cpp1421 if (!DmRadarHelper::GetInstance().ReportAuthPullAuthBox(info)) { in ShowConfigDialog()