/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;
|
/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;
|
/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() function in OHOS::FileManagement::CloudSync::CloudSyncServiceMock
|
/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() function in OHOS::FileManagement::CloudSync::CloudSyncServiceProxy
|
/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)); 675 EXPECT_CALL(service, GetSyncTimeInner(_, bundleName)).WillOnce(Return(E_OK)); in HWTEST_F()
|
/foundation/filemanagement/dfs_service/test/unittests/cloudsync_api/cloudsync_impl/ |
H A D | cloud_sync_service_proxy_test.cpp | 232 * @tc.desc: Verify the GetSyncTimeInner function. 238 GTEST_LOG_(INFO) << "GetSyncTimeInner Start"; in HWTEST_F() 243 int result = proxy_->GetSyncTimeInner(syncTime, bundleName); in HWTEST_F() 245 GTEST_LOG_(INFO) << "GetSyncTimeInner End"; in HWTEST_F() 250 * @tc.desc: Verify the GetSyncTimeInner function. 256 GTEST_LOG_(INFO) << "GetSyncTimeInner Start"; in HWTEST_F() 261 int result = proxy_->GetSyncTimeInner(syncTime, bundleName); in HWTEST_F() 263 GTEST_LOG_(INFO) << "GetSyncTimeInner End"; in HWTEST_F()
|
/foundation/filemanagement/dfs_service/frameworks/native/cloudsync_kit_inner/src/ |
H A D | cloud_sync_manager_impl.cpp | 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() function in OHOS::FileManagement::CloudSync::CloudSyncServiceProxy 187 LOGI("Start GetSyncTimeInner"); in GetSyncTimeInner()
|
/foundation/filemanagement/dfs_service/services/cloudsyncservice/src/ipc/ |
H A D | cloud_sync_service_stub.cpp | 626 int32_t res = GetSyncTimeInner(syncTime, bundleName); in HandleGetSyncTime()
|
H A D | cloud_sync_service.cpp | 444 int32_t CloudSyncService::GetSyncTimeInner(int64_t &syncTime, const string &bundleName) in GetSyncTimeInner() function in OHOS::FileManagement::CloudSync::CloudSyncService
|