Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/services/ans/
H A Dlibans.map36 *GetValueFromDisturbeDB*;
/ohos5.0/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()
572 void NotificationPreferencesDatabase::GetValueFromDisturbeDB( in GetValueFromDisturbeDB() function in OHOS::Notification::NotificationPreferencesDatabase
588 void NotificationPreferencesDatabase::GetValueFromDisturbeDB( in GetValueFromDisturbeDB() function in OHOS::Notification::NotificationPreferencesDatabase
607 GetValueFromDisturbeDB(bundleKeyStr, userId, [&](const int32_t &status, std::string &value) { in CheckBundle()
1182 GetValueFromDisturbeDB(findString + KEY_SLOT_ENABLE_VRBRATION, userId, in ExecuteDisturbeDB()
1492 GetValueFromDisturbeDB( in GetDoNotDisturbType()
1521 GetValueFromDisturbeDB( in GetDoNotDisturbBeginDate()
1549 GetValueFromDisturbeDB( in GetDoNotDisturbEndDate()
1577 GetValueFromDisturbeDB( in GetEnableAllNotification()
1964 GetValueFromDisturbeDB(key, userId, [&](const int32_t &status, std::string &value) { in GetDistributedEnabledForBundle()
[all …]
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/notification_preferences_database_branch_test/
H A Dnotification_preferences_database_branch_test.cpp295 preferncesDB_->GetValueFromDisturbeDB(key, -1, [&](std::string &value) {}); in __anon3556525b0102()
312 preferncesDB_->GetValueFromDisturbeDB(key, -1, [&](std::string &value) {}); in __anon3556525b0202()
327 … preferncesDB_->GetValueFromDisturbeDB(key, -1, [&](const int32_t &status, std::string &value) {}); in __anon3556525b0302()
/ohos5.0/base/notification/distributed_notification_service/services/ans/include/
H A Dnotification_preferences_database.h266 void GetValueFromDisturbeDB(const std::string &key, const int &userId,
268 void GetValueFromDisturbeDB(const std::string &key, const int &userId,