Home
last modified time | relevance | path

Searched refs:DEBUGGABLE (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/security/selinux_adapter/interfaces/policycoreutils/src/
H A Dhap_restorecon.cpp59 static const std::string DEBUGGABLE = "debuggable"; variable
169 keyPara = hapInfo->apl + "." + DEBUGGABLE + "." + INPUT_ISOLATE; in GetHapContextKey()
176 keyPara = hapInfo->apl + "." + DEBUGGABLE; in GetHapContextKey()
548 keyPara = apl + "." + DEBUGGABLE + "." + INPUT_ISOLATE; in HapContextsLookup()
561 keyPara = apl + "." + DEBUGGABLE; in HapContextsLookup()
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/include/utils/
H A Dappspawn_util.h43 startFlags = startFlags | (START_FLAG_BASE << StartFlags::DEBUGGABLE); in BuildStartFlags()
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/include/
H A Dapp_spawn_client.h88 static const int DEBUGGABLE = 3; member