Searched refs:E_PARAM_ERROR (Results 1 – 9 of 9) sorted by relevance
/ohos5.0/foundation/bundlemanager/app_domain_verify/interfaces/kits/js/src/ |
H A D | app_domain_verify_manager_napi.cpp | 30 …{ CommonErrorCode::E_PARAM_ERROR, "Parameter error." }, { CommonErrorCode::E_INTERNAL_ERR, "Intern… 80 reporter.WriteEndEvent(API_FAIL, CommonErrorCode::E_PARAM_ERROR); in QueryAssociatedDomains() 81 return BuildError(env, CommonErrorCode::E_PARAM_ERROR); in QueryAssociatedDomains() 107 reporter.WriteEndEvent(API_FAIL, CommonErrorCode::E_PARAM_ERROR); in QueryAssociatedBundleNames() 108 return BuildError(env, CommonErrorCode::E_PARAM_ERROR); in QueryAssociatedBundleNames()
|
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/js/napi/relationalstore/include/ |
H A D | napi_rdb_error.h | 31 constexpr int E_PARAM_ERROR = 401; variable 148 return E_PARAM_ERROR; in GetCode() 179 return E_PARAM_ERROR; in GetCode()
|
/ohos5.0/foundation/resourceschedule/work_scheduler/utils/native/include/ |
H A D | work_sched_errors.h | 27 E_PARAM_ERROR = 401, enumerator 102 {E_PARAM_ERROR, "The input param is error."},
|
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/js/napi/rdb/include/ |
H A D | napi_rdb_error.h | 28 constexpr int E_PARAM_ERROR = 401; variable 135 return E_PARAM_ERROR; in GetCode() 152 return E_PARAM_ERROR; in GetCode()
|
/ohos5.0/foundation/resourceschedule/work_scheduler/frameworks/src/ |
H A D | workscheduler_srv_client.cpp | 167 return E_PARAM_ERROR; in GetAllRunningWorks() 181 return E_PARAM_ERROR; in PauseRunningWorks() 195 return E_PARAM_ERROR; in ResumePausedWorks()
|
/ohos5.0/foundation/bundlemanager/app_domain_verify/interfaces/inner_api/common/include/ |
H A D | comm_define.h | 22 E_PARAM_ERROR = 401, enumerator
|
/ohos5.0/foundation/resourceschedule/work_scheduler/frameworks/test/unittest/src/ |
H A D | work_sched_client_test.cpp | 175 EXPECT_EQ(ret, E_PARAM_ERROR); 201 EXPECT_EQ(ret, E_PARAM_ERROR);
|
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/cj/src/ |
H A D | relational_store_impl_rdbstore.cpp | 217 return RelationalStoreJsKit::E_PARAM_ERROR; in BatchInsert() 414 return RelationalStoreJsKit::E_PARAM_ERROR; in GetRealPath() 421 return RelationalStoreJsKit::E_PARAM_ERROR; in GetRealPath() 426 return RelationalStoreJsKit::E_PARAM_ERROR; in GetRealPath() 448 return RelationalStoreJsKit::E_PARAM_ERROR; in GetRealPath()
|
/ohos5.0/foundation/resourceschedule/work_scheduler/interfaces/kits/js/napi/src/ |
H A D | common.cpp | 611 napi_throw_error(env, std::to_string(E_PARAM_ERROR).c_str(), errMessage.c_str()); in HandleParamErr() 641 return E_PARAM_ERROR; in FindErrCode()
|