Home
last modified time | relevance | path

Searched refs:ASSERT_CALL (Results 1 - 25 of 37) sorted by relevance

12

/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributedkvstore/include/
H A Dnapi_queue.h98 #define ASSERT_CALL(env, theCall, object) \ macro
/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributeddata/include/
H A Dnapi_queue.h94 #define ASSERT_CALL(env, theCall, object) \ macro
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/cloud_data/include/
H A Dnapi_queue.h105 #define ASSERT_CALL(env, theCall, object) \ macro
/foundation/distributeddatamgr/udmf/framework/jskitsimpl/data/
H A Dvideo_napi.cpp51 ASSERT_CALL(env, napi_wrap(env, ctxt->self, video, Destructor, nullptr, nullptr), video); in New()
H A Dtext_napi.cpp47 ASSERT_CALL(ctxt->env, napi_wrap(env, ctxt->self, text, Destructor, nullptr, nullptr), text); in New()
H A Dsystem_defined_pixelmap_napi.cpp50 ASSERT_CALL(env, napi_wrap(env, ctxt->self, sdPixelMap, Destructor, nullptr, nullptr), sdPixelMap); in New()
H A Dsystem_defined_record_napi.cpp47 ASSERT_CALL(env, napi_wrap(env, ctxt->self, sdRecord, Destructor, nullptr, nullptr), sdRecord); in New()
H A Dimage_napi.cpp51 ASSERT_CALL(env, napi_wrap(env, ctxt->self, image, Destructor, nullptr, nullptr), image); in New()
H A Dsummary_napi.cpp44 ASSERT_CALL(env, napi_wrap(env, ctxt->self, summary, Destructor, nullptr, nullptr), summary); in New()
H A Daudio_napi.cpp51 ASSERT_CALL(env, napi_wrap(env, ctxt->self, audio, Destructor, nullptr, nullptr), audio); in New()
H A Dfolder_napi.cpp51 ASSERT_CALL(env, napi_wrap(env, ctxt->self, folder, Destructor, nullptr, nullptr), folder); in New()
H A Dplain_text_napi.cpp51 ASSERT_CALL(env, napi_wrap(env, ctxt->self, plainText, Destructor, nullptr, nullptr), plainText); in New()
H A Dhtml_napi.cpp51 ASSERT_CALL(env, napi_wrap(env, ctxt->self, html, Destructor, nullptr, nullptr), html); in New()
H A Dlink_napi.cpp52 ASSERT_CALL(env, napi_wrap(env, ctxt->self, link, Destructor, nullptr, nullptr), link); in New()
H A Dapplication_defined_record_napi.cpp49 ASSERT_CALL(ctxt->env, napi_wrap(env, ctxt->self, record, Destructor, nullptr, nullptr), record); in New()
H A Dfile_napi.cpp48 ASSERT_CALL(env, napi_wrap(env, ctxt->self, file, Destructor, nullptr, nullptr), file); in New()
H A Dunified_data_napi.cpp83 ASSERT_CALL(env, napi_wrap(env, ctxt->self, uData, Destructor, nullptr, nullptr), uData); in New()
/foundation/distributeddatamgr/udmf/interfaces/jskits/common/
H A Dnapi_queue.h114 #define ASSERT_CALL(env, theCall, object) \ macro
/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributeddata/src/
H A Djs_schema.cpp78 ASSERT_CALL(env, napi_wrap(env, ctxt->self, schema, finalize, nullptr, nullptr), schema); in New()
H A Djs_field_node.cpp105 ASSERT_CALL(env, napi_wrap(env, ctxt->self, fieldNode, finalize, nullptr, nullptr), fieldNode); in New()
H A Djs_kv_store_resultset.cpp63 ASSERT_CALL(env, napi_wrap(env, ctxt->self, resultSet, finalize, nullptr, nullptr), resultSet); in New()
/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributedkvstore/src/
H A Djs_schema.cpp80 ASSERT_CALL(env, napi_wrap(env, ctxt->self, schema, finalize, nullptr, nullptr), schema); in New()
H A Djs_device_kv_store.cpp337 ASSERT_CALL(env, napi_wrap(env, ctxt->self, kvStore, finalize, nullptr, nullptr), kvStore); in New()
H A Djs_field_node.cpp108 ASSERT_CALL(env, napi_wrap(env, ctxt->self, fieldNode, finalize, nullptr, nullptr), fieldNode); in New()
H A Djs_kv_store_resultset.cpp68 ASSERT_CALL(env, napi_wrap(env, ctxt->self, resultSet, finalize, nullptr, nullptr), resultSet); in New()

Completed in 11 milliseconds

12