HomeSort by relevance Sort by last modified time
    Searched refs:PopString (Results 1 - 11 of 11) sorted by null

  /external/libbrillo/brillo/dbus/
exported_object_manager_unittest.cc 45 ASSERT_TRUE(each_property.PopString(&property_name));
68 ASSERT_TRUE(each_interface.PopString(&interface_name));
89 ASSERT_TRUE(each_interface.PopString(&interface_name));
181 ASSERT_TRUE(each_interface.PopString(&interface_name));
exported_property_set_unittest.cc 264 ASSERT_TRUE(entry_reader.PopString(&property_name));
271 ASSERT_TRUE(entry_reader.PopString(&property_name));
279 ASSERT_TRUE(entry_reader.PopString(&property_name));
565 ASSERT_TRUE(reader.PopString(&interface_name));
568 ASSERT_TRUE(dict_reader.PopString(&property_name));
dbus_object_unittest.cc 278 ASSERT_TRUE(reader.PopString(&message));
300 ASSERT_TRUE(reader.PopString(&message));
313 ASSERT_TRUE(reader.PopString(&message));
data_serialization.cc 133 reader->PopString(value);
  /external/libchrome/dbus/
object_proxy.cc 594 reader.PopString(&error_message);
675 if (reader.PopString(&name) &&
676 reader.PopString(&old_owner) &&
677 reader.PopString(&new_owner) &&
values_util.cc 48 if (!entry_reader.PopString(&key_string))
161 if (reader->PopString(&value))
property.cc 74 if (!reader.PopString(&interface)) {
250 if (!reader->PopString(&name))
279 if (!array_reader.PopString(&name))
586 if (!dict_entry_reader.PopString(&key) ||
587 !dict_entry_reader.PopString(&value))
686 if (!entry_reader.PopString(&key) ||
bus.cc 894 if (!reader.PopString(&service_owner))
    [all...]
message.h 387 // reader.PopString(&value);
402 bool PopString(std::string* value);
object_manager.cc 340 if (!reader.PopString(&interface)) {
432 !dict_entry_reader.PopString(&interface_name))
message.cc 165 if (!reader->PopString(&value))
784 bool MessageReader::PopString(std::string* value) {
863 if (!array_reader.PopString(&string))

Completed in 466 milliseconds