Searched refs:isThrow (Results 1 – 9 of 9) sorted by relevance
/base/notification/distributed_notification_service/frameworks/js/napi/src/reminder/ |
D | publish.cpp | 51 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 …]
|
D | reminder_common.cpp | 570 const napi_value &result, bool isThrow) in ReturnCallbackPromise() argument 574 if (isThrow) { in ReturnCallbackPromise()
|
/base/hiviewdfx/hiappevent/frameworks/js/napi/src/ |
D | napi_hiappevent_config.cpp | 33 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()
|
D | napi_util.cpp | 430 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/ |
D | napi_hiappevent_config.h | 24 bool Configure(const napi_env env, const napi_value configObj, bool isThrow = false);
|
D | napi_util.h | 70 void ThrowError(napi_env env, int code, const std::string& msg, bool isThrow = true);
|
/base/hiviewdfx/hiview/plugins/faultlogger/interfaces/js/napi/ |
D | napi_util.cpp | 80 void NapiUtil::ThrowError(napi_env env, int code, const std::string& msg, bool isThrow) in ThrowError() argument 83 if (!isThrow) { in ThrowError()
|
D | napi_util.h | 38 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/ |
D | reminder_common.h | 96 const napi_value &result, bool isThrow = false);
|