Searched refs:SystemPasteboardNapi (Results 1 – 4 of 4) sorted by relevance
35 std::shared_ptr<PasteboardDelayGetterInstance> SystemPasteboardNapi::delayGetter_;36 std::mutex SystemPasteboardNapi::delayMutex_;266 napi_value SystemPasteboardNapi::On(napi_env env, napi_callback_info info) in On()297 napi_value SystemPasteboardNapi::Off(napi_env env, napi_callback_info info) in Off()326 napi_value SystemPasteboardNapi::Clear(napi_env env, napi_callback_info info) in Clear()383 napi_value SystemPasteboardNapi::HasData(napi_env env, napi_callback_info info) in HasData()1064 SystemPasteboardNapi::SystemPasteboardNapi() : env_(nullptr) in SystemPasteboardNapi() function in OHOS::MiscServicesNapi::SystemPasteboardNapi1069 SystemPasteboardNapi::~SystemPasteboardNapi() in ~SystemPasteboardNapi()1076 SystemPasteboardNapi *obj = static_cast<SystemPasteboardNapi *>(nativeObject); in Destructor()1080 napi_value SystemPasteboardNapi::New(napi_env env, napi_callback_info info) in New()[all …]
35 SystemPasteboardNapi::SystemPasteboardInit(env, exports); in NapiInit()
542 napi_status status = SystemPasteboardNapi::NewInstance(env, instance); // 0 arguments in JSgetSystemPasteboard()
254 class SystemPasteboardNapi {261 SystemPasteboardNapi();262 ~SystemPasteboardNapi();