Home
last modified time | relevance | path

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

/foundation/filemanagement/dfs_service/frameworks/native/cloud_file_kit_inner/src/sync_rule/
H A Dcloud_status.cpp23 int32_t CloudStatus::GetCurrentCloudInfo(const std::string &bundleName, const int32_t userId) in GetCurrentCloudInfo() function in OHOS::FileManagement::CloudSync::CloudStatus
59 auto ret = GetCurrentCloudInfo(bundleName, userId); in IsCloudStatusOkay()
/foundation/filemanagement/dfs_service/test/unittests/cloudsync_sa/sync_rule/
H A Dcloud_status_test.cpp59 * @tc.desc: Verify the CloudStatus::GetCurrentCloudInfo function
68 auto ret = cloudStatus.GetCurrentCloudInfo(bundleName, userId); in HWTEST_F()
74 * @tc.desc: Verify the CloudStatus::GetCurrentCloudInfo function
85 auto ret = cloudStatus.GetCurrentCloudInfo(bundleName, userId); in HWTEST_F()
91 * @tc.desc: Verify the CloudStatus::GetCurrentCloudInfo function
102 auto ret = cloudStatus.GetCurrentCloudInfo(bundleName, userId); in HWTEST_F()
/foundation/filemanagement/dfs_service/test/unittests/cloudsync_sa/mock/
H A Dcloud_status_mock.cpp21 int32_t CloudStatus::GetCurrentCloudInfo(const std::string &bundleName, const int32_t userId) in GetCurrentCloudInfo() function in OHOS::FileManagement::CloudSync::CloudStatus
/foundation/filemanagement/dfs_service/interfaces/inner_api/native/cloud_file_kit_inner/
H A Dcloud_status.h28 static int32_t GetCurrentCloudInfo(const std::string &bundleName, const int32_t userId);

Completed in 3 milliseconds