Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributedhardware/device_manager/radar/include/
H A Ddm_radar_helper.h154 virtual bool ReportAuthInputPinBox(struct RadarInfo &info) = 0;
185 bool ReportAuthInputPinBox(struct RadarInfo &info) override;
/ohos5.0/foundation/distributedhardware/device_manager/test/commonunittest/
H A Ddm_radar_helper_test.cpp167 bool res = DmRadarHelper::GetInstance().ReportAuthInputPinBox(info);
174 bool res = DmRadarHelper::GetInstance().ReportAuthInputPinBox(info);
/ohos5.0/foundation/distributedhardware/device_manager/radar/src/lite/
H A Ddm_radar_helper.cpp90 bool DmRadarHelper::ReportAuthInputPinBox(struct RadarInfo &info) in ReportAuthInputPinBox() function in OHOS::DistributedHardware::DmRadarHelper
/ohos5.0/foundation/distributedhardware/device_manager/radar/src/
H A Ddm_radar_helper.cpp419 bool DmRadarHelper::ReportAuthInputPinBox(struct RadarInfo &info) in ReportAuthInputPinBox() function in OHOS::DistributedHardware::DmRadarHelper
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/src/authentication/
H A Ddm_auth_manager.cpp1563 if (!DmRadarHelper::GetInstance().ReportAuthInputPinBox(info)) { in OnUserOperation()
1570 if (!DmRadarHelper::GetInstance().ReportAuthInputPinBox(info)) { in OnUserOperation()
1577 if (!DmRadarHelper::GetInstance().ReportAuthInputPinBox(info)) { in OnUserOperation()