/ohos5.0/foundation/distributeddatamgr/pasteboard/framework/framework/clip/ |
H A D | clip_plugin.cpp | 102 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 D | pasteboard_service.h | 74 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 D | i_pasteboard_service.h | 32 virtual int32_t GetPasteData(PasteData &data, int32_t &syncTime) = 0;
|
/ohos5.0/foundation/distributeddatamgr/pasteboard/services/core/src/ |
H A D | pasteboard_service.cpp | 590 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 D | pasteboard_client.cpp | 249 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 D | cloudsyncmanager_fuzzer.cpp | 70 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 D | clip_plugin.h | 41 int32_t syncTime = 0; member
|
/ohos5.0/foundation/filemanagement/dfs_service/interfaces/inner_api/native/cloudsync_kit_inner/ |
H A D | cloud_sync_manager.h | 115 virtual int32_t GetSyncTime(int64_t &syncTime, const std::string &bundleName = "") = 0;
|
H A D | i_cloud_sync_service.h | 66 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 D | cloud_sync_manager_impl_test.cpp | 213 int64_t syncTime = 0; variable 215 int32_t res = CloudSyncManagerImpl::GetInstance().GetSyncTime(syncTime, bundleName);
|
H A D | cloud_sync_service_proxy_test.cpp | 240 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 D | pasteboard_service_stub.cpp | 157 int32_t syncTime = 0; in OnGetPasteData() local 158 auto result = GetPasteData(pasteData, syncTime); in OnGetPasteData() 179 if (!reply.WriteInt32(syncTime)) { in OnGetPasteData()
|
H A D | pasteboard_service_proxy.cpp | 178 int32_t &syncTime) in GetPasteData() argument 219 syncTime = reply.ReadInt32(); in GetPasteData()
|
/ohos5.0/foundation/distributeddatamgr/pasteboard/services/zidl/include/ |
H A D | pasteboard_service_proxy.h | 32 virtual int32_t GetPasteData(PasteData &data, int32_t &syncTime) override;
|
/ohos5.0/foundation/filemanagement/dfs_service/frameworks/native/cloudsync_kit_inner/include/ |
H A D | cloud_sync_manager_impl.h | 57 int32_t GetSyncTime(int64_t &syncTime, const std::string &bundleName = "") override;
|
H A D | cloud_sync_service_proxy.h | 71 int32_t GetSyncTimeInner(int64_t &syncTime, const std::string &bundleName = "") override;
|
/ohos5.0/foundation/filemanagement/dfs_service/services/cloudsyncservice/src/ipc/ |
H A D | cloud_sync_service_stub.cpp | 632 int64_t syncTime = 0; in HandleGetSyncTime() local 634 int32_t res = GetSyncTimeInner(syncTime, bundleName); in HandleGetSyncTime() 635 reply.WriteInt64(syncTime); in HandleGetSyncTime()
|
H A D | cloud_sync_service.cpp | 424 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 D | i_cloud_sync_service_mock.h | 146 int32_t GetSyncTimeInner(int64_t &syncTime, const std::string &bundleName = "")
|
/ohos5.0/foundation/filemanagement/dfs_service/frameworks/native/cloudsync_kit_inner/src/ |
H A D | cloud_sync_manager_impl.cpp | 91 int32_t CloudSyncManagerImpl::GetSyncTime(int64_t &syncTime, const std::string &bundleName) in GetSyncTime() argument 100 return CloudSyncServiceProxy->GetSyncTimeInner(syncTime, bundleName); in GetSyncTime()
|
H A D | cloud_sync_service_proxy.cpp | 185 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 D | cloud_sync_service.h | 76 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 D | cloud_sync_service_proxy_lite.cpp | 153 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 D | cloud_sync_service_stub_test.cpp | 72 MOCK_METHOD2(GetSyncTimeInner, int32_t(int64_t &syncTime, const std::string &bundleName));
|