Home
last modified time | relevance | path

Searched defs:APL_SYSTEM_CORE (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/multimodalinput/input/service/permission_helper/include/
H A Dpermission_helper.h28 static const uint32_t APL_SYSTEM_CORE = 1 << OHOS::Security::AccessToken::APL_SYSTEM_CORE; variable
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/include/
H A Daccess_token.h52 APL_SYSTEM_CORE = 3, enumerator
/ohos5.0/base/security/access_token/interfaces/innerkits/accesstoken/include/
H A Daccess_token.h116 APL_SYSTEM_CORE = 3, enumerator
/ohos5.0/base/startup/appspawn/modules/sandbox/
H A Dappspawn_sandbox.h37 #define APL_SYSTEM_CORE "system_core" macro
H A Dsandbox_utils.cpp67 constexpr std::string_view APL_SYSTEM_CORE("system_core"); variable