Home
last modified time | relevance | path

Searched refs:TRUST_DEVICE_ID (Results 1 - 5 of 5) sorted by relevance

/foundation/deviceprofile/device_info_manager/common/src/interfaces/
H A Daccess_control_profile.cpp257 cJSON_AddStringToObject(json, TRUST_DEVICE_ID.c_str(), ProfileUtils::GetAnonyString(trustDeviceId_).c_str()); in dump()
/foundation/deviceprofile/device_info_manager/services/core/src/trustprofilemanager/
H A Dtrust_profile_manager.cpp613 if (params.find(TRUST_DEVICE_ID) != params.end() && params.find(STATUS) != params.end()) { in GetAccessControlProfile()
616 params.at(BUNDLENAME), params.at(TRUST_DEVICE_ID), in GetAccessControlProfile()
622 params.at(TRUST_DEVICE_ID), std::atoi(params.at(STATUS).c_str()), profile); in GetAccessControlProfile()
627 params.at(TRUST_DEVICE_ID), std::atoi(params.at(STATUS).c_str()), profile); in GetAccessControlProfile()
1540 std::string trustDeviceId = rowEntity.Get(TRUST_DEVICE_ID); in ConvertToAccessControlProfile()
/foundation/deviceprofile/device_info_manager/common/include/constants/
H A Ddistributed_device_profile_constants.h60 const std::string TRUST_DEVICE_ID = "trustDeviceId"; member
/foundation/deviceprofile/device_info_manager/common/src/utils/
H A Dprofile_utils.cpp420 values.PutString(TRUST_DEVICE_ID, profile.GetTrustDeviceId()); in AccessControlProfileToEntries()
548 if (GetStringValue(values, TRUST_DEVICE_ID, strValue)) { in EntriesToAccessControlProfile()
/foundation/deviceprofile/device_info_manager/services/core/test/unittest/
H A Dprofile_utils_test.cpp433 values.GetObject(TRUST_DEVICE_ID, valueObject); in HWTEST_F()
483 values.GetObject(TRUST_DEVICE_ID, valueObject); in HWTEST_F()

Completed in 9 milliseconds