Home
last modified time | relevance | path

Searched refs:OP_LOCATION (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/security/access_token/services/privacymanager/include/common/
H A Dconstant.h44 OP_LOCATION = 15, enumerator
/ohos5.0/base/security/access_token/services/privacymanager/src/common/
H A Dconstant.cpp42 std::map<std::string, int32_t>::value_type("ohos.permission.LOCATION", Constant::OP_LOCATION),
/ohos5.0/base/security/access_token/services/privacymanager/test/coverage/
H A Dpermission_record_manager_coverage_test.cpp645 value.Put(PrivacyFiledConst::FIELD_OP_CODE, Constant::OP_LOCATION); in AddRecord()
698 value.Put(PrivacyFiledConst::FIELD_OP_CODE, Constant::OP_LOCATION); in GeneratePermissionRecord()
/ohos5.0/base/security/access_token/services/privacymanager/test/unittest/
H A Dpermission_record_db_test.cpp207 opCodeList.insert(static_cast<int32_t>(Constant::OP_LOCATION));