/foundation/filemanagement/dfs_service/frameworks/native/cloudsync_kit_inner_lite/src/ |
H A D | cloud_sync_manager_impl_lite.cpp | 43 return CloudSyncServiceProxy->TriggerSyncInner(bundleName, userId);
in TriggerSync()
|
H A D | cloud_sync_service_proxy_lite.cpp | 29 int32_t CloudSyncServiceProxy::TriggerSyncInner(const std::string &bundleName, const int32_t &userId)
in TriggerSyncInner() function in OHOS::FileManagement::CloudSync::CloudSyncServiceProxy 64 LOGI("TriggerSyncInner Success");
in TriggerSyncInner()
|
/foundation/filemanagement/dfs_service/test/unittests/cloudsync_api/cloudsync_impl/ |
H A D | cloud_sync_service_proxy_lite_test.cpp | 91 * @tc.desc: Verify the TriggerSyncInner function. 97 GTEST_LOG_(INFO) << "TriggerSyncInner Start"; in HWTEST_F() 102 int result = proxy_->TriggerSyncInner(bundleName, userId); in HWTEST_F() 104 GTEST_LOG_(INFO) << "TriggerSyncInner End"; in HWTEST_F() 109 * @tc.desc: Verify the TriggerSyncInner function. 115 GTEST_LOG_(INFO) << "TriggerSyncInner Start"; in HWTEST_F() 120 int result = proxy_->TriggerSyncInner(bundleName, userId); in HWTEST_F() 122 GTEST_LOG_(INFO) << "TriggerSyncInner End"; in HWTEST_F() 127 * @tc.desc: Verify the TriggerSyncInner function. 148 * @tc.desc: Verify the TriggerSyncInner functio [all...] |
H A D | cloud_sync_service_proxy_test.cpp | 196 * @tc.desc: Verify the TriggerSyncInner function. 202 GTEST_LOG_(INFO) << "TriggerSyncInner Start"; in HWTEST_F() 207 int result = proxy_->TriggerSyncInner(bundleName, userId); in HWTEST_F() 209 GTEST_LOG_(INFO) << "TriggerSyncInner End"; in HWTEST_F() 214 * @tc.desc: Verify the TriggerSyncInner function. 220 GTEST_LOG_(INFO) << "TriggerSyncInner Start"; in HWTEST_F() 225 int result = proxy_->TriggerSyncInner(bundleName, userId); in HWTEST_F() 227 GTEST_LOG_(INFO) << "TriggerSyncInner End"; in HWTEST_F()
|
/foundation/filemanagement/dfs_service/interfaces/inner_api/native/cloudsync_kit_inner/ |
H A D | i_cloud_sync_service.h | 34 virtual int32_t TriggerSyncInner(const std::string &bundleName, const int32_t &userId) = 0;
|
/foundation/filemanagement/dfs_service/frameworks/native/cloudsync_kit_inner/include/ |
H A D | cloud_sync_service_proxy.h | 35 int32_t TriggerSyncInner(const std::string &bundleName, const int32_t &userId) override;
|
/foundation/filemanagement/dfs_service/test/unittests/cloudsync_api/cloudsync_impl/include/ |
H A D | i_cloud_sync_service_mock.h | 59 int32_t TriggerSyncInner(const std::string &bundleName, const int32_t &userId) override
|
/foundation/filemanagement/dfs_service/services/cloudsyncservice/include/ipc/ |
H A D | cloud_sync_service.h | 45 int32_t TriggerSyncInner(const std::string &bundleName, const int32_t &userId) override;
|
/foundation/filemanagement/dfs_service/test/unittests/cloudsync_sa/ipc/ |
H A D | cloud_sync_service_stub_test.cpp | 37 MOCK_METHOD2(TriggerSyncInner, int32_t(const std::string &bundleName, const int32_t &userId)); 212 EXPECT_CALL(service, TriggerSyncInner(_, _)).WillOnce(Return(E_OK)); in HWTEST_F()
|
H A D | cloud_sync_service_test.cpp | 253 * @tc.desc:Verify the TriggerSyncInner function. 259 GTEST_LOG_(INFO) << "TriggerSyncInner start"; in HWTEST_F() 263 int ret = g_servicePtr_->TriggerSyncInner(bundleName, userId); in HWTEST_F() 267 GTEST_LOG_(INFO) << "TriggerSyncInner FAILED"; in HWTEST_F() 269 GTEST_LOG_(INFO) << "TriggerSyncInner end"; in HWTEST_F()
|
/foundation/filemanagement/dfs_service/frameworks/native/cloudsync_kit_inner/src/ |
H A D | cloud_sync_manager_impl.cpp | 144 return CloudSyncServiceProxy->TriggerSyncInner(bundleName, userId); in TriggerSync()
|
H A D | cloud_sync_service_proxy.cpp | 148 int32_t CloudSyncServiceProxy::TriggerSyncInner(const std::string &bundleName, const int32_t &userId) in TriggerSyncInner() function in OHOS::FileManagement::CloudSync::CloudSyncServiceProxy 181 LOGI("TriggerSyncInner Success"); in TriggerSyncInner()
|
/foundation/filemanagement/dfs_service/services/cloudsyncservice/src/ipc/ |
H A D | cloud_sync_service_stub.cpp | 171 LOGI("Begin TriggerSyncInner"); in HandleTriggerSyncInner() 182 int32_t res = TriggerSyncInner(bundleName, userId); in HandleTriggerSyncInner() 184 LOGI("End TriggerSyncInner"); in HandleTriggerSyncInner()
|
H A D | cloud_sync_service.cpp | 408 int32_t CloudSyncService::TriggerSyncInner(const std::string &bundleName, const int32_t &userId) in TriggerSyncInner() function in OHOS::FileManagement::CloudSync::CloudSyncService
|