Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributedhardware/device_manager/radar/include/
H A Ddm_radar_helper.h153 virtual bool ReportAuthPullPinBox(struct RadarInfo &info) = 0;
184 bool ReportAuthPullPinBox(struct RadarInfo &info) override;
/ohos5.0/foundation/distributedhardware/device_manager/radar/src/lite/
H A Ddm_radar_helper.cpp85 bool DmRadarHelper::ReportAuthPullPinBox(struct RadarInfo &info) in ReportAuthPullPinBox() function in OHOS::DistributedHardware::DmRadarHelper
/ohos5.0/foundation/distributedhardware/device_manager/test/commonunittest/
H A Ddm_radar_helper_test.cpp160 bool res = DmRadarHelper::GetInstance().ReportAuthPullPinBox(info);
/ohos5.0/foundation/distributedhardware/device_manager/radar/src/
H A Ddm_radar_helper.cpp401 bool DmRadarHelper::ReportAuthPullPinBox(struct RadarInfo &info) in ReportAuthPullPinBox() function in OHOS::DistributedHardware::DmRadarHelper
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/src/authentication/
H A Ddm_auth_manager.cpp1442 if (!DmRadarHelper::GetInstance().ReportAuthPullPinBox(info)) { in ShowAuthInfoDialog()