Home
last modified time | relevance | path

Searched refs:GetValueFromDisturbeDB (Results 1 - 3 of 3) sorted by relevance

/base/notification/distributed_notification_service/services/ans/test/unittest/notification_preferences_database_branch_test/
H A Dnotification_preferences_database_branch_test.cpp286 * @tc.desc : test GetValueFromDisturbeDB function and CheckRdbStore is false
292 // test GetValueFromDisturbeDB function in HWTEST_F()
295 preferncesDB_->GetValueFromDisturbeDB(key, -1, [&](std::string &value) {}); in HWTEST_F()
301 * @tc.desc : test GetValueFromDisturbeDB function and result == NativeRdb::E_ERROR
309 // test GetValueFromDisturbeDB function in HWTEST_F()
312 preferncesDB_->GetValueFromDisturbeDB(key, -1, [&](std::string &value) {}); in HWTEST_F()
318 * @tc.desc : test GetValueFromDisturbeDB function and CheckRdbStore is false
324 // test GetValueFromDisturbeDB function in HWTEST_F()
327 preferncesDB_->GetValueFromDisturbeDB(key, -1, [&](const int32_t &status, std::string &value) {}); in HWTEST_F()
/base/notification/distributed_notification_service/services/ans/src/
H A Dnotification_preferences_database.cpp299 GetValueFromDisturbeDB(bundleKeyStr, userId, [&](const int32_t &status, std::string &value) { in PutBundlePropertyToDisturbeDB()
558 void NotificationPreferencesDatabase::GetValueFromDisturbeDB( in GetValueFromDisturbeDB() function in OHOS::Notification::NotificationPreferencesDatabase
574 void NotificationPreferencesDatabase::GetValueFromDisturbeDB( in GetValueFromDisturbeDB() function in OHOS::Notification::NotificationPreferencesDatabase
593 GetValueFromDisturbeDB(bundleKeyStr, userId, [&](const int32_t &status, std::string &value) { in CheckBundle()
1138 GetValueFromDisturbeDB(findString + KEY_SLOT_ENABLE_VRBRATION, userId, in ExecuteDisturbeDB()
1448 GetValueFromDisturbeDB( in GetDoNotDisturbType()
1477 GetValueFromDisturbeDB( in GetDoNotDisturbBeginDate()
1505 GetValueFromDisturbeDB( in GetDoNotDisturbEndDate()
1533 GetValueFromDisturbeDB( in GetEnableAllNotification()
1903 GetValueFromDisturbeDB(ke in GetDistributedEnabledForBundle()
[all...]
/base/notification/distributed_notification_service/services/ans/include/
H A Dnotification_preferences_database.h254 void GetValueFromDisturbeDB(const std::string &key, const int &userId,
256 void GetValueFromDisturbeDB(const std::string &key, const int &userId,

Completed in 6 milliseconds