Home
last modified time | relevance | path

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

/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.h230 int32_t GetByteFromDb(const std::string &key, std::vector<uint8_t> &value, const int32_t &userId);
/base/notification/distributed_notification_service/services/ans/src/
H A Dnotification_preferences.cpp1186 int32_t NotificationPreferences::GetByteFromDb( in GetByteFromDb() function in OHOS::Notification::NotificationPreferences
1192 return preferncesDB_->GetByteFromDb(key, value, userId); in GetByteFromDb()
H A Dadvanced_notification_live_view_service.cpp497 uint32_t res = NotificationPreferences::GetInstance()->GetByteFromDb(key, pixelsVec, request->GetReceiverUserId()); in GetLockScreenPictureFromDb()
H A Dnotification_preferences_database.cpp1747 int32_t NotificationPreferencesDatabase::GetByteFromDb( in GetByteFromDb() function in OHOS::Notification::NotificationPreferencesDatabase

Completed in 8 milliseconds