Home
last modified time | relevance | path

Searched refs:GetByteFromDb (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/services/ans/include/
H A Dnotification_preferences.h376 … int32_t GetByteFromDb(const std::string &key, std::vector<uint8_t> &value, const int32_t &userId);
H A Dnotification_preferences_database.h240 … int32_t GetByteFromDb(const std::string &key, std::vector<uint8_t> &value, const int32_t &userId);
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dnotification_preferences.cpp1202 int32_t NotificationPreferences::GetByteFromDb( in GetByteFromDb() function in OHOS::Notification::NotificationPreferences
1208 return preferncesDB_->GetByteFromDb(key, value, userId); in GetByteFromDb()
H A Dadvanced_notification_live_view_service.cpp494 …uint32_t res = NotificationPreferences::GetInstance()->GetByteFromDb(key, pixelsVec, request->GetR… in GetLockScreenPictureFromDb()
H A Dnotification_preferences_database.cpp1791 int32_t NotificationPreferencesDatabase::GetByteFromDb( in GetByteFromDb() function in OHOS::Notification::NotificationPreferencesDatabase