Home
last modified time | relevance | path

Searched refs:IsAclExists (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/include/trustprofilemanager/
H A Dtrust_profile_manager.h122 int32_t IsAclExists(const AccessControlProfile& profile);
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/trustprofilemanager/
H A Dtrust_profile_manager.cpp120 if (IsAclExists(accessControlProfile) == DP_DATA_EXISTS) { in PutAccessControlProfile()
1903 int32_t TrustProfileManager::IsAclExists(const AccessControlProfile &profile) in IsAclExists() function in OHOS::DistributedDeviceProfile::TrustProfileManager