Home
last modified time | relevance | path

Searched refs:IsAllowNativeChildProcess (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/services/common/include/
H A Dapp_utils.h58 bool IsAllowNativeChildProcess(const std::string &appIdentifier);
/ohos5.0/foundation/ability/ability_runtime/test/unittest/app_utils_test/
H A Dapp_utils_test.cpp311 auto allow = AAFwk::AppUtils::GetInstance().IsAllowNativeChildProcess("com.test.demo");
/ohos5.0/foundation/ability/ability_runtime/services/common/src/
H A Dapp_utils.cpp285 bool AppUtils::IsAllowNativeChildProcess(const std::string &appIdentifier) in IsAllowNativeChildProcess() function in OHOS::AAFwk::AppUtils
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_mgr_service_inner.cpp6872 … if (!checkAllowList || !appUtils.IsAllowNativeChildProcess(hostRecord->GetAppIdentifier())) { in NotifyAppFaultBySA()
7764 !AAFwk::AppUtils::GetInstance().IsAllowNativeChildProcess(appRecord->GetAppIdentifier())) { in NotifyAppFaultBySA()