Home
last modified time | relevance | path

Searched refs:thisVarRef (Results 1 – 8 of 8) sorted by relevance

/base/telephony/sms_mms/frameworks/js/napi/include/
Ddelivery_callback.h26 napi_ref thisVarRef; member
32 DeliveryCallback(bool hasCallback, napi_env env, napi_ref thisVarRef, napi_ref callbackRef);
Dsend_callback.h27 napi_ref thisVarRef; member
33 SendCallback(bool hasCallback, napi_env env, napi_ref thisVarRef, napi_ref callbackRef);
Dnapi_sms.h104 napi_ref thisVarRef = nullptr; member
/base/telephony/sms_mms/frameworks/js/napi/src/
Dsend_callback.cpp43 SendCallback::SendCallback(bool hasCallback, napi_env env, napi_ref thisVarRef, napi_ref callbackRe… in SendCallback() argument
44 : hasCallback_(hasCallback), env_(env), thisVarRef_(thisVarRef), callbackRef_(callbackRef) in SendCallback()
67 napi_ref thisVarRef_ = pContext->thisVarRef; in CompleteSmsSendWork()
117 pContext->thisVarRef = thisVarRef_; in OnSmsSendResult()
Ddelivery_callback.cpp25 DeliveryCallback::DeliveryCallback(bool hasCallback, napi_env env, napi_ref thisVarRef, napi_ref ca… in DeliveryCallback() argument
26 : hasCallback_(hasCallback), env_(env), thisVarRef_(thisVarRef), callbackRef_(callbackRef) in DeliveryCallback()
49 napi_ref thisVarRef_ = pContext->thisVarRef; in CompleteSmsDeliveryWork()
111 pContext->thisVarRef = thisVarRef_; in OnSmsDeliveryResult()
Dnapi_sms.cpp171 …std::make_unique<SendCallback>(hasSendCallback, env, parameter.thisVarRef, parameter.sendCallbackR… in ActuallySendMessage()
178 hasDeliveryCallback, env, parameter.thisVarRef, parameter.deliveryCallbackRef); in ActuallySendMessage()
320 napi_create_reference(env, thisVar, DEFAULT_REF_COUNT, &asyncContext->thisVarRef); in SendMessage()
/base/startup/init/interfaces/kits/jskits/src/
Dnative_parameters_watch.cpp45 napi_ref thisVarRef = nullptr;
306 napi_status status = napi_create_reference(env, thisVar, 1, &watcher->thisVarRef); in ParamWatchConstructor()
420 status = napi_get_reference_value(watcher->env, watcher->thisVarRef, &thisVar); in HandleParameterChange()
/base/startup/syspara_lite/interfaces/kits/js/src/
Dnative_parameters_watch.cpp45 napi_ref thisVarRef = nullptr;
302 napi_status status = napi_create_reference(env, thisVar, 1, &watcher->thisVarRef); in ParamWatchConstructor()
420 status = napi_get_reference_value(watcher->env, watcher->thisVarRef, &thisVar); in ProcessParamChange()