Home
last modified time | relevance | path

Searched refs:ERR_GET_APP_MGR_FAILED (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/child_process_manager/include/
H A Dchild_process_manager_error_utils.h33 ERR_GET_APP_MGR_FAILED = 6, enumerator
52 { ChildProcessManagerErrorCode::ERR_GET_APP_MGR_FAILED, AbilityErrorCode::ERROR_CODE_INNER },
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/child_process/src/
H A Dnative_child_process.cpp38 { ChildProcessManagerErrorCode::ERR_GET_APP_MGR_FAILED, NCP_ERR_SERVICE_ERROR },
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/ability/native/child_process_manager/
H A Dchild_process_manager.cpp126 return ChildProcessManagerErrorCode::ERR_GET_APP_MGR_FAILED; in StartChildProcessWithArgs()
158 return ChildProcessManagerErrorCode::ERR_GET_APP_MGR_FAILED; in StartNativeChildProcessByAppSpawnFork()