Home
last modified time | relevance | path

Searched refs:thisVarRef_ (Results 1 - 5 of 5) sorted by relevance

/base/telephony/sms_mms/frameworks/js/napi/src/
H A Dsend_callback.cpp44 : hasCallback_(hasCallback), env_(env), thisVarRef_(thisVarRef), callbackRef_(callbackRef) in SendCallback()
50 thisVarRef_ = nullptr; in ~SendCallback()
67 napi_ref thisVarRef_ = pContext->thisVarRef; in CompleteSmsSendWork() local
87 napi_get_reference_value(env_, thisVarRef_, &thisVar); in CompleteSmsSendWork()
117 pContext->thisVarRef = thisVarRef_; in OnSmsSendResult()
H A Ddelivery_callback.cpp29 : hasCallback_(hasCallback), env_(env), thisVarRef_(thisVarRef), callbackRef_(callbackRef) in DeliveryCallback()
35 thisVarRef_ = nullptr; in ~DeliveryCallback()
78 napi_ref thisVarRef_ = pContext->thisVarRef; in CompleteSmsDeliveryWork() local
96 napi_get_reference_value(env_, thisVarRef_, &thisVar); in CompleteSmsDeliveryWork()
98 napi_delete_reference(env_, thisVarRef_); in CompleteSmsDeliveryWork()
125 pContext->thisVarRef = thisVarRef_; in OnSmsDeliveryResult()
/base/telephony/sms_mms/frameworks/js/napi/include/
H A Ddelivery_callback.h39 napi_ref thisVarRef_; member in OHOS::Telephony::DeliveryCallback
H A Dsend_callback.h40 napi_ref thisVarRef_; member in OHOS::Telephony::SendCallback
/base/msdp/device_status/frameworks/js/napi/include/
H A Ddevicestatus_event.h58 napi_ref thisVarRef_ { nullptr };

Completed in 3 milliseconds