/ohos5.0/foundation/filemanagement/dfs_service/frameworks/native/cloudsync_kit_inner/src/ |
H A D | cloud_sync_common.cpp | 25 bool SwitchDataObj::Marshalling(Parcel &parcel) const in Marshalling() 127 SwitchDataObj *SwitchDataObj::Unmarshalling(Parcel &parcel) in Unmarshalling() 129 SwitchDataObj *info = new (std::nothrow) SwitchDataObj(); in Unmarshalling() 160 bool SwitchDataObj::ReadFromParcel(Parcel &parcel) in ReadFromParcel()
|
H A D | cloud_sync_manager_impl.cpp | 376 const SwitchDataObj &switchData) in EnableCloud()
|
H A D | cloud_sync_service_proxy.cpp | 403 int32_t CloudSyncServiceProxy::EnableCloud(const std::string &accoutId, const SwitchDataObj &switch… in EnableCloud()
|
/ohos5.0/foundation/filemanagement/dfs_service/test/unittests/cloudsync_api/cloudsync_impl/ |
H A D | cloud_sync_common_test.cpp | 68 SwitchDataObj switchDataObj; 92 SwitchDataObj switchDataObj; 120 SwitchDataObj switchDataObj; 278 auto switchDataObj = make_shared<SwitchDataObj>(); 341 SwitchDataObj switchDataObj; 363 SwitchDataObj switchDataObj; 385 SwitchDataObj switchDataObj;
|
H A D | cloud_sync_manager_impl_unnomal_test.cpp | 247 SwitchDataObj switchData;
|
H A D | cloud_sync_manager_impl_test.cpp | 481 SwitchDataObj switchData;
|
H A D | cloud_sync_service_proxy_test.cpp | 418 SwitchDataObj switchData; 436 SwitchDataObj switchData;
|
/ohos5.0/foundation/filemanagement/dfs_service/interfaces/inner_api/native/cloudsync_kit_inner/ |
H A D | cloud_sync_common.h | 72 struct SwitchDataObj : public Parcelable { struct 76 static SwitchDataObj *Unmarshalling(Parcel &parcel); argument
|
H A D | cloud_sync_manager.h | 96 virtual int32_t EnableCloud(const std::string &accoutId, const SwitchDataObj &switchData) = 0;
|
H A D | i_cloud_sync_service.h | 41 virtual int32_t EnableCloud(const std::string &accoutId, const SwitchDataObj &switchData) = 0;
|
/ohos5.0/foundation/filemanagement/dfs_service/test/mock/ipc/ |
H A D | cloud_sync_service_proxy_mock.cpp | 60 int32_t CloudSyncServiceProxy::EnableCloud(const std::string &accoutId, const SwitchDataObj &switch… in EnableCloud()
|
/ohos5.0/foundation/filemanagement/dfs_service/frameworks/native/cloudsync_kit_inner/include/ |
H A D | cloud_sync_manager_impl.h | 46 int32_t EnableCloud(const std::string &accoutId, const SwitchDataObj &switchData) override;
|
H A D | cloud_sync_service_proxy.h | 42 int32_t EnableCloud(const std::string &accoutId, const SwitchDataObj &switchData) override;
|
/ohos5.0/foundation/filemanagement/dfs_service/test/unittests/cloudsync_api/cloudsync_impl/include/ |
H A D | i_cloud_sync_service_mock.h | 92 int32_t EnableCloud(const std::string &accoutId, const SwitchDataObj &switchData) override in EnableCloud()
|
/ohos5.0/foundation/filemanagement/dfs_service/interfaces/kits/js/cloudsyncmanager/ |
H A D | cloud_sync_manager_n_exporter.cpp | 248 bool ParseSwitches(napi_env env, napi_value object, SwitchDataObj &data) in ParseSwitches() 301 SwitchDataObj switchData; in EnableCloud()
|
/ohos5.0/foundation/filemanagement/dfs_service/services/cloudsyncservice/include/ipc/ |
H A D | cloud_sync_service.h | 52 int32_t EnableCloud(const std::string &accoutId, const SwitchDataObj &switchData) override;
|
/ohos5.0/foundation/filemanagement/dfs_service/frameworks/native/cloudsync_kit_inner_lite/src/ |
H A D | cloud_sync_service_proxy_lite.cpp | 185 int32_t CloudSyncServiceProxy::EnableCloud(const std::string &accoutId, const SwitchDataObj &switch… in EnableCloud()
|
/ohos5.0/foundation/filemanagement/dfs_service/test/fuzztest/cloudsyncmanager_fuzzer/ |
H A D | cloudsyncmanager_fuzzer.cpp | 158 SwitchDataObj switchDataObj; in EnableCloudFuzzTest()
|
/ohos5.0/foundation/filemanagement/dfs_service/services/cloudsyncservice/src/ipc/ |
H A D | cloud_sync_service_stub.cpp | 339 sptr<SwitchDataObj> switchObj = data.ReadParcelable<SwitchDataObj>(); in HandleEnableCloud()
|
H A D | cloud_sync_service.cpp | 497 int32_t CloudSyncService::EnableCloud(const std::string &accoutId, const SwitchDataObj &switchData) in EnableCloud()
|
/ohos5.0/foundation/filemanagement/dfs_service/test/unittests/cloudsync_sa/ipc/ |
H A D | cloud_sync_service_test.cpp | 323 SwitchDataObj switchData;
|
H A D | cloud_sync_service_stub_test.cpp | 45 … MOCK_METHOD2(EnableCloud, int32_t(const std::string &accoutId, const SwitchDataObj &switchData));
|
/ohos5.0/foundation/filemanagement/dfs_service/test/fuzztest/cloudsyncservicestub_fuzzer/ |
H A D | cloudsyncservicestub_fuzzer.cpp | 235 SwitchDataObj switchDataObj; in HandleEnableCloudFuzzTest()
|