Searched refs:trustProfile (Results 1 – 3 of 3) sorted by relevance
72 TrustDeviceProfile trustProfile; variable73 profiles.push_back(trustProfile);
181 TrustDeviceProfile trustProfile; variable183 GetInstance().ConvertToTrustDeviceProfile(resultRet, trustProfile);292 TrustDeviceProfile trustProfile; variable294 GetInstance().ConvertToTrustDeviceProfile(profile, trustProfile);296 GetInstance().PutTrustDeviceProfile(trustProfile);
232 TrustDeviceProfile trustProfile; in UpdateAccessControlProfile() local233 this->ConvertToTrustDeviceProfile(profile, trustProfile); in UpdateAccessControlProfile()234 trustProfile.SetStatus(status); in UpdateAccessControlProfile()235 ret = this->UpdateTrustDeviceProfile(trustProfile); in UpdateAccessControlProfile()287 TrustDeviceProfile trustProfile; in GetAllTrustDeviceProfile() local288 this->ConvertToTrustDeviceProfile(resultSet, trustProfile); in GetAllTrustDeviceProfile()289 profile.push_back(trustProfile); in GetAllTrustDeviceProfile()1873 TrustDeviceProfile trustProfile; in PutAclCheck() local1874 this->ConvertToTrustDeviceProfile(profile, trustProfile); in PutAclCheck()1887 this->PutTrustDeviceProfile(trustProfile); in PutAclCheck()[all …]