Searched refs:TRUST_DEVICE_ID (Results 1 - 5 of 5) sorted by relevance
/foundation/deviceprofile/device_info_manager/common/src/interfaces/ |
H A D | access_control_profile.cpp | 257 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 D | trust_profile_manager.cpp | 613 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 D | distributed_device_profile_constants.h | 60 const std::string TRUST_DEVICE_ID = "trustDeviceId"; member
|
/foundation/deviceprofile/device_info_manager/common/src/utils/ |
H A D | profile_utils.cpp | 420 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 D | profile_utils_test.cpp | 433 values.GetObject(TRUST_DEVICE_ID, valueObject); in HWTEST_F() 483 values.GetObject(TRUST_DEVICE_ID, valueObject); in HWTEST_F()
|
Completed in 9 milliseconds