Home
last modified time | relevance | path

Searched refs:SwitchDataObj (Results 1 – 23 of 23) sorted by relevance

/ohos5.0/foundation/filemanagement/dfs_service/frameworks/native/cloudsync_kit_inner/src/
H A Dcloud_sync_common.cpp25 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 Dcloud_sync_manager_impl.cpp376 const SwitchDataObj &switchData) in EnableCloud()
H A Dcloud_sync_service_proxy.cpp403 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 Dcloud_sync_common_test.cpp68 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 Dcloud_sync_manager_impl_unnomal_test.cpp247 SwitchDataObj switchData;
H A Dcloud_sync_manager_impl_test.cpp481 SwitchDataObj switchData;
H A Dcloud_sync_service_proxy_test.cpp418 SwitchDataObj switchData;
436 SwitchDataObj switchData;
/ohos5.0/foundation/filemanagement/dfs_service/interfaces/inner_api/native/cloudsync_kit_inner/
H A Dcloud_sync_common.h72 struct SwitchDataObj : public Parcelable { struct
76 static SwitchDataObj *Unmarshalling(Parcel &parcel); argument
H A Dcloud_sync_manager.h96 virtual int32_t EnableCloud(const std::string &accoutId, const SwitchDataObj &switchData) = 0;
H A Di_cloud_sync_service.h41 virtual int32_t EnableCloud(const std::string &accoutId, const SwitchDataObj &switchData) = 0;
/ohos5.0/foundation/filemanagement/dfs_service/test/mock/ipc/
H A Dcloud_sync_service_proxy_mock.cpp60 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 Dcloud_sync_manager_impl.h46 int32_t EnableCloud(const std::string &accoutId, const SwitchDataObj &switchData) override;
H A Dcloud_sync_service_proxy.h42 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 Di_cloud_sync_service_mock.h92 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 Dcloud_sync_manager_n_exporter.cpp248 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 Dcloud_sync_service.h52 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 Dcloud_sync_service_proxy_lite.cpp185 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 Dcloudsyncmanager_fuzzer.cpp158 SwitchDataObj switchDataObj; in EnableCloudFuzzTest()
/ohos5.0/foundation/filemanagement/dfs_service/services/cloudsyncservice/src/ipc/
H A Dcloud_sync_service_stub.cpp339 sptr<SwitchDataObj> switchObj = data.ReadParcelable<SwitchDataObj>(); in HandleEnableCloud()
H A Dcloud_sync_service.cpp497 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 Dcloud_sync_service_test.cpp323 SwitchDataObj switchData;
H A Dcloud_sync_service_stub_test.cpp45 … MOCK_METHOD2(EnableCloud, int32_t(const std::string &accoutId, const SwitchDataObj &switchData));
/ohos5.0/foundation/filemanagement/dfs_service/test/fuzztest/cloudsyncservicestub_fuzzer/
H A Dcloudsyncservicestub_fuzzer.cpp235 SwitchDataObj switchDataObj; in HandleEnableCloudFuzzTest()