Home
last modified time | relevance | path

Searched refs:selfRef (Results 1 - 18 of 18) sorted by relevance

/foundation/multimedia/audio_framework/frameworks/js/napi/common/
H A Dnapi_async_work.cpp33 napi_delete_reference(env, selfRef); in ~ContextBase()
36 selfRef = nullptr; in ~ContextBase()
49 napi_create_reference(env, self, 1, &selfRef); in GetCbInfo()
H A Dnapi_async_work.h56 napi_ref selfRef = nullptr; member
/foundation/multimedia/drm_framework/frameworks/js/drm_napi/
H A Dnapi_async_work.cpp30 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 Dnapi_async_work.cpp33 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 Dnapi_queue.cpp29 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 Dnapi_queue.cpp29 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 Dnapi_queue.cpp31 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 Dnapi_async_work.cpp31 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 Dnapi_async_work.h79 napi_ref selfRef = nullptr; member
/foundation/distributeddatamgr/data_object/frameworks/jskitsimpl/src/common/
H A Dnapi_queue.cpp32 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 Dnapi_queue.cpp24 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 Dnapi_async_work.h51 napi_ref selfRef = nullptr; member
/foundation/multimedia/drm_framework/services/utils/include/
H A Dnapi_async_work.h53 napi_ref selfRef = nullptr; member
/foundation/distributeddatamgr/data_object/frameworks/jskitsimpl/include/common/
H A Dnapi_queue.h59 napi_ref selfRef = nullptr; member
/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributedkvstore/include/
H A Dnapi_queue.h55 napi_ref selfRef = nullptr; member
/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributeddata/include/
H A Dnapi_queue.h53 napi_ref selfRef = nullptr; member
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/cloud_data/include/
H A Dnapi_queue.h59 napi_ref selfRef = nullptr; member
/foundation/distributeddatamgr/udmf/interfaces/jskits/common/
H A Dnapi_queue.h58 napi_ref selfRef = nullptr; member

Completed in 8 milliseconds