Home
last modified time | relevance | path

Searched defs:thisVarRef (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/base/telephony/sms_mms/frameworks/js/napi/include/
H A Ddelivery_callback.h26 napi_ref thisVarRef = nullptr; member
H A Dsend_callback.h27 napi_ref thisVarRef = nullptr; member
H A Dnapi_sms.h104 napi_ref thisVarRef = nullptr; member
/ohos5.0/foundation/communication/ipc/ipc/native/src/napi_common/include/
H A Dnapi_remote_object_internal.h37 napi_ref thisVarRef; member
50 napi_ref thisVarRef; member
/ohos5.0/base/telephony/sms_mms/frameworks/js/napi/src/
H A Dsend_callback.cpp43 SendCallback::SendCallback(bool hasCallback, napi_env env, napi_ref thisVarRef, napi_ref callbackRe… in SendCallback()
H A Ddelivery_callback.cpp28 DeliveryCallback::DeliveryCallback(bool hasCallback, napi_env env, napi_ref thisVarRef, napi_ref ca… in DeliveryCallback()