Searched refs:NCP_NO_ERROR (Results 1 – 8 of 8) sorted by relevance
39 | [Ability_NativeChildProcess_ErrCode](#ability_nativechildprocess_errcode) {<br> NCP_NO_ERROR =…69 | errCode | NCP_NO_ERROR - 创建子进程成功<br>NCP_ERR_LIB_LOADING_FAILED - 加载动态库文件失败或动态库中未实现必要的导出函数<br>…182 | NCP_NO_ERROR | 操作成功。 |263 执行成功返回NCP_NO_ERROR,失败返回错误码,详见[Ability_NativeChildProcess_ErrCode](#ability_nativechildprocess_errco…297 执行成功返回NCP_NO_ERROR,失败返回错误码,详见[Ability_NativeChildProcess_ErrCode](#ability_nativechildprocess_errco…
41 …-ability-childprocess.md#ability_nativechildprocess_errcode) {<br> NCP_NO_ERROR = 0,<br> NCP…
99 if (errCode != NCP_NO_ERROR) {116 …调用API启动Native子进程,需要注意返回值为NCP_NO_ERROR仅代表成功调用native子进程启动逻辑,实际的启动结果通过第二个参数中指定的回调函数异步通知。需注意**仅允许在主进程中…123 if (ret != NCP_NO_ERROR) {225 调用API启动Native子进程,返回值为NCP_NO_ERROR代表成功启动native子进程。259 if (ret != NCP_NO_ERROR) {
35 { ChildProcessManagerErrorCode::ERR_OK, NCP_NO_ERROR },105 return NCP_NO_ERROR; in OH_Ability_CreateNativeChildProcess()159 return NCP_NO_ERROR; in OH_Ability_StartNativeChildProcess()
39 | [Ability_NativeChildProcess_ErrCode](#ability_nativechildprocess_errcode) {<br> NCP_NO_ERROR =…69 | errCode | NCP_NO_ERROR - The child process is created successfully.<br>NCP_ERR_LIB_LOADING_FA…182 | NCP_NO_ERROR | Operation successful. …263 Returns **NCP_NO_ERROR** if the operation is successful; returns an error code defined in [Ability_…297 Returns **NCP_NO_ERROR** if the operation is successful; returns an error code defined in [Ability_…
55 NCP_NO_ERROR = 0, enumerator
99 if (errCode != NCP_NO_ERROR) {116 …Call the API to start the native child process. Note that the return value **NCP_NO_ERROR** only i…123 if (ret != NCP_NO_ERROR) {225 …Call the API to start the native child process. The return value **NCP_NO_ERROR** indicates that t…259 if (ret != NCP_NO_ERROR) {