/foundation/distributeddatamgr/pasteboard/services/core/include/ |
H A D | i_pasteboard_service.h | 49 virtual void PasteComplete(const std::string &deviceId, const std::string &pasteId) = 0;
|
H A D | pasteboard_service.h | 127 virtual void PasteComplete(const std::string &deviceId, const std::string &pasteId) override;
|
/foundation/distributeddatamgr/pasteboard/services/zidl/include/ |
H A D | pasteboard_service_proxy.h | 51 virtual void PasteComplete(const std::string &deviceId, const std::string &pasteId) override;
|
/foundation/distributeddatamgr/pasteboard/interfaces/kits/napi/include/ |
H A D | pastedata_napi.h | 77 static napi_value PasteComplete(napi_env env, napi_callback_info info);
|
/foundation/distributeddatamgr/pasteboard/test/fuzztest/pasteboardservice_fuzzer/ |
H A D | pasteboardservice_fuzzer.cpp | 171 void PasteComplete(const std::string &deviceId, const std::string &pasteId) override
|
/foundation/distributeddatamgr/pasteboard/framework/innerkits/include/ |
H A D | pasteboard_client.h | 406 * PasteComplete 411 void PasteComplete(const std::string &deviceId, const std::string &pasteId);
|
/foundation/distributeddatamgr/pasteboard/framework/innerkits/src/ |
H A D | pasteboard_client.cpp | 716 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 D | napi_pastedata.cpp | 978 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 D | pasteboard_service_stub.cpp | 505 PasteComplete(deviceId, pasteId); in OnPasteComplete()
|
H A D | pasteboard_service_proxy.cpp | 551 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 D | pasteboard_service.cpp | 933 PasteComplete(networkId, pasteId); in EstablishP2PLink() 995 void PasteboardService::PasteComplete(const std::string &deviceId, const std::string &pasteId) in PasteComplete() function in OHOS::MiscServices::PasteboardService
|