Home
last modified time | relevance | path

Searched refs:JScreateHtmlData (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/pasteboard/interfaces/kits/napi/include/
H A Dpasteboard_napi.h70 static napi_value JScreateHtmlData(napi_env env, napi_callback_info info);
/ohos5.0/foundation/distributeddatamgr/pasteboard/interfaces/kits/napi/src/
H A Dnapi_pasteboard.cpp406 napi_value PasteboardNapi::JScreateHtmlData(napi_env env, napi_callback_info info) in JScreateHtmlData() function in OHOS::MiscServicesNapi::PasteboardNapi
553 napi_property_descriptor desc[] = { DECLARE_NAPI_FUNCTION("createHtmlData", JScreateHtmlData), in PasteBoardInit()