Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributedhardware/device_manager/radar/include/
H A Ddm_radar_helper.h148 virtual bool ReportAuthSendRequest(struct RadarInfo &info) = 0;
179 bool ReportAuthSendRequest(struct RadarInfo &info) override;
/ohos5.0/foundation/distributedhardware/device_manager/radar/src/lite/
H A Ddm_radar_helper.cpp60 bool DmRadarHelper::ReportAuthSendRequest(struct RadarInfo &info) in ReportAuthSendRequest() function in OHOS::DistributedHardware::DmRadarHelper
/ohos5.0/foundation/distributedhardware/device_manager/test/commonunittest/
H A Ddm_radar_helper_test.cpp106 bool res = DmRadarHelper::GetInstance().ReportAuthSendRequest(info);
/ohos5.0/foundation/distributedhardware/device_manager/radar/src/
H A Ddm_radar_helper.cpp256 bool DmRadarHelper::ReportAuthSendRequest(struct RadarInfo &info) in ReportAuthSendRequest() function in OHOS::DistributedHardware::DmRadarHelper
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/src/authentication/
H A Ddm_auth_manager.cpp417 if (!DmRadarHelper::GetInstance().ReportAuthSendRequest(info)) { in OnSessionOpened()