Searched refs:thisVarRef (Results 1 – 8 of 8) sorted by relevance
/base/telephony/sms_mms/frameworks/js/napi/include/ |
D | delivery_callback.h | 26 napi_ref thisVarRef; member 32 DeliveryCallback(bool hasCallback, napi_env env, napi_ref thisVarRef, napi_ref callbackRef);
|
D | send_callback.h | 27 napi_ref thisVarRef; member 33 SendCallback(bool hasCallback, napi_env env, napi_ref thisVarRef, napi_ref callbackRef);
|
D | napi_sms.h | 104 napi_ref thisVarRef = nullptr; member
|
/base/telephony/sms_mms/frameworks/js/napi/src/ |
D | send_callback.cpp | 43 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()
|
D | delivery_callback.cpp | 25 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()
|
D | napi_sms.cpp | 171 …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/ |
D | native_parameters_watch.cpp | 45 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/ |
D | native_parameters_watch.cpp | 45 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()
|