Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/test/unittest/child_process_capi_test/
H A Dchild_process_capi_test.cpp71 } else if (!AAFwk::AppUtils::GetInstance().IsSupportNativeChildProcess()) {
/ohos5.0/foundation/ability/ability_runtime/services/common/include/
H A Dapp_utils.h55 bool IsSupportNativeChildProcess();
/ohos5.0/foundation/ability/ability_runtime/services/common/src/
H A Dapp_utils.cpp230 bool AppUtils::IsSupportNativeChildProcess() in IsSupportNativeChildProcess() function in OHOS::AAFwk::AppUtils
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_mgr_service_inner.cpp7763 if (!AAFwk::AppUtils::GetInstance().IsSupportNativeChildProcess() && in NotifyAppFaultBySA()