Home
last modified time | relevance | path

Searched refs:callbackIn (Results 1 – 11 of 11) sorted by relevance

/base/time/time_service/framework/js/napi/common/src/
Dnapi_utils.cpp135 void NapiUtils::SetCallback(napi_env env, napi_ref callbackIn, int32_t errorCode, const std::string… in SetCallback() argument
143 napi_get_reference_value(env, callbackIn, &callback); in SetCallback()
/base/time/time_service/framework/js/napi/common/include/
Dnapi_utils.h129 …static void SetCallback(napi_env env, napi_ref callbackIn, int32_t errorCode, const std::string &m…
/base/notification/distributed_notification_service/frameworks/js/napi/include/reminder/
Dreminder_common.h107 … static void SetCallback(const napi_env &env, const napi_ref &callbackIn, const int32_t &errorCode,
/base/notification/distributed_notification_service/frameworks/js/napi/src/reminder/
Dpublish.cpp257 napi_value DealErrorReturn(const napi_env &env, const napi_ref &callbackIn, const napi_value &resul… in DealErrorReturn() argument
262 if (callbackIn) { in DealErrorReturn()
263 NotificationNapi::Common::SetCallback(env, callbackIn, ERR_REMINDER_INVALID_PARAM, in DealErrorReturn()
266 return NotificationNapi::Common::JSParaError(env, callbackIn); in DealErrorReturn()
Dreminder_common.cpp663 … const napi_env &env, const napi_ref &callbackIn, const int32_t &errCode, const napi_value &result) in SetCallback() argument
670 napi_get_reference_value(env, callbackIn, &callback); in SetCallback()
/base/notification/common_event_service/interfaces/kits/napi/common_event/include/
Dcommon_event.h244 void SetCallback(const napi_env &env, const napi_ref &callbackIn, const int8_t &errorCode, const na…
246 void SetCallback(const napi_env &env, const napi_ref &callbackIn, const napi_value &result);
/base/notification/common_event_service/interfaces/kits/napi/napi_common_event/include/
Dnapi_common_event.h265 void SetCallback(const napi_env &env, const napi_ref &callbackIn, const int32_t &errorCode, const n…
267 void SetCallback(const napi_env &env, const napi_ref &callbackIn, const napi_value &result);
/base/notification/distributed_notification_service/frameworks/js/napi/include/
Dcommon.h217 … const napi_ref &callbackIn, const int32_t &errorCode, const napi_value &result, bool newType);
227 const napi_env &env, const napi_ref &callbackIn, const napi_value &result);
/base/notification/common_event_service/interfaces/kits/napi/common_event/src/
Dcommon_event.cpp307 void SetCallback(const napi_env &env, const napi_ref &callbackIn, const int8_t &errorCode, const na… in SetCallback() argument
314 napi_get_reference_value(env, callbackIn, &callback); in SetCallback()
324 void SetCallback(const napi_env &env, const napi_ref &callbackIn, const napi_value &result) in SetCallback() argument
331 napi_get_reference_value(env, callbackIn, &callback); in SetCallback()
/base/notification/common_event_service/interfaces/kits/napi/napi_common_event/src/
Dnapi_common_event.cpp358 void SetCallback(const napi_env &env, const napi_ref &callbackIn, const int32_t &errorCode, const n… in SetCallback() argument
366 napi_get_reference_value(env, callbackIn, &callback); in SetCallback()
376 void SetCallback(const napi_env &env, const napi_ref &callbackIn, const napi_value &result) in SetCallback() argument
383 napi_get_reference_value(env, callbackIn, &callback); in SetCallback()
/base/notification/distributed_notification_service/frameworks/js/napi/src/
Dcommon.cpp140 …const napi_env &env, const napi_ref &callbackIn, const int32_t &errorCode, const napi_value &resul… in SetCallback() argument
148 napi_get_reference_value(env, callbackIn, &callback); in SetCallback()
157 const napi_env &env, const napi_ref &callbackIn, const napi_value &result) in SetCallback() argument
165 napi_get_reference_value(env, callbackIn, &callback); in SetCallback()