Searched defs:pasteId (Results 1 – 6 of 6) sorted by relevance
154 std::string pasteId = data.ReadString(); in OnGetPasteData() local516 std::string pasteId = data.ReadString(); in OnPasteStart() local524 std::string pasteId = data.ReadString(); in OnPasteComplete() local
563 void PasteboardServiceProxy::PasteStart(const std::string &pasteId) in PasteStart()582 void PasteboardServiceProxy::PasteComplete(const std::string &deviceId, const std::string &pasteId) in PasteComplete()
718 void PasteboardClient::PasteStart(const std::string &pasteId) in PasteStart()729 void PasteboardClient::PasteComplete(const std::string &deviceId, const std::string &pasteId) in PasteComplete()
813 void PasteData::SetPasteId(const std::string &pasteId) in SetPasteId()
632 std::string pasteId = data.GetPasteId(); in GetData() local814 std::string pasteId = data.GetPasteId(); in GetLocalData() local928 void PasteboardService::EstablishP2PLink(const std::string &networkId, const std::string &pasteId) in EstablishP2PLink()996 void PasteboardService::PasteStart(const std::string &pasteId) in PasteStart()1003 void PasteboardService::PasteComplete(const std::string &deviceId, const std::string &pasteId) in PasteComplete()
1071 std::string pasteId = obj->value_->GetPasteId(); in PasteStart() local1089 std::string pasteId = obj->value_->GetPasteId(); in PasteComplete() local