/ohos5.0/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 | 30 int32_t CloudSyncServiceProxy::TriggerSyncInner(const std::string &bundleName, const int32_t &userI… in TriggerSyncInner() function in OHOS::FileManagement::CloudSync::CloudSyncServiceProxy
|
/ohos5.0/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;
|
/ohos5.0/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 in TriggerSyncInner() function
|
/ohos5.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;
|
/ohos5.0/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;
|
/ohos5.0/foundation/filemanagement/dfs_service/test/unittests/cloudsync_sa/ipc/ |
H A D | cloud_sync_service_stub_test.cpp | 38 MOCK_METHOD2(TriggerSyncInner, int32_t(const std::string &bundleName, const int32_t &userId)); 227 EXPECT_CALL(service, TriggerSyncInner(_, _)).WillOnce(Return(E_OK));
|
H A D | cloud_sync_service_test.cpp | 263 int ret = g_servicePtr_->TriggerSyncInner(bundleName, userId);
|
/ohos5.0/foundation/filemanagement/dfs_service/test/unittests/cloudsync_api/cloudsync_impl/ |
H A D | cloud_sync_service_proxy_test.cpp | 207 int result = proxy_->TriggerSyncInner(bundleName, userId); 225 int result = proxy_->TriggerSyncInner(bundleName, userId);
|
/ohos5.0/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 &userI… in TriggerSyncInner() function in OHOS::FileManagement::CloudSync::CloudSyncServiceProxy
|
/ohos5.0/foundation/filemanagement/dfs_service/services/cloudsyncservice/src/ipc/ |
H A D | cloud_sync_service.cpp | 388 int32_t CloudSyncService::TriggerSyncInner(const std::string &bundleName, const int32_t &userId) in TriggerSyncInner() function in OHOS::FileManagement::CloudSync::CloudSyncService
|
H A D | cloud_sync_service_stub.cpp | 182 int32_t res = TriggerSyncInner(bundleName, userId); in HandleTriggerSyncInner()
|