Home
last modified time | relevance | path

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

/ohos5.0/foundation/deviceprofile/device_info_manager/common/src/interfaces/
H A Daccesser.cpp162 cJSON_AddNumberToObject(json, ACCESSER_BIND_LEVEL.c_str(), accesserBindLevel_); in dump()
/ohos5.0/foundation/deviceprofile/device_info_manager/common/src/constants/
H A Ddistributed_device_profile_constants.cpp65 const std::string ACCESSER_BIND_LEVEL = "accesserBindLevel"; variable
/ohos5.0/foundation/deviceprofile/device_info_manager/common/include/constants/
H A Ddistributed_device_profile_constants.h75 extern const std::string ACCESSER_BIND_LEVEL;
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/test/fuzztest/profileutils_fuzzer/
H A Dprofileutils_fuzzer.cpp204 values.PutInt(ACCESSER_BIND_LEVEL, intValue); in EntriesToAccesserFuzzTest()
/ohos5.0/foundation/deviceprofile/device_info_manager/common/src/utils/
H A Dprofile_utils.cpp443 values.PutInt(ACCESSER_BIND_LEVEL, accesser.GetAccesserBindLevel()); in AccesserToEntries()
584 …if (values.GetObject(ACCESSER_BIND_LEVEL, valueObject) && valueObject.GetInt(intValue) == NativeRd… in EntriesToAccesser()
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/test/unittest/
H A Dprofile_utils_test.cpp1518 values.PutInt(ACCESSER_BIND_LEVEL, intValue);
1530 values.PutNull(ACCESSER_BIND_LEVEL);
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/trustprofilemanager/
H A Dtrust_profile_manager.cpp1480 int32_t accesserBindLevel = rowEntity.Get(ACCESSER_BIND_LEVEL); in ConvertToAccesser()