Home
last modified time | relevance | path

Searched refs:PasteStart (Results 1 - 11 of 11) sorted by relevance

/foundation/distributeddatamgr/pasteboard/services/core/include/
H A Di_pasteboard_service.h48 virtual void PasteStart(const std::string &pasteId) = 0;
H A Dpasteboard_service.h126 virtual void PasteStart(const std::string &pasteId) override;
/foundation/distributeddatamgr/pasteboard/services/zidl/include/
H A Dpasteboard_service_proxy.h50 virtual void PasteStart(const std::string &pasteId) override;
/foundation/distributeddatamgr/pasteboard/interfaces/kits/napi/include/
H A Dpastedata_napi.h76 static napi_value PasteStart(napi_env env, napi_callback_info info);
/foundation/distributeddatamgr/pasteboard/test/fuzztest/pasteboardservice_fuzzer/
H A Dpasteboardservice_fuzzer.cpp166 void PasteStart(const std::string &pasteId) override
/foundation/distributeddatamgr/pasteboard/framework/innerkits/include/
H A Dpasteboard_client.h398 * PasteStart
403 void PasteStart(const std::string &pasteId);
/foundation/distributeddatamgr/pasteboard/framework/innerkits/src/
H A Dpasteboard_client.cpp705 void PasteboardClient::PasteStart(const std::string &pasteId) in PasteStart() function in OHOS::MiscServices::PasteboardClient
713 proxyService->PasteStart(pasteId); in PasteStart()
/foundation/distributeddatamgr/pasteboard/interfaces/kits/napi/src/
H A Dnapi_pastedata.cpp978 DECLARE_NAPI_FUNCTION("pasteStart", PasteStart), DECLARE_NAPI_FUNCTION("pasteComplete", PasteComplete) }; in PasteDataInit()
1056 napi_value PasteDataNapi::PasteStart(napi_env env, napi_callback_info info) in PasteStart() function in OHOS::MiscServicesNapi::PasteDataNapi
1069 PasteboardClient::GetInstance()->PasteStart(pasteId); in PasteStart()
/foundation/distributeddatamgr/pasteboard/services/zidl/src/
H A Dpasteboard_service_stub.cpp497 PasteStart(pasteId); in OnPasteStart()
H A Dpasteboard_service_proxy.cpp532 void PasteboardServiceProxy::PasteStart(const std::string &pasteId) in PasteStart() function in OHOS::MiscServices::PasteboardServiceProxy
/foundation/distributeddatamgr/pasteboard/services/core/src/
H A Dpasteboard_service.cpp988 void PasteboardService::PasteStart(const std::string &pasteId) in PasteStart() function in OHOS::MiscServices::PasteboardService
2358 PasteStart(key); in AppExit()

Completed in 12 milliseconds