| /base/notification/distributed_notification_service/frameworks/js/napi/src/ |
| D | common_utils.cpp | 142 …const napi_env &env, const napi_ref &callbackIn, const int32_t &errorCode, const napi_value &resul… in SetCallback() argument 150 napi_get_reference_value(env, callbackIn, &callback); in SetCallback() 159 const napi_env &env, const napi_ref &callbackIn, const napi_value &result) in SetCallback() argument 167 napi_get_reference_value(env, callbackIn, &callback); in SetCallback() 173 …const napi_env &env, const napi_ref &callbackIn, const napi_value &result0, const napi_value &resu… in SetCallbackArg2() argument 182 napi_get_reference_value(env, callbackIn, &callback); in SetCallbackArg2()
|
| /base/notification/common_event_service/interfaces/kits/napi/common_event/src/ |
| D | common_event_set_param.cpp | 359 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/ |
| D | common_event_set_param.cpp | 389 void SetCallback(const napi_env &env, const napi_ref &callbackIn, const int32_t &errorCode, const n… in SetCallback() argument 397 napi_get_reference_value(env, callbackIn, &callback); in SetCallback() 407 void SetCallback(const napi_env &env, const napi_ref &callbackIn, const napi_value &result) in SetCallback() argument 414 napi_get_reference_value(env, callbackIn, &callback); in SetCallback()
|
| /base/time/time_service/framework/js/napi/common/src/ |
| D | napi_utils.cpp | 135 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/ |
| D | napi_utils.h | 129 …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/ |
| D | common.h | 229 … const napi_ref &callbackIn, const int32_t &errorCode, const napi_value &result, bool newType); 239 const napi_env &env, const napi_ref &callbackIn, const napi_value &result); 249 …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/ |
| D | reminder_common.h | 119 … 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/ |
| D | common_event.h | 244 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/distributed_notification_service/frameworks/js/napi/src/reminder/ |
| D | publish.cpp | 261 napi_value DealErrorReturn(const napi_env &env, const napi_ref &callbackIn, const napi_value &resul… in DealErrorReturn() argument 266 if (callbackIn) { in DealErrorReturn() 267 NotificationNapi::Common::SetCallback(env, callbackIn, ERR_REMINDER_INVALID_PARAM, in DealErrorReturn() 270 return NotificationNapi::Common::JSParaError(env, callbackIn); in DealErrorReturn()
|
| D | reminder_common.cpp | 964 … const napi_env &env, const napi_ref &callbackIn, const int32_t &errCode, const napi_value &result) in SetCallback() argument 971 napi_get_reference_value(env, callbackIn, &callback); in SetCallback()
|
| /base/notification/common_event_service/interfaces/kits/napi/napi_common_event/include/ |
| D | napi_common_event.h | 266 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);
|