Searched refs:SystemPasteboardNapi (Results 1 - 4 of 4) sorted by relevance
/foundation/distributeddatamgr/pasteboard/interfaces/kits/napi/src/ |
H A D | napi_systempasteboard.cpp | 33 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 D | napi_init.cpp | 34 SystemPasteboardNapi::SystemPasteboardInit(env, exports); in NapiInit()
|
H A D | napi_pasteboard.cpp | 533 napi_status status = SystemPasteboardNapi::NewInstance(env, instance); // 0 arguments in JSgetSystemPasteboard()
|
/foundation/distributeddatamgr/pasteboard/interfaces/kits/napi/include/ |
H A D | systempasteboard_napi.h | 236 class SystemPasteboardNapi { class 243 SystemPasteboardNapi(); 244 ~SystemPasteboardNapi();
|
Completed in 5 milliseconds