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

  /external/dbus-binding-generator/chromeos-dbus-bindings/
adaptor_generator_unittest.cc 295 interface2.methods.back().kind = Interface::Method::Kind::kAsync;
300 interface2.methods.back().kind = Interface::Method::Kind::kAsync;
interface.h 24 kAsync,
xml_interface_parser_unittest.cc 88 EXPECT_EQ(Interface::Method::Kind::kAsync, interface.methods[0].kind);
xml_interface_parser.cc 165 method.kind = Interface::Method::Kind::kAsync;
172 method.kind = Interface::Method::Kind::kAsync;
adaptor_generator.cc 168 case Interface::Method::Kind::kAsync:
266 case Interface::Method::Kind::kAsync: {

Completed in 145 milliseconds