Home
last modified time | relevance | path

Searched refs:OP_READ_CALL_LOG (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/security/access_token/services/privacymanager/include/common/
H A Dconstant.h34 OP_READ_CALL_LOG = 5, enumerator
/ohos5.0/base/security/access_token/services/privacymanager/src/common/
H A Dconstant.cpp24 …map<std::string, int32_t>::value_type("ohos.permission.READ_CALL_LOG", Constant::OP_READ_CALL_LOG),