Home
last modified time | relevance | path

Searched defs:pasteId (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/pasteboard/services/zidl/src/
H A Dpasteboard_service_stub.cpp154 std::string pasteId = data.ReadString(); in OnGetPasteData() local
516 std::string pasteId = data.ReadString(); in OnPasteStart() local
524 std::string pasteId = data.ReadString(); in OnPasteComplete() local
H A Dpasteboard_service_proxy.cpp563 void PasteboardServiceProxy::PasteStart(const std::string &pasteId) in PasteStart()
582 void PasteboardServiceProxy::PasteComplete(const std::string &deviceId, const std::string &pasteId) in PasteComplete()
/ohos5.0/foundation/distributeddatamgr/pasteboard/framework/innerkits/src/
H A Dpasteboard_client.cpp718 void PasteboardClient::PasteStart(const std::string &pasteId) in PasteStart()
729 void PasteboardClient::PasteComplete(const std::string &deviceId, const std::string &pasteId) in PasteComplete()
H A Dpaste_data.cpp813 void PasteData::SetPasteId(const std::string &pasteId) in SetPasteId()
/ohos5.0/foundation/distributeddatamgr/pasteboard/services/core/src/
H A Dpasteboard_service.cpp632 std::string pasteId = data.GetPasteId(); in GetData() local
814 std::string pasteId = data.GetPasteId(); in GetLocalData() local
928 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()
/ohos5.0/foundation/distributeddatamgr/pasteboard/interfaces/kits/napi/src/
H A Dnapi_pastedata.cpp1071 std::string pasteId = obj->value_->GetPasteId(); in PasteStart() local
1089 std::string pasteId = obj->value_->GetPasteId(); in PasteComplete() local