Searched refs:TextNapi (Results 1 - 7 of 7) sorted by relevance
/foundation/distributeddatamgr/udmf/framework/jskitsimpl/data/ |
H A D | text_napi.cpp | 15 #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 D | plain_text_napi.cpp | 32 DECLARE_NAPI_GETTER_SETTER("details", TextNapi::GetDetails, TextNapi::SetDetails), in Constructor()
|
H A D | html_napi.cpp | 32 DECLARE_NAPI_GETTER_SETTER("details", TextNapi::GetDetails, TextNapi::SetDetails), in Constructor()
|
H A D | link_napi.cpp | 32 DECLARE_NAPI_GETTER_SETTER("details", TextNapi::GetDetails, TextNapi::SetDetails), in Constructor()
|
H A D | unified_data_napi.cpp | 165 TextNapi::NewInstance(env, in, out); in GetRecord()
|
/foundation/distributeddatamgr/udmf/interfaces/jskits/data/ |
H A D | text_napi.h | 29 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 D | unified_data_channel_napi_module.cpp | 52 status = napi_set_named_property(env, exports, "Text", OHOS::UDMF::TextNapi::Constructor(env)); in Init()
|
Completed in 3 milliseconds