Home
last modified time | relevance | path

Searched refs:GetTrustDeviceId (Results 1 - 8 of 8) sorted by relevance

/foundation/distributedhardware/device_manager/commondependency/src/
H A Ddeviceprofile_connector.cpp58 std::string trustDeviceId = item.GetTrustDeviceId(); in GetAppTrustDeviceList()
97 if (Crypto::GetUdidHash(item.GetTrustDeviceId(), reinterpret_cast<uint8_t *>(deviceIdHash)) != DM_OK) { in GetDeviceAclParam()
172 if (trustDeviceId != item.GetTrustDeviceId() || item.GetStatus() != ACTIVE) { in CheckBindType()
231 if (trustUdid != item.GetTrustDeviceId() || item.GetStatus() != ACTIVE) { in GetBindTypeByPkgName()
282 if (profiles[index].GetTrustDeviceId() != targetDeviceId || profiles[index].GetStatus() != ACTIVE) { in CompareBindType()
372 if (item.GetTrustDeviceId() != targetDeviceId || item.GetStatus() != ACTIVE) { in GetPkgNameFromAcl()
395 if (item.GetTrustDeviceId() != trustDeviceId || item.GetStatus() != ACTIVE) { in GetOfflineParamFromAcl()
460 if (item.GetTrustDeviceId() == remoteUdid) { in DeleteAclForAccountLogOut()
487 if (item.GetTrustDeviceId() == udid) { in DeleteAccessControlList()
531 if (item.GetTrustDeviceId() ! in DeleteAppBindLevel()
[all...]
/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_deviceprofile.cpp95 trustDevice.GetTrustDeviceId().empty()) { in IsTrustDevice()
99 Anonymize(trustDevice.GetTrustDeviceId().c_str(), &anonyUdid); in IsTrustDevice()
105 if (SoftBusGenerateStrHash((const unsigned char *)trustDevice.GetTrustDeviceId().c_str(), in IsTrustDevice()
106 trustDevice.GetTrustDeviceId().length(), udidHash) != SOFTBUS_OK) { in IsTrustDevice()
229 udid == aclProfile.GetTrustDeviceId()) { in InsertDpSameAccount()
/foundation/deviceprofile/device_info_manager/common/include/interfaces/
H A Daccess_control_profile.h42 std::string GetTrustDeviceId() const;
/foundation/deviceprofile/device_info_manager/common/src/interfaces/
H A Daccess_control_profile.cpp88 std::string AccessControlProfile::GetTrustDeviceId() const in GetTrustDeviceId() function in OHOS::DistributedDeviceProfile::AccessControlProfile
/foundation/deviceprofile/device_info_manager/services/core/src/trustprofilemanager/
H A Dtrust_profile_manager.cpp145 accessControlProfile.GetTrustDeviceId(), accessControlProfile.GetBindType()) != DP_SUCCESS) { in PutAccessControlProfile()
227 ret = this->GetResultStatus(profile.GetTrustDeviceId(), status); in UpdateAccessControlProfile()
795 trustDeviceProfile.SetDeviceId(accessControlProfile.GetTrustDeviceId()); in ConvertToTrustDeviceProfile()
1875 std::string trustDeviceId = profile.GetTrustDeviceId(); in PutAclCheck()
1908 ValueObject(profile.GetTrustDeviceId()), ValueObject(profile.GetSessionKey()), in IsAclExists()
1963 std::vector<ValueObject>{ ValueObject(profile.GetTrustDeviceId()) }); in DeleteTrustDeviceCheck()
1973 ret = this->DeleteTrustDeviceProfile(profile.GetTrustDeviceId()); in DeleteTrustDeviceCheck()
1980 this->GetResultStatus(profile.GetTrustDeviceId(), status); in DeleteTrustDeviceCheck()
1982 trustDeviceProfile.SetDeviceId(profile.GetTrustDeviceId()); in DeleteTrustDeviceCheck()
/foundation/distributedhardware/device_manager/services/implementation/src/devicestate/
H A Ddm_device_state_manager.cpp469 std::string trustDeviceId = item.GetTrustDeviceId(); in DeleteGroupByDP()
/foundation/deviceprofile/device_info_manager/services/core/test/unittest/
H A Dprofile_utils_test.cpp440 EXPECT_EQ("123456", outProfile.GetTrustDeviceId()); in HWTEST_F()
490 EXPECT_EQ("1234567", outProfile.GetTrustDeviceId()); in HWTEST_F()
/foundation/deviceprofile/device_info_manager/common/src/utils/
H A Dprofile_utils.cpp420 values.PutString(TRUST_DEVICE_ID, profile.GetTrustDeviceId()); in AccessControlProfileToEntries()

Completed in 11 milliseconds