Searched refs:DistributedPreferencesDatabase (Results 1 – 6 of 6) sorted by relevance
53 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 …]
48 DistributedPreferencesDatabase::DistributedPreferencesDatabase() : DistributedFlowControl() in DistributedPreferencesDatabase() function in OHOS::Notification::DistributedPreferencesDatabase53 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()
28 DistributedPreferencesDatabase::DistributedPreferencesDatabase() : DistributedFlowControl() in DistributedPreferencesDatabase() function in OHOS::Notification::DistributedPreferencesDatabase33 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 …]
39 database_ = std::make_unique<DistributedPreferencesDatabase>(); in DistributedPreferences()49 std::vector<DistributedPreferencesDatabase::Entry> entries; in InitDistributedAllInfo()
32 class DistributedPreferencesDatabase : private DistributedFlowControl {36 DistributedPreferencesDatabase();37 virtual ~DistributedPreferencesDatabase();91 DISALLOW_COPY_AND_MOVE(DistributedPreferencesDatabase);
104 std::unique_ptr<DistributedPreferencesDatabase> database_ = nullptr;