Home
last modified time | relevance | path

Searched defs:pasteId (Results 1 - 7 of 7) sorted by relevance

/foundation/distributeddatamgr/pasteboard/test/fuzztest/pasteboardservice_fuzzer/
H A Dpasteboardservice_fuzzer.cpp168 (void)pasteId; variable
174 (void)pasteId; variable
/foundation/distributeddatamgr/pasteboard/services/zidl/src/
H A Dpasteboard_service_proxy.cpp532 void PasteboardServiceProxy::PasteStart(const std::string &pasteId) in PasteStart() argument
551 void PasteboardServiceProxy::PasteComplete(const std::string &deviceId, const std::string &pasteId) in PasteComplete() argument
H A Dpasteboard_service_stub.cpp150 std::string pasteId = data.ReadString(); in OnGetPasteData() local
496 std::string pasteId = data.ReadString(); in OnPasteStart() local
504 std::string pasteId = data.ReadString(); in OnPasteComplete() local
/foundation/distributeddatamgr/pasteboard/framework/innerkits/src/
H A Dpasteboard_client.cpp705 void PasteboardClient::PasteStart(const std::string &pasteId) in PasteStart() argument
716 void PasteboardClient::PasteComplete(const std::string &deviceId, const std::string &pasteId) in PasteComplete() argument
H A Dpaste_data.cpp816 void PasteData::SetPasteId(const std::string &pasteId) in SetPasteId() argument
/foundation/distributeddatamgr/pasteboard/interfaces/kits/napi/src/
H A Dnapi_pastedata.cpp1068 std::string pasteId = obj->value_->GetPasteId(); in PasteStart() local
1086 std::string pasteId = obj->value_->GetPasteId(); in PasteComplete() local
/foundation/distributeddatamgr/pasteboard/services/core/src/
H A Dpasteboard_service.cpp624 std::string pasteId = data.GetPasteId(); in GetData() local
806 std::string pasteId = data.GetPasteId(); in GetLocalData() local
920 void PasteboardService::EstablishP2PLink(const std::string &networkId, const std::string &pasteId) in EstablishP2PLink() argument
988 PasteStart(const std::string &pasteId) PasteStart() argument
995 PasteComplete(const std::string &deviceId, const std::string &pasteId) PasteComplete() argument
[all...]

Completed in 11 milliseconds