Home
last modified time | relevance | path

Searched refs:GetValueFromDisturbeDB (Results 1 – 4 of 4) sorted by relevance

/base/notification/distributed_notification_service/services/ans/
Dlibans.map36 *GetValueFromDisturbeDB*;
/base/notification/distributed_notification_service/services/ans/src/
Dnotification_preferences_database.cpp342 GetValueFromDisturbeDB(bundleKeyStr, [&](const int32_t &status, std::string &value) { in PutBundlePropertyToDisturbeDB()
507 void NotificationPreferencesDatabase::GetValueFromDisturbeDB( in GetValueFromDisturbeDB() function in OHOS::Notification::NotificationPreferencesDatabase
523 void NotificationPreferencesDatabase::GetValueFromDisturbeDB( in GetValueFromDisturbeDB() function in OHOS::Notification::NotificationPreferencesDatabase
540 GetValueFromDisturbeDB(bundleKeyStr, [&](const int32_t &status, std::string &value) { in CheckBundle()
905 GetValueFromDisturbeDB(findString + KEY_SLOT_ENABLE_VRBRATION, in ParseSlot()
1217 GetValueFromDisturbeDB( in GetDoNotDisturbType()
1242 GetValueFromDisturbeDB( in GetDoNotDisturbBeginDate()
1266 GetValueFromDisturbeDB( in GetDoNotDisturbEndDate()
1290 GetValueFromDisturbeDB( in GetEnableAllNotification()
/base/notification/distributed_notification_service/services/ans/include/
Dnotification_preferences_database.h171 … void GetValueFromDisturbeDB(const std::string &key, std::function<void(std::string &)> function);
172 void GetValueFromDisturbeDB(const std::string &key,
/base/notification/distributed_notification_service/services/ans/test/unittest/notification_preferences_database_branch_test/
Dnotification_preferences_database_branch_test.cpp293 preferncesDB_->GetValueFromDisturbeDB(key, [&](std::string &value) {}); in __anonbdbcebe20102()
310 preferncesDB_->GetValueFromDisturbeDB(key, [&](std::string &value) {}); in __anonbdbcebe20202()
325 preferncesDB_->GetValueFromDisturbeDB(key, [&](const int32_t &status, std::string &value) {}); in __anonbdbcebe20302()