Searched refs:GetKvFromDb (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/notification_preferences_database_branch_test/ |
H A D | notification_preferences_database_branch_test.cpp | 963 ASSERT_EQ(preferncesDB_->GetKvFromDb(string("test"), value, -1), NativeRdb::E_ERROR); 965 ASSERT_EQ(preferncesDB_->GetKvFromDb(string("test"), value, -1), NativeRdb::E_ERROR);
|
/ohos5.0/base/notification/distributed_notification_service/services/ans/include/ |
H A D | notification_preferences.h | 375 int32_t GetKvFromDb(const std::string &key, std::string &value, const int32_t &userId);
|
H A D | notification_preferences_database.h | 239 int32_t GetKvFromDb(const std::string &key, std::string &value, const int32_t &userId);
|
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/ |
H A D | notification_preferences.cpp | 1150 if (GetKvFromDb("RING_TRUSTLIST_PKG", value, userId) != ERR_OK) { in GetBundleSoundPermission() 1193 int32_t NotificationPreferences::GetKvFromDb( in GetKvFromDb() function in OHOS::Notification::NotificationPreferences 1199 return preferncesDB_->GetKvFromDb(key, value, userId); in GetKvFromDb()
|
H A D | advanced_notification_live_view_service.cpp | 302 int32_t result = NotificationPreferences::GetInstance()->GetKvFromDb(key, value, userId); in GetNotificationRequestFromDb()
|
H A D | advanced_notification_utils.cpp | 1996 NotificationPreferences::GetInstance()->GetKvFromDb(KEY_TABLE_VERSION, value, FIRST_USERID); in ResetDistributedEnabled()
|
H A D | notification_preferences_database.cpp | 1772 int32_t NotificationPreferencesDatabase::GetKvFromDb( in GetKvFromDb() function in OHOS::Notification::NotificationPreferencesDatabase
|