Home
last modified time | relevance | path

Searched refs:ERR_ALREADY_IN_CHILD_PROCESS (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/child_process_manager/include/
H A Dchild_process_manager_error_utils.h29 ERR_ALREADY_IN_CHILD_PROCESS = 2, enumerator
47 { ChildProcessManagerErrorCode::ERR_ALREADY_IN_CHILD_PROCESS,
64 …{ AAFwk::ERR_ALREADY_IN_CHILD_PROCESS, ChildProcessManagerErrorCode::ERR_ALREADY_IN_CHILD_PROCESS
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/ability_manager/include/
H A Dability_manager_errors.h587 ERR_ALREADY_IN_CHILD_PROCESS = 2097265, enumerator
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/child_process/src/
H A Dnative_child_process.cpp37 { ChildProcessManagerErrorCode::ERR_ALREADY_IN_CHILD_PROCESS, NCP_ERR_ALREADY_IN_CHILD },
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/ability/native/child_process_manager/
H A Dchild_process_manager.cpp198 return ChildProcessManagerErrorCode::ERR_ALREADY_IN_CHILD_PROCESS; in PreCheck()
215 return ChildProcessManagerErrorCode::ERR_ALREADY_IN_CHILD_PROCESS; in PreCheck()
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_mgr_service_inner.cpp6864 return AAFwk::ERR_ALREADY_IN_CHILD_PROCESS; in NotifyAppFaultBySA()