Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/utils/
H A Dability_permission_util.cpp115 auto isCreating = want.GetBoolParam(Want::CREATE_APP_INSTANCE_KEY, false); in CheckMultiInstanceAndAppClone() local
117 if (!instanceKey.empty() || isCreating) { in CheckMultiInstanceAndAppClone()
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Dability_util.h324 auto isCreating = want.GetBoolParam(Want::CREATE_APP_INSTANCE_KEY, false); in CheckInstanceKey() local
325 if (!instanceKey.empty() || isCreating) { in CheckInstanceKey()