Home
last modified time | relevance | path

Searched refs:CloudPrefImpl (Results 1 - 8 of 8) sorted by relevance

/foundation/filemanagement/dfs_service/test/unittests/cloudsync_sa/mock/
H A Dcloud_pref_impl_mock.cpp22 CloudPrefImpl::CloudPrefImpl(const int32_t userId, const std::string& bundleName, const std::string& tableName) in CloudPrefImpl() function in OHOS::FileManagement::CloudSync::CloudPrefImpl
26 CloudPrefImpl::CloudPrefImpl(const std::string& fileName) in CloudPrefImpl() function in OHOS::FileManagement::CloudSync::CloudPrefImpl
30 void CloudPrefImpl::SetString(const std::string& key, const std::string& value) in SetString()
34 void CloudPrefImpl::GetString(const std::string& key, std::string &value) in GetString()
38 void CloudPrefImpl::SetLong(const std::string& key, const int64_t value) in SetLong()
42 void CloudPrefImpl::GetLong(const std::string& key, int64_t &value) in GetLong()
46 void CloudPrefImpl::SetInt(const std::string& key, const int value) in SetInt()
50 void CloudPrefImpl
[all...]
/foundation/filemanagement/dfs_service/utils/preference/src/
H A Dcloud_pref_impl.cpp26 CloudPrefImpl::CloudPrefImpl(const int32_t userId, const std::string& bundleName, const std::string& tableName) in CloudPrefImpl() function in OHOS::FileManagement::CloudSync::CloudPrefImpl
32 LOGE("CloudPrefImpl: mkdir failed"); in CloudPrefImpl()
39 LOGE("CloudPrefImpl: mkdir failed"); in CloudPrefImpl()
46 LOGE("CloudPrefImpl: Preference get null, errcode: %{public}d", errCode); in CloudPrefImpl()
50 CloudPrefImpl::CloudPrefImpl(const std::string& fileName) in CloudPrefImpl() function in OHOS::FileManagement::CloudSync::CloudPrefImpl
56 LOGE("CloudPrefImpl: Preference get null, errcode: %{public}d", errCode); in CloudPrefImpl()
60 void CloudPrefImpl::SetString(const std::string& key, const std::string& value) in SetString()
63 LOGE("CloudPrefImpl in SetString()
[all...]
/foundation/filemanagement/dfs_service/test/unittests/utils/preference/
H A Dcloud_pref_impl_test.cpp65 std::shared_ptr<CloudPrefImpl> cloudPtr_;
83 cloudPtr_ = std::make_shared<CloudPrefImpl>(fileName_); in SetUp()
109 * @tc.desc: Verify the CloudPrefImpl function
117 CloudPrefImpl cloudPreImpl(""); in HWTEST_F()
128 * @tc.desc: Verify the CloudPrefImpl function
136 CloudPrefImpl cloudPreImpl(fileName_); in HWTEST_F()
147 * @tc.desc: Verify the CloudPrefImpl function
159 CloudPrefImpl cloudPreImpl(userId_, bundleName, tableName); in HWTEST_F()
304 CloudPrefImpl cloudPrefImpl(userId, bundleName, tableName); in HWTEST_F()
320 CloudPrefImpl cloudPrefImp in HWTEST_F()
[all...]
/foundation/filemanagement/dfs_service/utils/inner_api/
H A Dcloud_pref_impl.h25 class CloudPrefImpl { class
27 CloudPrefImpl(const std::string& fileName);
28 CloudPrefImpl(const int32_t userId, const std::string& bundleName, const std::string& tableName);
29 ~CloudPrefImpl() = default;;
/foundation/filemanagement/dfs_service/services/cloudsyncservice/src/cycle_task/
H A Dcycle_task_runner.cpp115 std::unique_ptr<CloudPrefImpl> cloudPrefImpl = in SetRunableBundleNames()
116 std::make_unique<CloudPrefImpl>(userId_, bundleName, CycleTask::FILE_PATH); in SetRunableBundleNames()
H A Dcycle_task.cpp95 cloudPrefImpl_ = std::make_unique<CloudPrefImpl>(userId_, bundleName, FILE_PATH); in RunTask()
/foundation/filemanagement/dfs_service/services/cloudsyncservice/include/cycle_task/
H A Dcycle_task.h61 std::unique_ptr<CloudPrefImpl> cloudPrefImpl_;
/foundation/filemanagement/dfs_service/services/clouddisk_database/src/
H A Dclouddisk_rdbstore.cpp1388 CloudPrefImpl cloudPrefImpl(userId_, bundleName_, FileColumn::FILES_TABLE); in CheckRootIdValid()

Completed in 6 milliseconds