Home
last modified time | relevance | path

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

/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/include/trustprofilemanager/
H A Dtrust_profile_manager.h43 int32_t PutTrustDeviceProfile(const TrustDeviceProfile& profile);
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/test/unittest/
H A Dtrust_profile_manager_test.cpp296 GetInstance().PutTrustDeviceProfile(trustProfile);
1427 GetInstance().PutTrustDeviceProfile(profile);
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/trustprofilemanager/
H A Dtrust_profile_manager.cpp74 int32_t TrustProfileManager::PutTrustDeviceProfile(const TrustDeviceProfile& profile) in PutTrustDeviceProfile() function in OHOS::DistributedDeviceProfile::TrustProfileManager
1887 this->PutTrustDeviceProfile(trustProfile); in PutAclCheck()