Home
last modified time | relevance | path

Searched refs:GetResultStatus (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/include/trustprofilemanager/
H A Dtrust_profile_manager.h93 int32_t GetResultStatus(const std::string& trustDeviceId, int32_t& trustDeviceStatus);
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/trustprofilemanager/
H A Dtrust_profile_manager.cpp227 ret = this->GetResultStatus(profile.GetTrustDeviceId(), status); in UpdateAccessControlProfile()
1275 int32_t TrustProfileManager::GetResultStatus(const std::string& trustDeviceId, int32_t& trustDevice… in GetResultStatus() function in OHOS::DistributedDeviceProfile::TrustProfileManager
1891 if (this->GetResultStatus(trustDeviceId, status) != DP_SUCCESS) { in PutAclCheck()
1980 this->GetResultStatus(profile.GetTrustDeviceId(), status); in DeleteTrustDeviceCheck()
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/test/unittest/
H A Dtrust_profile_manager_test.cpp154 GetInstance().GetResultStatus("1111", status);
1574 GetInstance().GetResultStatus("123", status);