Searched refs:APP_FLAGS_CLONE_ENABLE (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/include/utils/ |
H A D | appspawn_util.h | 65 startFlags = startFlags | (START_FLAG_BASE << APP_FLAGS_CLONE_ENABLE); in BuildStartFlags()
|
/ohos5.0/base/startup/appspawn/interfaces/innerkits/include/ |
H A D | appspawn.h | 173 APP_FLAGS_CLONE_ENABLE, enumerator
|
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/ |
H A D | app_spawn_client.cpp | 240 if (startMsg.flags & APP_FLAGS_CLONE_ENABLE) { in SetStartFlags() 241 ret = AppSpawnReqMsgSetAppFlag(reqHandle, APP_FLAGS_CLONE_ENABLE); in SetStartFlags()
|
/ohos5.0/base/startup/appspawn/test/unittest/app_spawn_standard_test/ |
H A D | app_spawn_sandbox_test.cpp | 1369 int ret = SetAppSpawnMsgFlag(spawningCtx->message, TLV_MSG_FLAGS, APP_FLAGS_CLONE_ENABLE); 1412 ret = AppSpawnReqMsgSetAppFlag(reqHandle, APP_FLAGS_CLONE_ENABLE); 1435 ret = AppSpawnReqMsgSetAppFlag(reqHandle, APP_FLAGS_CLONE_ENABLE);
|
H A D | app_spawn_sandbox_new_test.cpp | 2140 int ret = SetAppSpawnMsgFlag(spawningCtx->message, TLV_MSG_FLAGS, APP_FLAGS_CLONE_ENABLE); 2190 ret = AppSpawnReqMsgSetAppFlag(reqHandle, APP_FLAGS_CLONE_ENABLE); 2216 ret = AppSpawnReqMsgSetAppFlag(reqHandle, APP_FLAGS_CLONE_ENABLE);
|
/ohos5.0/base/startup/appspawn/modules/sandbox/ |
H A D | sandbox_cfgvar.c | 176 …uint32_t flags = CheckAppSpawnMsgFlag(context->message, TLV_MSG_FLAGS, APP_FLAGS_CLONE_ENABLE) ? 1… in ReplaceVariableForpackageName()
|
H A D | sandbox_utils.cpp | 443 … flags = (CheckAppSpawnMsgFlag(appProperty->message, TLV_MSG_FLAGS, APP_FLAGS_CLONE_ENABLE) && in ReplaceVariablePackageName()
|