Searched refs:PasteStart (Results 1 – 10 of 10) sorted by relevance
50 virtual void PasteStart(const std::string &pasteId) = 0;
126 virtual void PasteStart(const std::string &pasteId) override;
51 virtual void PasteStart(const std::string &pasteId) override;
76 static napi_value PasteStart(napi_env env, napi_callback_info info);
409 void PasteStart(const std::string &pasteId);
718 void PasteboardClient::PasteStart(const std::string &pasteId) in PasteStart() function in OHOS::MiscServices::PasteboardClient726 proxyService->PasteStart(pasteId); in PasteStart()
981 …DECLARE_NAPI_FUNCTION("pasteStart", PasteStart), DECLARE_NAPI_FUNCTION("pasteComplete", PasteCompl… in PasteDataInit()1059 napi_value PasteDataNapi::PasteStart(napi_env env, napi_callback_info info) in PasteStart() function in OHOS::MiscServicesNapi::PasteDataNapi1072 PasteboardClient::GetInstance()->PasteStart(pasteId); in PasteStart()
517 PasteStart(pasteId); in OnPasteStart()
563 void PasteboardServiceProxy::PasteStart(const std::string &pasteId) in PasteStart() function in OHOS::MiscServices::PasteboardServiceProxy
996 void PasteboardService::PasteStart(const std::string &pasteId) in PasteStart() function in OHOS::MiscServices::PasteboardService2435 PasteStart(key); in AppExit()