Searched refs:INVALID_ARGS_RETURN_ERROR (Results 1 - 3 of 3) sorted by relevance
/foundation/distributeddatamgr/data_object/frameworks/jskitsimpl/src/common/ |
H A D | napi_queue.cpp | 44 INVALID_ARGS_RETURN_ERROR(this, argc <= ARGC_MAX, "too many arguments!", std::make_shared<InnerError>()); in GetCbInfo() 45 INVALID_ARGS_RETURN_ERROR(this, self != nullptr, "no JavaScript this argument!", std::make_shared<InnerError>()); in GetCbInfo() 61 INVALID_ARGS_RETURN_ERROR(this, type == napi_undefined, "arguments error!", in GetCbInfo() 70 INVALID_ARGS_RETURN_ERROR(this, argc == 0, "required no arguments!", std::make_shared<InnerError>()); in GetCbInfo()
|
/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 or 2"));
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()
|
/foundation/distributeddatamgr/data_object/frameworks/jskitsimpl/include/common/ |
H A D | napi_queue.h | 69 #define INVALID_ARGS_RETURN_ERROR(ctxt, condition, message, err) \ macro
|
Completed in 2 milliseconds