Home
last modified time | relevance | path

Searched refs:E_PARAM_ERROR (Results 1 - 9 of 9) sorted by relevance

/foundation/bundlemanager/app_domain_verify/interfaces/kits/js/src/
H A Dapp_domain_verify_manager_napi.cpp30 { CommonErrorCode::E_PARAM_ERROR, "Parameter error." }, { CommonErrorCode::E_INTERNAL_ERR, "Internal error." } };
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()
/foundation/resourceschedule/work_scheduler/utils/native/include/
H A Dwork_sched_errors.h27 E_PARAM_ERROR = 401, enumerator
102 {E_PARAM_ERROR, "The input param is error."},
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/relationalstore/include/
H A Dnapi_rdb_error.h31 constexpr int E_PARAM_ERROR = 401; member
148 return E_PARAM_ERROR;
179 return E_PARAM_ERROR;
/foundation/bundlemanager/app_domain_verify/interfaces/inner_api/common/include/
H A Dcomm_define.h22 E_PARAM_ERROR = 401, enumerator
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/rdb/include/
H A Dnapi_rdb_error.h28 constexpr int E_PARAM_ERROR = 401; member
135 return E_PARAM_ERROR;
152 return E_PARAM_ERROR;
/foundation/resourceschedule/work_scheduler/frameworks/src/
H A Dworkscheduler_srv_client.cpp167 return E_PARAM_ERROR; in GetAllRunningWorks()
181 return E_PARAM_ERROR; in PauseRunningWorks()
195 return E_PARAM_ERROR; in ResumePausedWorks()
/foundation/resourceschedule/work_scheduler/frameworks/test/unittest/src/
H A Dwork_sched_client_test.cpp175 EXPECT_EQ(ret, E_PARAM_ERROR); in HWTEST_F()
201 EXPECT_EQ(ret, E_PARAM_ERROR); in HWTEST_F()
/foundation/distributeddatamgr/relational_store/frameworks/cj/src/
H A Drelational_store_impl_rdbstore.cpp254 return RelationalStoreJsKit::E_PARAM_ERROR; in BatchInsert()
628 return RelationalStoreJsKit::E_PARAM_ERROR; in GetRealPath()
635 return RelationalStoreJsKit::E_PARAM_ERROR; in GetRealPath()
640 return RelationalStoreJsKit::E_PARAM_ERROR; in GetRealPath()
662 return RelationalStoreJsKit::E_PARAM_ERROR; in GetRealPath()
/foundation/resourceschedule/work_scheduler/interfaces/kits/js/napi/src/
H A Dcommon.cpp611 napi_throw_error(env, std::to_string(E_PARAM_ERROR).c_str(), errMessage.c_str()); in HandleParamErr()
641 return E_PARAM_ERROR; in FindErrCode()

Completed in 6 milliseconds