Searched refs:allowStartNativeProcessApps_ (Results 1 – 2 of 2) sorted by relevance
288 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()
90 allowStartNativeProcessApps_ = {false, {}}; variable