Searched refs:thisVarRef_ (Results 1 - 5 of 5) sorted by relevance
/base/telephony/sms_mms/frameworks/js/napi/src/ |
H A D | send_callback.cpp | 44 : 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 D | delivery_callback.cpp | 29 : 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 D | delivery_callback.h | 39 napi_ref thisVarRef_; member in OHOS::Telephony::DeliveryCallback
|
H A D | send_callback.h | 40 napi_ref thisVarRef_; member in OHOS::Telephony::SendCallback
|
/base/msdp/device_status/frameworks/js/napi/include/ |
H A D | devicestatus_event.h | 58 napi_ref thisVarRef_ { nullptr };
|
Completed in 3 milliseconds