Home
last modified time | relevance | path

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

/base/location/frameworks/native/notification/src/
Dnotification_napi_utils.cpp144 …const napi_env &env, const napi_ref &callbackIn, const int32_t &errorCode, const napi_value &resul… in SetCallback() argument
152 napi_get_reference_value(env, callbackIn, &callback); in SetCallback()
161 const napi_env &env, const napi_ref &callbackIn, const napi_value &result) in SetCallback() argument
169 napi_get_reference_value(env, callbackIn, &callback); in SetCallback()
175 …const napi_env &env, const napi_ref &callbackIn, const napi_value &result0, const napi_value &resu… in SetCallbackArg2() argument
184 napi_get_reference_value(env, callbackIn, &callback); in SetCallbackArg2()
/base/notification/distributed_notification_service/frameworks/js/napi/src/
Dcommon_utils.cpp171 …const napi_env &env, const napi_ref &callbackIn, const int32_t &errorCode, const napi_value &resul… in SetCallback() argument
179 napi_get_reference_value(env, callbackIn, &callback); in SetCallback()
188 const napi_env &env, const napi_ref &callbackIn, const napi_value &result) in SetCallback() argument
196 napi_get_reference_value(env, callbackIn, &callback); in SetCallback()
202 …const napi_env &env, const napi_ref &callbackIn, const napi_value &result0, const napi_value &resu… in SetCallbackArg2() argument
211 napi_get_reference_value(env, callbackIn, &callback); in SetCallbackArg2()
/base/notification/common_event_service/interfaces/kits/napi/common_event/src/
Dcommon_event_set_param.cpp359 void SetCallback(const napi_env &env, const napi_ref &callbackIn, const int8_t &errorCode, const na… 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/common_event_service/interfaces/kits/napi/napi_common_event/src/
Dcommon_event_set_param.cpp391 void SetCallback(const napi_env &env, const napi_ref &callbackIn, const int32_t &errorCode, const n… in SetCallback() argument
399 napi_get_reference_value(env, callbackIn, &callback); in SetCallback()
409 void SetCallback(const napi_env &env, const napi_ref &callbackIn, const napi_value &result) in SetCallback() argument
416 napi_get_reference_value(env, callbackIn, &callback); in SetCallback()
/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/location/frameworks/native/notification/include/
Dnotification_napi.h161 … const napi_ref &callbackIn, const int32_t &errorCode, const napi_value &result, bool newType);
171 const napi_env &env, const napi_ref &callbackIn, const napi_value &result);
181 …const napi_env &env, const napi_ref &callbackIn, const napi_value &result0, const napi_value &resu…
/base/time/time_service/framework/js/napi/common/include/
Dnapi_utils.h130 …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/
Dcommon.h167 … const napi_ref &callbackIn, const int32_t &errorCode, const napi_value &result, bool newType);
177 const napi_env &env, const napi_ref &callbackIn, const napi_value &result);
187 …const napi_env &env, const napi_ref &callbackIn, const napi_value &result0, const napi_value &resu…
/base/notification/distributed_notification_service/frameworks/js/napi/include/reminder/
Dreminder_common.h128 … static void SetCallback(const napi_env &env, const napi_ref &callbackIn, const int32_t &errorCode,
/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.h266 void SetCallback(const napi_env &env, const napi_ref &callbackIn, const int32_t &errorCode, const n…
268 void SetCallback(const napi_env &env, const napi_ref &callbackIn, const napi_value &result);
/base/notification/distributed_notification_service/frameworks/js/napi/src/reminder/
Dpublish.cpp267 napi_value DealErrorReturn(const napi_env &env, const napi_ref &callbackIn, const napi_value &resul… in DealErrorReturn() argument
272 if (callbackIn) { in DealErrorReturn()
273 NotificationNapi::Common::SetCallback(env, callbackIn, ERR_REMINDER_INVALID_PARAM, in DealErrorReturn()
276 return NotificationNapi::Common::JSParaError(env, callbackIn); in DealErrorReturn()
Dreminder_common.cpp1047 … const napi_env &env, const napi_ref &callbackIn, const int32_t &errCode, const napi_value &result) in SetCallback() argument
1054 napi_get_reference_value(env, callbackIn, &callback); in SetCallback()