Home
last modified time | relevance | path

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

/foundation/distributeddatamgr/pasteboard/services/core/include/
H A Di_pasteboard_service.h49 virtual void PasteComplete(const std::string &deviceId, const std::string &pasteId) = 0;
H A Dpasteboard_service.h127 virtual void PasteComplete(const std::string &deviceId, const std::string &pasteId) override;
/foundation/distributeddatamgr/pasteboard/services/zidl/include/
H A Dpasteboard_service_proxy.h51 virtual void PasteComplete(const std::string &deviceId, const std::string &pasteId) override;
/foundation/distributeddatamgr/pasteboard/interfaces/kits/napi/include/
H A Dpastedata_napi.h77 static napi_value PasteComplete(napi_env env, napi_callback_info info);
/foundation/distributeddatamgr/pasteboard/test/fuzztest/pasteboardservice_fuzzer/
H A Dpasteboardservice_fuzzer.cpp171 void PasteComplete(const std::string &deviceId, const std::string &pasteId) override
/foundation/distributeddatamgr/pasteboard/framework/innerkits/include/
H A Dpasteboard_client.h406 * PasteComplete
411 void PasteComplete(const std::string &deviceId, const std::string &pasteId);
/foundation/distributeddatamgr/pasteboard/framework/innerkits/src/
H A Dpasteboard_client.cpp716 void PasteboardClient::PasteComplete(const std::string &deviceId, const std::string &pasteId) in PasteComplete() function in OHOS::MiscServices::PasteboardClient
722 proxyService->PasteComplete(deviceId, pasteId); in PasteComplete()
/foundation/distributeddatamgr/pasteboard/interfaces/kits/napi/src/
H A Dnapi_pastedata.cpp978 DECLARE_NAPI_FUNCTION("pasteStart", PasteStart), DECLARE_NAPI_FUNCTION("pasteComplete", PasteComplete) }; in PasteDataInit()
1073 napi_value PasteDataNapi::PasteComplete(napi_env env, napi_callback_info info) in PasteComplete() function in OHOS::MiscServicesNapi::PasteDataNapi
1087 PasteboardClient::GetInstance()->PasteComplete(deviceId, pasteId); in PasteComplete()
/foundation/distributeddatamgr/pasteboard/services/zidl/src/
H A Dpasteboard_service_stub.cpp505 PasteComplete(deviceId, pasteId); in OnPasteComplete()
H A Dpasteboard_service_proxy.cpp551 void PasteboardServiceProxy::PasteComplete(const std::string &deviceId, const std::string &pasteId) in PasteComplete() function in OHOS::MiscServices::PasteboardServiceProxy
/foundation/distributeddatamgr/pasteboard/services/core/src/
H A Dpasteboard_service.cpp933 PasteComplete(networkId, pasteId); in EstablishP2PLink()
995 void PasteboardService::PasteComplete(const std::string &deviceId, const std::string &pasteId) in PasteComplete() function in OHOS::MiscServices::PasteboardService

Completed in 12 milliseconds