Home
last modified time | relevance | path

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

/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/include/trustprofilemanager/
H A Dtrust_profile_manager.h77 …int32_t GetAclProfileByTokenId(std::shared_ptr<ResultSet> resultSet, const std::string& trustDevic…
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/trustprofilemanager/
H A Dtrust_profile_manager.cpp397 int32_t ret = this->GetAclProfileByTokenId(resultSet, trustDeviceId, tokenId, profile); in GetAccessControlProfileByTokenId()
892 int32_t TrustProfileManager::GetAclProfileByTokenId(std::shared_ptr<ResultSet> resultSet, in GetAclProfileByTokenId() function in OHOS::DistributedDeviceProfile::TrustProfileManager