Lines Matching refs:kind
47 const char XmlInterfaceParser::kMethodKind[] = "org.chromium.DBus.Method.Kind";
165 method.kind = Interface::Method::Kind::kAsync;
168 method.kind = Interface::Method::Kind::kSimple;
170 method.kind = Interface::Method::Kind::kNormal;
172 method.kind = Interface::Method::Kind::kAsync;
174 method.kind = Interface::Method::Kind::kRaw;
176 LOG(FATAL) << "Invalid method kind: " << value;