Home
last modified time | relevance | path

Searched refs:DistributedPreferencesDatabase (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/services/distributed/test/unittest/distributed_preferences_database_test/
H A Ddistributed_preferences_database_test.cpp53 DistributedPreferencesDatabase distributedPreferencesDatabase;
66 std::make_shared<DistributedPreferencesDatabase>();
78 DistributedPreferencesDatabase distributedPreferencesDatabase;
90 DistributedPreferencesDatabase distributedPreferencesDatabase;
104 DistributedPreferencesDatabase distributedPreferencesDatabase;
120 DistributedPreferencesDatabase distributedPreferencesDatabase;
136 DistributedPreferencesDatabase distributedPreferencesDatabase;
150 DistributedPreferencesDatabase distributedPreferencesDatabase;
166 DistributedPreferencesDatabase distributedPreferencesDatabase;
183 DistributedPreferencesDatabase distributedPreferencesDatabase;
[all …]
/ohos5.0/base/notification/distributed_notification_service/services/distributed/test/unittest/distributed_preferences_branch_test/
H A Dmock_distributed_preferences_database.cpp48 DistributedPreferencesDatabase::DistributedPreferencesDatabase() : DistributedFlowControl() in DistributedPreferencesDatabase() function in OHOS::Notification::DistributedPreferencesDatabase
53 DistributedPreferencesDatabase::~DistributedPreferencesDatabase() in ~DistributedPreferencesDatabase()
56 bool DistributedPreferencesDatabase::GetEntriesFromDistributedDB( in GetEntriesFromDistributedDB()
65 bool DistributedPreferencesDatabase::PutToDistributedDB(const std::string &key, const std::string &… in PutToDistributedDB()
70 bool DistributedPreferencesDatabase::DeleteToDistributedDB(const std::string &key) in DeleteToDistributedDB()
75 bool DistributedPreferencesDatabase::ClearDatabase() in ClearDatabase()
/ohos5.0/base/notification/distributed_notification_service/services/distributed/src/
H A Ddistributed_preferences_database.cpp28 DistributedPreferencesDatabase::DistributedPreferencesDatabase() : DistributedFlowControl() in DistributedPreferencesDatabase() function in OHOS::Notification::DistributedPreferencesDatabase
33 DistributedPreferencesDatabase::~DistributedPreferencesDatabase() in ~DistributedPreferencesDatabase()
36 void DistributedPreferencesDatabase::GetKvDataManager() in GetKvDataManager()
43 bool DistributedPreferencesDatabase::CheckKvDataManager() in CheckKvDataManager()
54 void DistributedPreferencesDatabase::GetKvStore() in GetKvStore()
80 bool DistributedPreferencesDatabase::CheckKvStore() in CheckKvStore()
91 bool DistributedPreferencesDatabase::PutToDistributedDB(const std::string &key, const std::string &… in PutToDistributedDB()
115 bool DistributedPreferencesDatabase::GetFromDistributedDB(const std::string &key, std::string &valu… in GetFromDistributedDB()
137 bool DistributedPreferencesDatabase::GetEntriesFromDistributedDB( in GetEntriesFromDistributedDB()
157 bool DistributedPreferencesDatabase::DeleteToDistributedDB(const std::string &key) in DeleteToDistributedDB()
[all …]
H A Ddistributed_preferences.cpp39 database_ = std::make_unique<DistributedPreferencesDatabase>(); in DistributedPreferences()
49 std::vector<DistributedPreferencesDatabase::Entry> entries; in InitDistributedAllInfo()
/ohos5.0/base/notification/distributed_notification_service/services/distributed/include/
H A Ddistributed_preferences_database.h32 class DistributedPreferencesDatabase : private DistributedFlowControl {
36 DistributedPreferencesDatabase();
37 virtual ~DistributedPreferencesDatabase();
91 DISALLOW_COPY_AND_MOVE(DistributedPreferencesDatabase);
H A Ddistributed_preferences.h104 std::unique_ptr<DistributedPreferencesDatabase> database_ = nullptr;