Home
last modified time | relevance | path

Searched defs:accoutId (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/foundation/filemanagement/dfs_service/test/unittests/cloudsync_api/cloudsync_impl/
H A Dcloud_sync_manager_impl_unnomal_test.cpp144 std::string accoutId = "accoutId"; variable
166 std::string accoutId = "accoutId"; variable
246 std::string accoutId = "accoutId"; variable
267 std::string accoutId = "accoutId"; variable
287 std::string accoutId = "accoutId"; variable
H A Dcloud_sync_service_proxy_test.cpp343 string accoutId = "100"; variable
362 string accoutId = "100"; variable
381 string accoutId = "100"; variable
399 string accoutId = "100"; variable
417 string accoutId = "100"; variable
435 string accoutId = "100"; variable
453 string accoutId = "100"; variable
470 string accoutId = "100"; variable
487 string accoutId = "100"; variable
505 string accoutId = "100"; variable
H A Dcloud_sync_manager_impl_test.cpp296 std::string accoutId = "accoutId"; variable
318 std::string accoutId = "accoutId"; variable
480 std::string accoutId = "accoutId"; variable
501 std::string accoutId = "accoutId"; variable
521 std::string accoutId = "accoutId"; variable
/ohos5.0/foundation/filemanagement/dfs_service/test/mock/ipc/
H A Dcloud_sync_service_proxy_mock.cpp45 int32_t CloudSyncServiceProxy::ChangeAppSwitch(const std::string &accoutId, const std::string &bund… in ChangeAppSwitch()
55 int32_t CloudSyncServiceProxy::NotifyDataChange(const std::string &accoutId, const std::string &bun… in NotifyDataChange()
60 int32_t CloudSyncServiceProxy::EnableCloud(const std::string &accoutId, const SwitchDataObj &switch… in EnableCloud()
65 int32_t CloudSyncServiceProxy::DisableCloud(const std::string &accoutId) in DisableCloud()
/ohos5.0/foundation/filemanagement/dfs_service/test/unittests/cloudsync_api/cloudsync_impl/include/
H A Di_cloud_sync_service_mock.h74 …int32_t ChangeAppSwitch(const std::string &accoutId, const std::string &bundleName, bool status) o… in ChangeAppSwitch()
84 int32_t NotifyDataChange(const std::string &accoutId, const std::string &bundleName) override in NotifyDataChange()
92 int32_t EnableCloud(const std::string &accoutId, const SwitchDataObj &switchData) override in EnableCloud()
96 int32_t DisableCloud(const std::string &accoutId) override in DisableCloud()
/ohos5.0/foundation/filemanagement/dfs_service/test/fuzztest/cloudsyncmanager_fuzzer/
H A Dcloudsyncmanager_fuzzer.cpp108 std::string accoutId = fuzzData.GetStringFromData(len); in ChangeAppSwitchFuzzTest() local
117 std::string accoutId = fuzzData.GetStringFromData(len); in NotifyDataChangeFuzzTest() local
155 std::string accoutId = fuzzData.GetStringFromData(len); in EnableCloudFuzzTest() local
168 std::string accoutId = fuzzData.GetStringFromData(static_cast<int>(size)); in DisableCloudFuzzTest() local
176 std::string accoutId = fuzzData.GetStringFromData(len); in CleanFuzzTest() local
/ohos5.0/base/account/os_account/test/fuzztest/osaccount/getaccountserverconfig_fuzzer/
H A Dgetaccountserverconfig_fuzzer.cpp35 std::string accoutId(fuzzData.GenerateRandomString()); in GetAccountServerConfigFuzzTest() local
/ohos5.0/foundation/filemanagement/dfs_service/frameworks/native/cloudsync_kit_inner_lite/src/
H A Dcloud_sync_service_proxy_lite.cpp173 int32_t CloudSyncServiceProxy::ChangeAppSwitch(const std::string &accoutId, in ChangeAppSwitch()
185 int32_t CloudSyncServiceProxy::EnableCloud(const std::string &accoutId, const SwitchDataObj &switch… in EnableCloud()
190 int32_t CloudSyncServiceProxy::DisableCloud(const std::string &accoutId) in DisableCloud()
195 int32_t CloudSyncServiceProxy::NotifyDataChange(const std::string &accoutId, const std::string &bun… in NotifyDataChange()
/ohos5.0/foundation/filemanagement/dfs_service/interfaces/kits/js/cloudsyncmanager/
H A Dcloud_sync_manager_n_exporter.cpp41 std::unique_ptr<char []> accoutId; in ChangeAppCloudSwitch() local
91 std::unique_ptr<char []> accoutId; in NotifyDataChangeInner() local
217 std::unique_ptr<char []> accoutId; in DisableCloud() local
294 std::unique_ptr<char []> accoutId; in EnableCloud() local
372 std::unique_ptr<char []> accoutId = nullptr; in Clean() local
/ohos5.0/foundation/filemanagement/dfs_service/frameworks/native/cloudsync_kit_inner/src/
H A Dcloud_sync_manager_impl.cpp169 int32_t CloudSyncManagerImpl::ChangeAppSwitch(const std::string &accoutId, const std::string &bundl… in ChangeAppSwitch()
184 int32_t CloudSyncManagerImpl::NotifyDataChange(const std::string &accoutId, const std::string &bund… in NotifyDataChange()
375 int32_t CloudSyncManagerImpl::EnableCloud(const std::string &accoutId, in EnableCloud()
389 int32_t CloudSyncManagerImpl::DisableCloud(const std::string &accoutId) in DisableCloud()
H A Dcloud_sync_service_proxy.cpp324 int32_t CloudSyncServiceProxy::ChangeAppSwitch(const std::string &accoutId, const std::string &bund… in ChangeAppSwitch()
403 int32_t CloudSyncServiceProxy::EnableCloud(const std::string &accoutId, const SwitchDataObj &switch… in EnableCloud()
440 int32_t CloudSyncServiceProxy::DisableCloud(const std::string &accoutId) in DisableCloud()
472 int32_t CloudSyncServiceProxy::NotifyDataChange(const std::string &accoutId, const std::string &bun… in NotifyDataChange()
/ohos5.0/foundation/filemanagement/dfs_service/services/cloudsyncservice/src/ipc/
H A Dcloud_sync_service.cpp447 int32_t CloudSyncService::ChangeAppSwitch(const std::string &accoutId, const std::string &bundleNam… in ChangeAppSwitch()
464 int32_t CloudSyncService::NotifyDataChange(const std::string &accoutId, const std::string &bundleNa… in NotifyDataChange()
490 int32_t CloudSyncService::DisableCloud(const std::string &accoutId) in DisableCloud()
497 int32_t CloudSyncService::EnableCloud(const std::string &accoutId, const SwitchDataObj &switchData) in EnableCloud()