Home
last modified time | relevance | path

Searched refs:PasteStart (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/pasteboard/services/core/include/
H A Di_pasteboard_service.h50 virtual void PasteStart(const std::string &pasteId) = 0;
H A Dpasteboard_service.h126 virtual void PasteStart(const std::string &pasteId) override;
/ohos5.0/foundation/distributeddatamgr/pasteboard/services/zidl/include/
H A Dpasteboard_service_proxy.h51 virtual void PasteStart(const std::string &pasteId) override;
/ohos5.0/foundation/distributeddatamgr/pasteboard/interfaces/kits/napi/include/
H A Dpastedata_napi.h76 static napi_value PasteStart(napi_env env, napi_callback_info info);
/ohos5.0/foundation/distributeddatamgr/pasteboard/framework/innerkits/include/
H A Dpasteboard_client.h409 void PasteStart(const std::string &pasteId);
/ohos5.0/foundation/distributeddatamgr/pasteboard/framework/innerkits/src/
H A Dpasteboard_client.cpp718 void PasteboardClient::PasteStart(const std::string &pasteId) in PasteStart() function in OHOS::MiscServices::PasteboardClient
726 proxyService->PasteStart(pasteId); in PasteStart()
/ohos5.0/foundation/distributeddatamgr/pasteboard/interfaces/kits/napi/src/
H A Dnapi_pastedata.cpp981 …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::PasteDataNapi
1072 PasteboardClient::GetInstance()->PasteStart(pasteId); in PasteStart()
/ohos5.0/foundation/distributeddatamgr/pasteboard/services/zidl/src/
H A Dpasteboard_service_stub.cpp517 PasteStart(pasteId); in OnPasteStart()
H A Dpasteboard_service_proxy.cpp563 void PasteboardServiceProxy::PasteStart(const std::string &pasteId) in PasteStart() function in OHOS::MiscServices::PasteboardServiceProxy
/ohos5.0/foundation/distributeddatamgr/pasteboard/services/core/src/
H A Dpasteboard_service.cpp996 void PasteboardService::PasteStart(const std::string &pasteId) in PasteStart() function in OHOS::MiscServices::PasteboardService
2435 PasteStart(key); in AppExit()