/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/reminder/ |
D | reminder_common.h | 107 … 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/ |
D | publish.cpp | 257 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()
|
D | reminder_common.cpp | 663 … 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/ |
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/common_event_service/interfaces/kits/napi/napi_common_event/include/ |
D | napi_common_event.h | 265 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/ |
D | common.h | 217 … 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/ |
D | common_event.cpp | 307 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/ |
D | napi_common_event.cpp | 358 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/ |
D | common.cpp | 140 …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()
|