Searched refs:ReportDeleteTrustRelation (Results 1 - 5 of 5) sorted by relevance
/foundation/distributedhardware/device_manager/radar/include/ |
H A D | dm_radar_helper.h | 173 virtual bool ReportDeleteTrustRelation(struct RadarInfo &info) = 0; 209 bool ReportDeleteTrustRelation(struct RadarInfo &info) override;
|
/foundation/distributedhardware/device_manager/radar/src/lite/ |
H A D | dm_radar_helper.cpp | 114 bool DmRadarHelper::ReportDeleteTrustRelation(struct RadarInfo &info) in ReportDeleteTrustRelation() function in OHOS::DistributedHardware::DmRadarHelper
|
/foundation/distributedhardware/device_manager/test/commonunittest/ |
H A D | dm_radar_helper_test.cpp | 222 bool res = DmRadarHelper::GetInstance().ReportDeleteTrustRelation(info); in HWTEST_F()
|
/foundation/distributedhardware/device_manager/radar/src/ |
H A D | dm_radar_helper.cpp | 584 bool DmRadarHelper::ReportDeleteTrustRelation(struct RadarInfo &info) in ReportDeleteTrustRelation() function in OHOS::DistributedHardware::DmRadarHelper 603 LOGE("ReportDeleteTrustRelation error, res:%{public}d", res); in ReportDeleteTrustRelation() 631 LOGE("ReportDeleteTrustRelation error, res:%{public}d", res); in ReportCreatePinHolder() 653 LOGE("ReportDeleteTrustRelation error, res:%{public}d", res); in ReportCreatePinHolder() 680 LOGE("ReportDeleteTrustRelation error, res:%{public}d", res); in ReportDestroyPinHolder() 701 LOGE("ReportDeleteTrustRelation error, res:%{public}d", res); in ReportDestroyPinHolder()
|
/foundation/distributedhardware/device_manager/services/implementation/src/authentication/ |
H A D | dm_auth_manager.cpp | 314 if (!DmRadarHelper::GetInstance().ReportDeleteTrustRelation(info)) { in UnAuthenticateDevice() 315 LOGE("ReportDeleteTrustRelation failed"); in UnAuthenticateDevice()
|
Completed in 8 milliseconds