Home
last modified time | relevance | path

Searched refs:SystemPasteboardNapi (Results 1 - 4 of 4) sorted by relevance

/foundation/distributeddatamgr/pasteboard/interfaces/kits/napi/src/
H A Dnapi_systempasteboard.cpp33 thread_local std::map<napi_ref, std::shared_ptr<PasteboardObserverInstance>> SystemPasteboardNapi::observers_;
34 std::shared_ptr<PasteboardDelayGetterInstance> SystemPasteboardNapi::delayGetter_;
35 std::mutex SystemPasteboardNapi::delayMutex_;
245 bool SystemPasteboardNapi::CheckAgrsOfOnAndOff(napi_env env, bool checkArgsCount, napi_value *argv, size_t argc) in CheckAgrsOfOnAndOff()
265 napi_value SystemPasteboardNapi::On(napi_env env, napi_callback_info info) in On()
267 PASTEBOARD_HILOGD(PASTEBOARD_MODULE_JS_NAPI, "SystemPasteboardNapi on() is called!"); in On()
292 PASTEBOARD_HILOGD(PASTEBOARD_MODULE_JS_NAPI, "SystemPasteboardNapi on() is end!"); in On()
296 napi_value SystemPasteboardNapi::Off(napi_env env, napi_callback_info info) in Off()
298 PASTEBOARD_HILOGD(PASTEBOARD_MODULE_JS_NAPI, "SystemPasteboardNapi off () is called!"); in Off()
321 PASTEBOARD_HILOGD(PASTEBOARD_MODULE_JS_NAPI, "SystemPasteboardNapi of in Off()
1038 SystemPasteboardNapi::SystemPasteboardNapi() : env_(nullptr) SystemPasteboardNapi() function in OHOS::MiscServicesNapi::SystemPasteboardNapi
[all...]
H A Dnapi_init.cpp34 SystemPasteboardNapi::SystemPasteboardInit(env, exports); in NapiInit()
H A Dnapi_pasteboard.cpp533 napi_status status = SystemPasteboardNapi::NewInstance(env, instance); // 0 arguments in JSgetSystemPasteboard()
/foundation/distributeddatamgr/pasteboard/interfaces/kits/napi/include/
H A Dsystempasteboard_napi.h236 class SystemPasteboardNapi { class
243 SystemPasteboardNapi();
244 ~SystemPasteboardNapi();

Completed in 5 milliseconds