Home
last modified time | relevance | path

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

/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/include/trustprofilemanager/
H A Dtrust_profile_manager.h71 int32_t ConvertToTrustDeviceProfile(const AccessControlProfile& accessControlProfile,
99 int32_t ConvertToTrustDeviceProfile(std::shared_ptr<ResultSet> trustResultSet,
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/trustprofilemanager/
H A Dtrust_profile_manager.cpp177 this->ConvertToTrustDeviceProfile(resultSet, oldProfile); in UpdateTrustDeviceProfile()
233 this->ConvertToTrustDeviceProfile(profile, trustProfile); in UpdateAccessControlProfile()
265 this->ConvertToTrustDeviceProfile(resultSet, profile); in GetTrustDeviceProfile()
288 this->ConvertToTrustDeviceProfile(resultSet, trustProfile); in GetAllTrustDeviceProfile()
681 this->ConvertToTrustDeviceProfile(resultSet, profile); in DeleteTrustDeviceProfile()
792 int32_t TrustProfileManager::ConvertToTrustDeviceProfile( in ConvertToTrustDeviceProfile() function in OHOS::DistributedDeviceProfile::TrustProfileManager
1437 int32_t TrustProfileManager::ConvertToTrustDeviceProfile( in ConvertToTrustDeviceProfile() function in OHOS::DistributedDeviceProfile::TrustProfileManager
1874 this->ConvertToTrustDeviceProfile(profile, trustProfile); in PutAclCheck()
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/test/unittest/
H A Dtrust_profile_manager_test.cpp183 GetInstance().ConvertToTrustDeviceProfile(resultRet, trustProfile);
294 GetInstance().ConvertToTrustDeviceProfile(profile, trustProfile);