Home
last modified time | relevance | path

Searched refs:TextNapi (Results 1 - 7 of 7) sorted by relevance

/foundation/distributeddatamgr/udmf/framework/jskitsimpl/data/
H A Dtext_napi.cpp15 #define LOG_TAG "TextNapi"
23 napi_value TextNapi::Constructor(napi_env env) in Constructor()
25 LOG_DEBUG(UDMF_KITS_NAPI, "TextNapi"); in Constructor()
34 return NapiDataUtils::DefineClass(env, "Text", properties, count, TextNapi::New); in Constructor()
37 napi_value TextNapi::New(napi_env env, napi_callback_info info) in New()
39 LOG_DEBUG(UDMF_KITS_NAPI, "TextNapi"); in New()
44 auto *text = new (std::nothrow) TextNapi(); in New()
51 void TextNapi::NewInstance(napi_env env, std::shared_ptr<UnifiedRecord> in, napi_value &out) in NewInstance()
53 LOG_DEBUG(UDMF_KITS_NAPI, "TextNapi"); in NewInstance()
55 auto *text = new (std::nothrow) TextNapi(); in NewInstance()
[all...]
H A Dplain_text_napi.cpp32 DECLARE_NAPI_GETTER_SETTER("details", TextNapi::GetDetails, TextNapi::SetDetails), in Constructor()
H A Dhtml_napi.cpp32 DECLARE_NAPI_GETTER_SETTER("details", TextNapi::GetDetails, TextNapi::SetDetails), in Constructor()
H A Dlink_napi.cpp32 DECLARE_NAPI_GETTER_SETTER("details", TextNapi::GetDetails, TextNapi::SetDetails), in Constructor()
H A Dunified_data_napi.cpp165 TextNapi::NewInstance(env, in, out); in GetRecord()
/foundation/distributeddatamgr/udmf/interfaces/jskits/data/
H A Dtext_napi.h29 class TextNapi { class
40 static TextNapi *GetText(napi_env env, napi_callback_info info, std::shared_ptr<ContextBase> ctxt);
/foundation/distributeddatamgr/udmf/interfaces/jskits/module/
H A Dunified_data_channel_napi_module.cpp52 status = napi_set_named_property(env, exports, "Text", OHOS::UDMF::TextNapi::Constructor(env)); in Init()

Completed in 3 milliseconds