Home
last modified time | relevance | path

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

/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/test/unittest/
H A Dipc_utils_test.cpp72 TrustDeviceProfile trustProfile; variable
73 profiles.push_back(trustProfile);
H A Dtrust_profile_manager_test.cpp181 TrustDeviceProfile trustProfile; variable
183 GetInstance().ConvertToTrustDeviceProfile(resultRet, trustProfile);
292 TrustDeviceProfile trustProfile; variable
294 GetInstance().ConvertToTrustDeviceProfile(profile, trustProfile);
296 GetInstance().PutTrustDeviceProfile(trustProfile);
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/trustprofilemanager/
H A Dtrust_profile_manager.cpp232 TrustDeviceProfile trustProfile; in UpdateAccessControlProfile() local
233 this->ConvertToTrustDeviceProfile(profile, trustProfile); in UpdateAccessControlProfile()
234 trustProfile.SetStatus(status); in UpdateAccessControlProfile()
235 ret = this->UpdateTrustDeviceProfile(trustProfile); in UpdateAccessControlProfile()
287 TrustDeviceProfile trustProfile; in GetAllTrustDeviceProfile() local
288 this->ConvertToTrustDeviceProfile(resultSet, trustProfile); in GetAllTrustDeviceProfile()
289 profile.push_back(trustProfile); in GetAllTrustDeviceProfile()
1873 TrustDeviceProfile trustProfile; in PutAclCheck() local
1874 this->ConvertToTrustDeviceProfile(profile, trustProfile); in PutAclCheck()
1887 this->PutTrustDeviceProfile(trustProfile); in PutAclCheck()
[all …]