Home
last modified time | relevance | path

Searched refs:isThrow (Results 1 – 9 of 9) sorted by relevance

/base/notification/distributed_notification_service/frameworks/js/napi/src/reminder/
Dpublish.cpp51 bool isThrow = false; member
86 AsyncCallbackInfo &asyncCallbackInfo, bool isThrow) in ParseParameters() argument
93 if (isThrow) { in ParseParameters()
103 if (isThrow) { in ParseParameters()
113 if (isThrow) { in ParseParameters()
123 AsyncCallbackInfo &asyncCallbackInfo, bool isThrow) in ParseSlotParameters() argument
130 if (isThrow) { in ParseSlotParameters()
140 if (isThrow) { in ParseSlotParameters()
154 if (isThrow) { in ParseSlotParameters()
162 if (isThrow) { in ParseSlotParameters()
[all …]
Dreminder_common.cpp570 const napi_value &result, bool isThrow) in ReturnCallbackPromise() argument
574 if (isThrow) { in ReturnCallbackPromise()
/base/hiviewdfx/hiappevent/frameworks/js/napi/src/
Dnapi_hiappevent_config.cpp33 bool Configure(const napi_env env, const napi_value configObj, bool isThrow) in Configure() argument
36 …::ThrowError(env, NapiError::ERR_PARAM, NapiUtil::CreateErrMsg("config", "ConfigOption"), isThrow); in Configure()
49 NapiUtil::ThrowError(env, NapiError::ERR_PARAM, errMsg, isThrow); in Configure()
54 NapiUtil::ThrowError(env, NapiError::ERR_INVALID_MAX_STORAGE, errMsg, isThrow); in Configure()
Dnapi_util.cpp430 void ThrowError(napi_env env, int code, const std::string& msg, bool isThrow) in ThrowError() argument
433 if (!isThrow) { in ThrowError()
/base/hiviewdfx/hiappevent/frameworks/js/napi/include/
Dnapi_hiappevent_config.h24 bool Configure(const napi_env env, const napi_value configObj, bool isThrow = false);
Dnapi_util.h70 void ThrowError(napi_env env, int code, const std::string& msg, bool isThrow = true);
/base/hiviewdfx/hiview/plugins/faultlogger/interfaces/js/napi/
Dnapi_util.cpp80 void NapiUtil::ThrowError(napi_env env, int code, const std::string& msg, bool isThrow) in ThrowError() argument
83 if (!isThrow) { in ThrowError()
Dnapi_util.h38 static void ThrowError(napi_env env, int code, const std::string& msg, bool isThrow = true);
/base/notification/distributed_notification_service/frameworks/js/napi/include/reminder/
Dreminder_common.h96 const napi_value &result, bool isThrow = false);