Searched refs:INVALID_ARGS_RETURN_ERROR (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/distributeddatamgr/data_object/frameworks/jskitsimpl/src/common/ |
H A D | napi_queue.cpp | 38 …INVALID_ARGS_RETURN_ERROR(this, argc <= ARGC_MAX, "too many arguments!", std::make_shared<InnerErr… in GetCbInfo() 39 …INVALID_ARGS_RETURN_ERROR(this, self != nullptr, "no JavaScript this argument!", std::make_shared<… in GetCbInfo() 55 INVALID_ARGS_RETURN_ERROR(this, type == napi_undefined, "arguments error!", in GetCbInfo() 64 …INVALID_ARGS_RETURN_ERROR(this, argc == 0, "required no arguments!", std::make_shared<InnerError>(… in GetCbInfo()
|
/ohos5.0/foundation/distributeddatamgr/data_object/frameworks/jskitsimpl/src/adaptor/ |
H A D | js_distributedobject.cpp | 230 …INVALID_ARGS_RETURN_ERROR(ctxt, argc >= 2, "arguments error", std::make_shared<ParametersNum>("1 o… in JSSave() 232 INVALID_ARGS_RETURN_ERROR(ctxt, ctxt->status == napi_ok, "arguments error", in JSSave() 362 …INVALID_ARGS_RETURN_ERROR(ctxt, argc >= 2, "arguments error", std::make_shared<ParametersNum>("2")… in JSBindAssetStore() 364 INVALID_ARGS_RETURN_ERROR(ctxt, ctxt->status == napi_ok, "arguments error", in JSBindAssetStore() 368 INVALID_ARGS_RETURN_ERROR(ctxt, ctxt->status == napi_ok, "arguments error", in JSBindAssetStore()
|
/ohos5.0/foundation/distributeddatamgr/data_object/frameworks/jskitsimpl/include/common/ |
H A D | napi_queue.h | 68 #define INVALID_ARGS_RETURN_ERROR(ctxt, condition, message, err) \ macro
|