• Home
  • Raw
  • Download

Lines Matching refs:PopValueFromReader

124   if (property->PopValueFromReader(&reader)) {  in OnGet()
154 if (property->PopValueFromReader(&reader)) { in GetAndBlock()
257 if (property->PopValueFromReader(reader)) { in UpdatePropertyFromReader()
309 bool Property<uint8_t>::PopValueFromReader(MessageReader* reader) { in PopValueFromReader() function in dbus::Property
327 bool Property<bool>::PopValueFromReader(MessageReader* reader) { in PopValueFromReader() function in dbus::Property
345 bool Property<int16_t>::PopValueFromReader(MessageReader* reader) { in PopValueFromReader() function in dbus::Property
363 bool Property<uint16_t>::PopValueFromReader(MessageReader* reader) { in PopValueFromReader() function in dbus::Property
381 bool Property<int32_t>::PopValueFromReader(MessageReader* reader) { in PopValueFromReader() function in dbus::Property
399 bool Property<uint32_t>::PopValueFromReader(MessageReader* reader) { in PopValueFromReader() function in dbus::Property
417 bool Property<int64_t>::PopValueFromReader(MessageReader* reader) { in PopValueFromReader() function in dbus::Property
435 bool Property<uint64_t>::PopValueFromReader(MessageReader* reader) { in PopValueFromReader() function in dbus::Property
453 bool Property<double>::PopValueFromReader(MessageReader* reader) { in PopValueFromReader() function in dbus::Property
467 bool Property<std::string>::PopValueFromReader(MessageReader* reader) { in PopValueFromReader() function in dbus::Property::string
481 bool Property<ObjectPath>::PopValueFromReader(MessageReader* reader) { in PopValueFromReader() function in dbus::Property
495 bool Property<std::vector<std::string>>::PopValueFromReader( in PopValueFromReader() function in dbus::Property::vector::string
519 bool Property<std::vector<ObjectPath>>::PopValueFromReader( in PopValueFromReader() function in dbus::Property::vector
543 bool Property<std::vector<uint8_t>>::PopValueFromReader(MessageReader* reader) { in PopValueFromReader() function in dbus::Property::vector
571 bool Property<std::map<std::string, std::string>>::PopValueFromReader( in PopValueFromReader() function in dbus::Property::map::string::string
618 PopValueFromReader(MessageReader* reader) { in PopValueFromReader() function in dbus::Property::vector::pair::vector
669 bool Property<std::map<std::string, std::vector<uint8_t>>>::PopValueFromReader( in PopValueFromReader() function in dbus::Property::map::string::vector
733 bool Property<std::map<uint16_t, std::vector<uint8_t>>>::PopValueFromReader( in PopValueFromReader() function in dbus::Property::map::vector