Home
last modified time | relevance | path

Searched refs:syncTime (Results 1 – 24 of 24) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/pasteboard/framework/framework/clip/
H A Dclip_plugin.cpp102 ret = ret && SetValue(node, syncTime, GET_NAME(syncTime)); in Marshal()
118 ret = ret && GetValue(node, GET_NAME(syncTime), syncTime); in Unmarshal()
/ohos5.0/foundation/distributeddatamgr/pasteboard/services/core/include/
H A Dpasteboard_service.h74 int32_t syncTime = 0; member
80 int32_t syncTime = 0; member
105 virtual int32_t GetPasteData(PasteData &data, int32_t &syncTime) override;
227 int32_t GetData(uint32_t tokenId, PasteData &data, int32_t &syncTime);
231 int32_t GetRemoteData(int32_t userId, const Event &event, PasteData &data, int32_t &syncTime);
232 …int32_t GetRemotePasteData(int32_t userId, const Event &event, PasteData &data, int32_t &syncTime);
H A Di_pasteboard_service.h32 virtual int32_t GetPasteData(PasteData &data, int32_t &syncTime) = 0;
/ohos5.0/foundation/distributeddatamgr/pasteboard/services/core/src/
H A Dpasteboard_service.cpp590 auto ret = GetData(tokenId, data, syncTime); in GetPasteData()
742 syncTime = -1; in GetRemoteData()
751 syncTime = value->syncTime; in GetRemoteData()
770 return GetRemotePasteData(userId, event, data, syncTime); in GetRemoteData()
788 pasteDataTime->syncTime = result.second.syncTime; in GetRemotePasteData()
803 syncTime = value->syncTime; in GetRemotePasteData()
1290 int32_t syncTime = 0; in GetMimeTypes() local
1313 int32_t syncTime = 0; in HasDataType() local
2052 pasteDateResult.syncTime = -1; in GetDistributedData()
2061 pasteDateResult.syncTime = -1; in GetDistributedData()
[all …]
/ohos5.0/foundation/distributeddatamgr/pasteboard/framework/innerkits/src/
H A Dpasteboard_client.cpp249 int32_t syncTime = 0; in GetPasteData() local
250 int32_t ret = proxyService->GetPasteData(pasteData, syncTime); in GetPasteData()
251 …int32_t bizStage = (syncTime == 0) ? RadarReporter::DFX_LOCAL_PASTE_END : RadarReporter::DFX_DISTR… in GetPasteData()
260 RadarReporter::DIS_SYNC_TIME, syncTime, RadarReporter::PACKAGE_NAME, currentPid); in GetPasteData()
263 RadarReporter::CONCURRENT_ID, currentId, RadarReporter::DIS_SYNC_TIME, syncTime, in GetPasteData()
270 syncTime, RadarReporter::PACKAGE_NAME, currentPid, RadarReporter::ERROR_CODE, ret); in GetPasteData()
274 RadarReporter::DIS_SYNC_TIME, syncTime, RadarReporter::PACKAGE_NAME, currentPid, in GetPasteData()
/ohos5.0/foundation/filemanagement/dfs_service/test/fuzztest/cloudsyncmanager_fuzzer/
H A Dcloudsyncmanager_fuzzer.cpp70 int64_t syncTime{0}; in GetSyncTimeFuzzTest() local
72 CloudSyncManager::GetInstance().GetSyncTime(syncTime, bundleName); in GetSyncTimeFuzzTest()
/ohos5.0/foundation/distributeddatamgr/pasteboard/framework/framework/include/clip/
H A Dclip_plugin.h41 int32_t syncTime = 0; member
/ohos5.0/foundation/filemanagement/dfs_service/interfaces/inner_api/native/cloudsync_kit_inner/
H A Dcloud_sync_manager.h115 virtual int32_t GetSyncTime(int64_t &syncTime, const std::string &bundleName = "") = 0;
H A Di_cloud_sync_service.h66 virtual int32_t GetSyncTimeInner(int64_t &syncTime, const std::string &bundleName = "") = 0;
/ohos5.0/foundation/filemanagement/dfs_service/test/unittests/cloudsync_api/cloudsync_impl/
H A Dcloud_sync_manager_impl_test.cpp213 int64_t syncTime = 0; variable
215 int32_t res = CloudSyncManagerImpl::GetInstance().GetSyncTime(syncTime, bundleName);
H A Dcloud_sync_service_proxy_test.cpp240 int64_t syncTime = 0; variable
243 int result = proxy_->GetSyncTimeInner(syncTime, bundleName);
258 int64_t syncTime = 0; variable
261 int result = proxy_->GetSyncTimeInner(syncTime, bundleName);
/ohos5.0/foundation/distributeddatamgr/pasteboard/services/zidl/src/
H A Dpasteboard_service_stub.cpp157 int32_t syncTime = 0; in OnGetPasteData() local
158 auto result = GetPasteData(pasteData, syncTime); in OnGetPasteData()
179 if (!reply.WriteInt32(syncTime)) { in OnGetPasteData()
H A Dpasteboard_service_proxy.cpp178 int32_t &syncTime) in GetPasteData() argument
219 syncTime = reply.ReadInt32(); in GetPasteData()
/ohos5.0/foundation/distributeddatamgr/pasteboard/services/zidl/include/
H A Dpasteboard_service_proxy.h32 virtual int32_t GetPasteData(PasteData &data, int32_t &syncTime) override;
/ohos5.0/foundation/filemanagement/dfs_service/frameworks/native/cloudsync_kit_inner/include/
H A Dcloud_sync_manager_impl.h57 int32_t GetSyncTime(int64_t &syncTime, const std::string &bundleName = "") override;
H A Dcloud_sync_service_proxy.h71 int32_t GetSyncTimeInner(int64_t &syncTime, const std::string &bundleName = "") override;
/ohos5.0/foundation/filemanagement/dfs_service/services/cloudsyncservice/src/ipc/
H A Dcloud_sync_service_stub.cpp632 int64_t syncTime = 0; in HandleGetSyncTime() local
634 int32_t res = GetSyncTimeInner(syncTime, bundleName); in HandleGetSyncTime()
635 reply.WriteInt64(syncTime); in HandleGetSyncTime()
H A Dcloud_sync_service.cpp424 int32_t CloudSyncService::GetSyncTimeInner(int64_t &syncTime, const string &bundleName) in GetSyncTimeInner() argument
434 …return DataSyncerRdbStore::GetInstance().GetLastSyncTime(callerUserId, targetBundleName, syncTime); in GetSyncTimeInner()
/ohos5.0/foundation/filemanagement/dfs_service/test/unittests/cloudsync_api/cloudsync_impl/include/
H A Di_cloud_sync_service_mock.h146 int32_t GetSyncTimeInner(int64_t &syncTime, const std::string &bundleName = "")
/ohos5.0/foundation/filemanagement/dfs_service/frameworks/native/cloudsync_kit_inner/src/
H A Dcloud_sync_manager_impl.cpp91 int32_t CloudSyncManagerImpl::GetSyncTime(int64_t &syncTime, const std::string &bundleName) in GetSyncTime() argument
100 return CloudSyncServiceProxy->GetSyncTimeInner(syncTime, bundleName); in GetSyncTime()
H A Dcloud_sync_service_proxy.cpp185 int32_t CloudSyncServiceProxy::GetSyncTimeInner(int64_t &syncTime, const std::string &bundleName) in GetSyncTimeInner() argument
216 syncTime = reply.ReadInt64(); in GetSyncTimeInner()
/ohos5.0/foundation/filemanagement/dfs_service/services/cloudsyncservice/include/ipc/
H A Dcloud_sync_service.h76 int32_t GetSyncTimeInner(int64_t &syncTime, const std::string &bundleName = "") override;
/ohos5.0/foundation/filemanagement/dfs_service/frameworks/native/cloudsync_kit_inner_lite/src/
H A Dcloud_sync_service_proxy_lite.cpp153 int32_t CloudSyncServiceProxy::GetSyncTimeInner(int64_t &syncTime, const std::string &bundleName) in GetSyncTimeInner() argument
/ohos5.0/foundation/filemanagement/dfs_service/test/unittests/cloudsync_sa/ipc/
H A Dcloud_sync_service_stub_test.cpp72 MOCK_METHOD2(GetSyncTimeInner, int32_t(int64_t &syncTime, const std::string &bundleName));