/foundation/distributeddatamgr/pasteboard/framework/framework/clip/ |
H A D | clip_plugin.cpp | 97 ret = ret && SetValue(node, syncTime, GET_NAME(syncTime)); in Marshal() 113 ret = ret && GetValue(node, GET_NAME(syncTime), syncTime); in Unmarshal()
|
/foundation/distributeddatamgr/pasteboard/test/fuzztest/pasteboardservice_fuzzer/ |
H A D | pasteboardservice_fuzzer.cpp | 62 int32_t GetPasteData(PasteData &data, int32_t &syncTime) override 65 (void)syncTime; variable
|
/foundation/distributeddatamgr/pasteboard/services/core/include/ |
H A D | pasteboard_service.h | 74 int32_t syncTime = 0; member 80 int32_t syncTime = 0; member 106 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;
|
/foundation/distributeddatamgr/pasteboard/framework/innerkits/src/ |
H A D | pasteboard_client.cpp | 251 int32_t syncTime = 0; in GetPasteData() local 252 int32_t ret = proxyService->GetPasteData(pasteData, syncTime); in GetPasteData() 253 int32_t bizStage = (syncTime == 0) ? RadarReporter::DFX_LOCAL_PASTE_END : RadarReporter::DFX_DISTRIBUTED_PASTE_END; in GetPasteData() 262 RadarReporter::DIS_SYNC_TIME, syncTime, RadarReporter::PACKAGE_NAME, currentPid); in GetPasteData() 265 RadarReporter::CONCURRENT_ID, currentId, RadarReporter::DIS_SYNC_TIME, syncTime, in GetPasteData() 272 syncTime, RadarReporter::PACKAGE_NAME, currentPid, RadarReporter::ERROR_CODE, ret); in GetPasteData() 276 RadarReporter::DIS_SYNC_TIME, syncTime, RadarReporter::PACKAGE_NAME, currentPid, in GetPasteData()
|
/foundation/distributeddatamgr/pasteboard/framework/framework/include/clip/ |
H A D | clip_plugin.h | 41 int32_t syncTime = 0; member
|
/foundation/distributeddatamgr/pasteboard/services/core/src/ |
H A D | pasteboard_service.cpp | 568 int32_t PasteboardService::GetPasteData(PasteData &data, int32_t &syncTime) in GetPasteData() argument 582 auto ret = GetData(tokenId, data, syncTime); in GetPasteData() 617 int32_t PasteboardService::GetData(uint32_t tokenId, PasteData &data, int32_t &syncTime) in GetData() argument 629 result = GetRemoteData(appInfo.userId, event.second, data, syncTime); in GetData() 732 int32_t PasteboardService::GetRemoteData(int32_t userId, const Event &event, PasteData &data, int32_t &syncTime) in GetRemoteData() argument 734 syncTime = -1; in GetRemoteData() 743 syncTime = value->syncTime; in GetRemoteData() 762 return GetRemotePasteData(userId, event, data, syncTime); in GetRemoteData() 765 int32_t PasteboardService::GetRemotePasteData(int32_t userId, const Event &event, PasteData &data, int32_t &syncTime) in GetRemotePasteData() argument 1295 int32_t syncTime = 0; HasDataType() local [all...] |
/foundation/distributeddatamgr/pasteboard/services/zidl/include/ |
H A D | pasteboard_service_proxy.h | 32 virtual int32_t GetPasteData(PasteData &data, int32_t &syncTime) override;
|
/foundation/filemanagement/dfs_service/interfaces/inner_api/native/cloudsync_kit_inner/ |
H A D | i_cloud_sync_service.h | 63 virtual int32_t GetSyncTimeInner(int64_t &syncTime, const std::string &bundleName = "") = 0;
|
H A D | cloud_sync_manager.h | 113 virtual int32_t GetSyncTime(int64_t &syncTime, const std::string &bundleName = "") = 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; in HWTEST_F() local 215 int32_t res = CloudSyncManagerImpl::GetInstance().GetSyncTime(syncTime, bundleName); in HWTEST_F()
|
H A D | cloud_sync_service_proxy_test.cpp | 240 int64_t syncTime = 0; in HWTEST_F() local 243 int result = proxy_->GetSyncTimeInner(syncTime, bundleName); in HWTEST_F() 258 int64_t syncTime = 0; in HWTEST_F() local 261 int result = proxy_->GetSyncTimeInner(syncTime, bundleName); in HWTEST_F()
|
/foundation/filemanagement/dfs_service/test/fuzztest/cloudsyncmanager_fuzzer/ |
H A D | cloudsyncmanager_fuzzer.cpp | 70 int64_t syncTime{0}; in GetSyncTimeFuzzTest() 72 CloudSyncManager::GetInstance().GetSyncTime(syncTime, bundleName); in GetSyncTimeFuzzTest()
|
/foundation/filemanagement/dfs_service/frameworks/native/cloudsync_kit_inner/include/ |
H A D | cloud_sync_service_proxy.h | 63 int32_t GetSyncTimeInner(int64_t &syncTime, const std::string &bundleName = "") override;
|
H A D | cloud_sync_manager_impl.h | 55 int32_t GetSyncTime(int64_t &syncTime, const std::string &bundleName = "") override;
|
/foundation/filemanagement/dfs_service/test/unittests/cloudsync_api/cloudsync_impl/include/ |
H A D | i_cloud_sync_service_mock.h | 143 int32_t GetSyncTimeInner(int64_t &syncTime, const std::string &bundleName = "") in GetSyncTimeInner() argument
|
/foundation/distributeddatamgr/pasteboard/services/zidl/src/ |
H A D | pasteboard_service_stub.cpp | 153 int32_t syncTime = 0; in OnGetPasteData() local 154 auto result = GetPasteData(pasteData, syncTime); in OnGetPasteData() 175 if (!reply.WriteInt32(syncTime)) { in OnGetPasteData() 176 PASTEBOARD_HILOGE(PASTEBOARD_MODULE_SERVICE, "Failed to GetPasteData syncTime"); in OnGetPasteData()
|
H A D | pasteboard_service_proxy.cpp | 178 int32_t &syncTime) in GetPasteData() 219 syncTime = reply.ReadInt32(); in GetPasteData() 177 GetPasteData(PasteData &pasteData, int32_t &syncTime) GetPasteData() argument
|
/foundation/filemanagement/dfs_service/services/cloudsyncservice/src/ipc/ |
H A D | cloud_sync_service_stub.cpp | 624 int64_t syncTime = 0; in HandleGetSyncTime() local 626 int32_t res = GetSyncTimeInner(syncTime, bundleName); in HandleGetSyncTime() 627 reply.WriteInt64(syncTime); in HandleGetSyncTime()
|
H A D | cloud_sync_service.cpp | 444 int32_t CloudSyncService::GetSyncTimeInner(int64_t &syncTime, const string &bundleName) in GetSyncTimeInner() argument 454 return DataSyncerRdbStore::GetInstance().GetLastSyncTime(callerUserId, targetBundleName, syncTime); in GetSyncTimeInner()
|
/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()
|
/foundation/filemanagement/dfs_service/frameworks/native/cloudsync_kit_inner_lite/src/ |
H A D | cloud_sync_service_proxy_lite.cpp | 152 int32_t CloudSyncServiceProxy::GetSyncTimeInner(int64_t &syncTime, const std::string &bundleName)
in GetSyncTimeInner() argument
|
/foundation/filemanagement/dfs_service/services/cloudsyncservice/include/ipc/ |
H A D | cloud_sync_service.h | 74 int32_t GetSyncTimeInner(int64_t &syncTime, const std::string &bundleName = "") override;
|
/foundation/filemanagement/dfs_service/test/unittests/cloudsync_sa/ipc/ |
H A D | cloud_sync_service_stub_test.cpp | 68 MOCK_METHOD2(GetSyncTimeInner, int32_t(int64_t &syncTime, const std::string &bundleName));
|