Searched refs:NCP_ERR_INVALID_PARAM (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/child_process/src/ |
H A D | native_child_process.cpp | 76 return NCP_ERR_INVALID_PARAM; in OH_Ability_CreateNativeChildProcess() 82 return NCP_ERR_INVALID_PARAM; in OH_Ability_CreateNativeChildProcess() 113 return NCP_ERR_INVALID_PARAM; in OH_Ability_StartNativeChildProcess() 118 return NCP_ERR_INVALID_PARAM; in OH_Ability_StartNativeChildProcess() 122 return NCP_ERR_INVALID_PARAM; in OH_Ability_StartNativeChildProcess() 130 return NCP_ERR_INVALID_PARAM; in OH_Ability_StartNativeChildProcess() 135 return NCP_ERR_INVALID_PARAM; in OH_Ability_StartNativeChildProcess() 142 return NCP_ERR_INVALID_PARAM; in OH_Ability_StartNativeChildProcess()
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/child_process_capi_test/ |
H A D | child_process_capi_test.cpp | 62 EXPECT_EQ(ret, NCP_ERR_INVALID_PARAM); 65 EXPECT_EQ(ret, NCP_ERR_INVALID_PARAM);
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-ability-kit/ |
H A D | c-apis-ability-childprocess.md | 39 …ity_nativechildprocess_errcode) {<br> NCP_NO_ERROR = 0,<br> NCP_ERR_INVALID_PARAM = 401,<br>… 183 | NCP_ERR_INVALID_PARAM | 无效参数。 |
|
H A D | native__child__process_8h.md | 41 …ity_nativechildprocess_errcode) {<br> NCP_NO_ERROR = 0,<br> NCP_ERR_INVALID_PARAM = 401,<br>…
|
/ohos5.0/foundation/ability/ability_runtime/interfaces/kits/c/ability/ability_runtime/child_process/ |
H A D | native_child_process.h | 60 NCP_ERR_INVALID_PARAM = 401, enumerator
|
/ohos5.0/docs/en/application-dev/reference/apis-ability-kit/ |
H A D | c-apis-ability-childprocess.md | 39 …ity_nativechildprocess_errcode) {<br> NCP_NO_ERROR = 0,<br> NCP_ERR_INVALID_PARAM = 401,<br>… 183 | NCP_ERR_INVALID_PARAM | Invalid parameter. …
|
H A D | native__child__process_8h.md | 41 …ity_nativechildprocess_errcode) {<br> NCP_NO_ERROR = 0,<br> NCP_ERR_INVALID_PARAM = 401,<br>…
|