Searched refs:GetByteFromDb (Results 1 – 5 of 5) sorted by relevance
376 … int32_t GetByteFromDb(const std::string &key, std::vector<uint8_t> &value, const int32_t &userId);
240 … int32_t GetByteFromDb(const std::string &key, std::vector<uint8_t> &value, const int32_t &userId);
1202 int32_t NotificationPreferences::GetByteFromDb( in GetByteFromDb() function in OHOS::Notification::NotificationPreferences1208 return preferncesDB_->GetByteFromDb(key, value, userId); in GetByteFromDb()
494 …uint32_t res = NotificationPreferences::GetInstance()->GetByteFromDb(key, pixelsVec, request->GetR… in GetLockScreenPictureFromDb()
1791 int32_t NotificationPreferencesDatabase::GetByteFromDb( in GetByteFromDb() function in OHOS::Notification::NotificationPreferencesDatabase