Home
last modified time | relevance | path

Searched refs:ACCESSER_ACCOUNT_ID (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/deviceprofile/device_info_manager/common/src/interfaces/
H A Daccesser.cpp157 cJSON_AddStringToObject(json, ACCESSER_ACCOUNT_ID.c_str(), in dump()
/ohos5.0/foundation/deviceprofile/device_info_manager/common/src/constants/
H A Ddistributed_device_profile_constants.cpp61 const std::string ACCESSER_ACCOUNT_ID = "accesserAccountId"; variable
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/test/unittest/
H A Dprofile_utils_test.cpp1515 values.PutString(ACCESSER_ACCOUNT_ID, strValue);
1527 values.PutNull(ACCESSER_ACCOUNT_ID);
1531 EXPECT_EQ(true, values.GetObject(ACCESSER_ACCOUNT_ID, valueObject));
1536 EXPECT_EQ(false, values.GetObject(ACCESSER_ACCOUNT_ID, valueObject));
/ohos5.0/foundation/deviceprofile/device_info_manager/common/include/constants/
H A Ddistributed_device_profile_constants.h71 extern const std::string ACCESSER_ACCOUNT_ID;
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/test/fuzztest/profileutils_fuzzer/
H A Dprofileutils_fuzzer.cpp201 values.PutString(ACCESSER_ACCOUNT_ID, strValue); in EntriesToAccesserFuzzTest()
/ohos5.0/foundation/deviceprofile/device_info_manager/common/src/utils/
H A Dprofile_utils.cpp439 values.PutString(ACCESSER_ACCOUNT_ID, accesser.GetAccesserAccountId()); in AccesserToEntries()
575 …if (values.GetObject(ACCESSER_ACCOUNT_ID, valueObject) && valueObject.GetString(strValue) == Nativ… in EntriesToAccesser()
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/trustprofilemanager/
H A Dtrust_profile_manager.cpp1476 std::string accesserAccountId = rowEntity.Get(ACCESSER_ACCOUNT_ID); in ConvertToAccesser()