Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimodalinput/input/service/permission_helper/include/
H A Dpermission_helper.h27 static const uint32_t APL_SYSTEM_BASIC = 1 << OHOS::Security::AccessToken::APL_SYSTEM_BASIC; variable
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/include/
H A Daccess_token.h51 APL_SYSTEM_BASIC = 2, enumerator
/ohos5.0/base/security/access_token/interfaces/innerkits/accesstoken/include/
H A Daccess_token.h115 APL_SYSTEM_BASIC = 2, enumerator
/ohos5.0/base/startup/appspawn/modules/sandbox/
H A Dappspawn_sandbox.h38 #define APL_SYSTEM_BASIC "system_basic" macro
H A Dsandbox_utils.cpp68 constexpr std::string_view APL_SYSTEM_BASIC("system_basic"); variable