Home
last modified time | relevance | path

Searched refs:IsAccountIdChanged (Results 1 - 4 of 4) sorted by relevance

/foundation/filemanagement/dfs_service/test/unittests/cloudsync_sa/mock/
H A Dcloud_status_mock.cpp36 bool CloudStatus::IsAccountIdChanged(const std::string &accountId) in IsAccountIdChanged() function in OHOS::FileManagement::CloudSync::CloudStatus
/foundation/filemanagement/dfs_service/interfaces/inner_api/native/cloud_file_kit_inner/
H A Dcloud_status.h31 static bool IsAccountIdChanged(const std::string &accountId);
/foundation/filemanagement/dfs_service/test/unittests/cloudsync_sa/sync_rule/
H A Dcloud_status_test.cpp187 * @tc.desc: Verify the CloudStatus::IsAccountIdChanged function
194 std::string accountId = "IsAccountIdChanged"; in HWTEST_F()
196 auto ret = cloudStatus.IsAccountIdChanged(accountId); in HWTEST_F()
202 * @tc.desc: Verify the CloudStatus::IsAccountIdChanged function
209 std::string accountId = "IsAccountIdChanged"; in HWTEST_F()
211 auto ret = cloudStatus.IsAccountIdChanged(accountId); in HWTEST_F()
/foundation/filemanagement/dfs_service/frameworks/native/cloud_file_kit_inner/src/sync_rule/
H A Dcloud_status.cpp88 bool CloudStatus::IsAccountIdChanged(const std::string &accountId) in IsAccountIdChanged() function in OHOS::FileManagement::CloudSync::CloudStatus

Completed in 1 milliseconds