/foundation/multimedia/audio_framework/frameworks/js/napi/common/ |
H A D | napi_async_work.cpp | 33 napi_delete_reference(env, selfRef); in ~ContextBase() 36 selfRef = nullptr; in ~ContextBase() 49 napi_create_reference(env, self, 1, &selfRef); in GetCbInfo()
|
H A D | napi_async_work.h | 56 napi_ref selfRef = nullptr; member
|
/foundation/multimedia/drm_framework/frameworks/js/drm_napi/ |
H A D | napi_async_work.cpp | 30 napi_delete_reference(env, selfRef); in ~ContextBase() 33 selfRef = nullptr; in ~ContextBase() 46 napi_create_reference(env, self, 1, &selfRef); in GetCbInfo()
|
/foundation/multimedia/av_session/frameworks/js/napi/session/src/ |
H A D | napi_async_work.cpp | 33 napi_delete_reference(env, selfRef); in ~ContextBase() 36 selfRef = nullptr; in ~ContextBase() 51 napi_create_reference(env, self, 1, &selfRef); in GetCbInfo()
|
/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributeddata/src/ |
H A D | napi_queue.cpp | 29 if (selfRef != nullptr) { in ~ContextBase() 30 auto status = napi_delete_reference(env, selfRef); in ~ContextBase() 47 napi_create_reference(env, self, 1, &selfRef); in GetCbInfo()
|
/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributedkvstore/src/ |
H A D | napi_queue.cpp | 29 if (selfRef != nullptr) { in ~ContextBase() 30 auto status = napi_delete_reference(env, selfRef); in ~ContextBase() 47 napi_create_reference(env, self, 1, &selfRef); in GetCbInfo()
|
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/cloud_data/src/ |
H A D | napi_queue.cpp | 31 if (selfRef != nullptr) { in ~ContextBase() 32 auto status = napi_delete_reference(env, selfRef); in ~ContextBase() 49 napi_create_reference(env, self, 1, &selfRef); in GetCbInfo()
|
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/text/utils/ |
H A D | napi_async_work.cpp | 31 TEXT_CHECK(selfRef == nullptr, status = napi_delete_reference(env, selfRef)); in ~ContextBase() 37 selfRef = nullptr; in ~ContextBase() 53 status = napi_create_reference(env, self, 1, &selfRef); in GetCbInfo()
|
H A D | napi_async_work.h | 79 napi_ref selfRef = nullptr; member
|
/foundation/distributeddatamgr/data_object/frameworks/jskitsimpl/src/common/ |
H A D | napi_queue.cpp | 32 napi_delete_reference(env, selfRef); in ~ContextBase() 46 napi_create_reference(env, self, 1, &selfRef); in GetCbInfo()
|
/foundation/distributeddatamgr/udmf/framework/jskitsimpl/common/ |
H A D | napi_queue.cpp | 24 napi_delete_reference(env, selfRef); in ~ContextBase() 39 napi_create_reference(env, self, 1, &selfRef); in GetCbInfo()
|
/foundation/multimedia/av_session/frameworks/js/napi/session/include/ |
H A D | napi_async_work.h | 51 napi_ref selfRef = nullptr; member
|
/foundation/multimedia/drm_framework/services/utils/include/ |
H A D | napi_async_work.h | 53 napi_ref selfRef = nullptr; member
|
/foundation/distributeddatamgr/data_object/frameworks/jskitsimpl/include/common/ |
H A D | napi_queue.h | 59 napi_ref selfRef = nullptr; member
|
/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributedkvstore/include/ |
H A D | napi_queue.h | 55 napi_ref selfRef = nullptr; member
|
/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributeddata/include/ |
H A D | napi_queue.h | 53 napi_ref selfRef = nullptr; member
|
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/cloud_data/include/ |
H A D | napi_queue.h | 59 napi_ref selfRef = nullptr; member
|
/foundation/distributeddatamgr/udmf/interfaces/jskits/common/ |
H A D | napi_queue.h | 58 napi_ref selfRef = nullptr; member
|