Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/services/common/src/
H A Dapp_utils.cpp288 if (!allowStartNativeProcessApps_.isLoaded) { in IsAllowNativeChildProcess()
290 allowStartNativeProcessApps_.isLoaded = true; in IsAllowNativeChildProcess()
292 auto &apps = allowStartNativeProcessApps_.value; in IsAllowNativeChildProcess()
316 allowStartNativeProcessApps_.value.emplace_back(identifier); in LoadAllowNativeChildProcessApps()
/ohos5.0/foundation/ability/ability_runtime/services/common/include/
H A Dapp_utils.h90 allowStartNativeProcessApps_ = {false, {}}; variable