/base/location/frameworks/native/notification/src/ |
D | notification_napi_utils.cpp | 144 …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/ |
D | common_utils.cpp | 171 …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/ |
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 | 391 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/ |
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/location/frameworks/native/notification/include/ |
D | notification_napi.h | 161 … 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/ |
D | napi_utils.h | 130 …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 | 167 … 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/ |
D | reminder_common.h | 128 … 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/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);
|
/base/notification/distributed_notification_service/frameworks/js/napi/src/reminder/ |
D | publish.cpp | 267 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()
|
D | reminder_common.cpp | 1047 … 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()
|