Searched refs:QueryDataBeginWithKey (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/base/notification/distributed_notification_service/services/ans/include/ |
H A D | notification_rdb_data_mgr.h | 134 …int32_t QueryDataBeginWithKey(const std::string &key, std::unordered_map<std::string, std::string>… 157 int32_t QueryDataBeginWithKey(const std::string tableName, const std::string key,
|
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/notification_preferences_database_branch_test/ |
H A D | mock_notification_rdb_data_mgr.cpp | 122 int32_t NotificationDataMgr::QueryDataBeginWithKey( in QueryDataBeginWithKey() function in OHOS::Notification::NotificationDataMgr
|
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/ |
H A D | notification_rdb_data_mgr.cpp | 431 int32_t NotificationDataMgr::QueryDataBeginWithKey( in QueryDataBeginWithKey() function in OHOS::Notification::NotificationDataMgr 443 ret = QueryDataBeginWithKey(tableName, key, values); in QueryDataBeginWithKey() 454 int32_t NotificationDataMgr::QueryDataBeginWithKey( in QueryDataBeginWithKey() function in OHOS::Notification::NotificationDataMgr
|
H A D | notification_preferences_database.cpp | 704 rdbDataManager_->QueryDataBeginWithKey((GenerateBundleKey(bundleKey)), bundleEntries, userId); in GetBundleInfo() 749 int32_t result = rdbDataManager_->QueryDataBeginWithKey( in RemoveBundleFromDisturbeDB() 791 int32_t result = rdbDataManager_->QueryDataBeginWithKey( in RemoveSlotFromDisturbeDB() 822 int32_t errCode = rdbDataManager_->QueryDataBeginWithKey(ANS_BUNDLE_BEGIN, datas, userId); in GetAllNotificationEnabledBundles() 894 int32_t result = rdbDataManager_->QueryDataBeginWithKey( in RemoveAllSlotsFromDisturbeDB() 1038 … rdbDataManager_->QueryDataBeginWithKey((GenerateBundleKey(bundleKey)), bundleEntries, userId); in ParseBundleFromDistureDB() 1705 result = rdbDataManager_->QueryDataBeginWithKey(key, values, userId); in RemoveEnabledDbByBundleName() 1816 int32_t result = rdbDataManager_->QueryDataBeginWithKey(key, values, userId); in GetBatchKvsFromDb()
|
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/notification_rdb_data_mgr_test/ |
H A D | notification_rdb_data_mgr_test.cpp | 606 ASSERT_EQ(notificationDataMgr->QueryDataBeginWithKey(key, values, -1), NativeRdb::E_ERROR); 623 ASSERT_EQ(notificationDataMgr->QueryDataBeginWithKey(key, values, -1), NativeRdb::E_ERROR); 643 ASSERT_EQ(notificationDataMgr->QueryDataBeginWithKey(key, values, -1), NativeRdb::E_ERROR);
|