Home
last modified time | relevance | path

Searched defs:progressKey (Results 1 – 5 of 5) sorted by relevance

/foundation/distributeddatamgr/pasteboard/framework/innerkits/src/
Dpasteboard_client.cpp311 std::string progressKey = g_progressKey; in GetProgressByProgressInfo() local
318 int32_t PasteboardClient::SetProgressWithoutFile(std::string &progressKey, std::shared_ptr<GetDataP… in SetProgressWithoutFile()
340 void PasteboardClient::ProgressSmoothToTwentyPercent(PasteData &pasteData, std::string &progressKey, in ProgressSmoothToTwentyPercent()
372 …PasteDataFromServiceInfo &pasteDataFromServiceInfo, std::string progressKey, std::shared_ptr<GetDa… in GetPasteDataFromService()
431 std::string progressKey) in ProgressAfterTwentyPercent()
488 std::string progressKey; in GetDataWithProgress() local
1039 void PasteboardClient::ShowProgress(const std::string &progressKey) in ShowProgress()
/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/client/
Dudmf_async_client.cpp255 std::string progressKey; in SetProgressData() local
/foundation/distributeddatamgr/pasteboard/services/zidl/src/
Dpasteboard_service_stub.cpp393 std::string progressKey = data.ReadString(); in OnShowProgress() local
Dpasteboard_service_proxy.cpp627 const std::string &progressKey, const sptr<IRemoteObject> &observer) in ShowProgress()
/foundation/distributeddatamgr/pasteboard/services/core/src/
Dpasteboard_service.cpp559 void PasteboardService::ShowProgress(const std::string &progressKey, const sptr<IRemoteObject> &obs… in ShowProgress()