Home
last modified time | relevance | path

Searched refs:tyst (Results 1 - 8 of 8) sorted by relevance

/foundation/multimedia/audio_framework/frameworks/js/napi/common/
H A Dnapi_async_work.cpp57 napi_status tyst = napi_typeof(env, argv[index], &type); in GetCbInfo() local
58 if ((tyst == napi_ok) && (type == napi_function)) { in GetCbInfo()
/foundation/multimedia/drm_framework/frameworks/js/drm_napi/
H A Dnapi_async_work.cpp54 napi_status tyst = napi_typeof(env, argv[index], &type); in GetCbInfo() local
55 if ((tyst == napi_ok) && (type == napi_function)) { in GetCbInfo()
/foundation/multimedia/av_session/frameworks/js/napi/session/src/
H A Dnapi_async_work.cpp59 napi_status tyst = napi_typeof(env, argv[index], &type); in GetCbInfo() local
60 if ((tyst == napi_ok) && (type == napi_function)) { in GetCbInfo()
/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributeddata/src/
H A Dnapi_queue.cpp56 napi_status tyst = napi_typeof(env, argv[index], &type); in GetCbInfo() local
57 if ((tyst == napi_ok) && (type == napi_function)) { in GetCbInfo()
/foundation/distributeddatamgr/data_object/frameworks/jskitsimpl/src/common/
H A Dnapi_queue.cpp54 napi_status tyst = napi_typeof(env, argv[index], &type); in GetCbInfo() local
55 if ((tyst == napi_ok) && (type == napi_function)) { in GetCbInfo()
/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributedkvstore/src/
H A Dnapi_queue.cpp56 napi_status tyst = napi_typeof(env, argv[index], &type); in GetCbInfo() local
57 if ((tyst == napi_ok) && (type == napi_function)) { in GetCbInfo()
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/cloud_data/src/
H A Dnapi_queue.cpp58 napi_status tyst = napi_typeof(env, argv[index], &type); in GetCbInfo() local
59 if ((tyst == napi_ok) && (type == napi_function)) { in GetCbInfo()
/foundation/distributeddatamgr/udmf/framework/jskitsimpl/common/
H A Dnapi_queue.cpp48 napi_status tyst = napi_typeof(env, argv[index], &type); in GetCbInfo() local
49 if ((tyst == napi_ok) && (type == napi_function)) { in GetCbInfo()

Completed in 4 milliseconds