Home
last modified time | relevance | path

Searched refs:DeleteTrustDeviceProfile (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/test/fuzztest/trustprofilemanager_fuzzer/
H A Dtrustprofilemanager_fuzzer.cpp130 TrustProfileManager::GetInstance().DeleteTrustDeviceProfile(deviceId); in DeleteTrustDeviceProfileFuzzTest()
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/include/trustprofilemanager/
H A Dtrust_profile_manager.h52 int32_t DeleteTrustDeviceProfile(const std::string& deviceId);
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/test/unittest/
H A Dtrust_profile_manager_test.cpp220 GetInstance().DeleteTrustDeviceProfile("12215656");
1435 GetInstance().DeleteTrustDeviceProfile("123");
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/trustprofilemanager/
H A Dtrust_profile_manager.cpp658 int32_t TrustProfileManager::DeleteTrustDeviceProfile(const std::string& deviceId) in DeleteTrustDeviceProfile() function in OHOS::DistributedDeviceProfile::TrustProfileManager
1973 ret = this->DeleteTrustDeviceProfile(profile.GetTrustDeviceId()); in DeleteTrustDeviceCheck()