Searched refs:Type (Results 1 - 25 of 103) sorted by relevance

12345

/system/connectivity/shill/
H A Derror.h39 enum Type { enum in class:shill::Error
71 explicit Error(Type type); // Uses the default message for |type|.
72 Error(Type type, const std::string& message);
75 void Populate(Type type); // Uses the default message for |type|.
76 void Populate(Type type, const std::string& message);
77 void Populate(Type type,
89 Type type() const { return type_; }
96 static std::string GetDBusResult(Type type);
97 static std::string GetDefaultMessage(Type type);
102 Error* error, Type typ
[all...]
H A Derror.cc69 Error::Error(Type type) {
73 Error::Error(Type type, const string& message) {
79 void Error::Populate(Type type) {
83 void Error::Populate(Type type, const string& message) {
89 void Error::Populate(Type type,
119 string Error::GetDBusResult(Type type) {
125 string Error::GetDefaultMessage(Type type) {
132 Error* error, Type type, const string& message) {
H A Dtesting.h94 SetErrorTypeInArgumentAction(Error::Type error_type, bool warn_default)
114 Error::Type error_type_;
139 SetErrorTypeInArgument(Error::Type error_type) {
/system/tools/aidl/
H A Dtype_cpp.h33 class Type : public ValidatableType { class in namespace:android::aidl::cpp
35 Type(int kind, // from ValidatableType
42 Type* array_type = nullptr,
43 Type* nullable_type = nullptr,
46 virtual ~Type() = default;
52 const Type* ArrayType() const override { return array_type_.get(); }
53 const Type* NullableType() const override { return nullable_type_.get(); }
84 const std::unique_ptr<Type> array_type_;
85 const std::unique_ptr<Type> nullable_type_;
87 DISALLOW_COPY_AND_ASSIGN(Type);
[all...]
H A Dtype_java.h32 class Type : public ValidatableType { class in namespace:android::aidl::java
37 Type(const JavaTypeNamespace* types, const std::string& name, int kind,
39 Type(const JavaTypeNamespace* types, const std::string& package,
42 virtual ~Type() = default;
66 std::unique_ptr<Type> m_array_type;
69 Type();
70 Type(const Type&);
78 class BasicArrayType : public Type {
99 class BasicType : public Type {
[all...]
H A Dtype_cpp.cpp47 Type* const kNoArrayType = nullptr;
48 Type* const kNoNullableType = nullptr;
70 class VoidType : public Type {
72 VoidType() : Type(ValidatableType::KIND_BUILT_IN, kNoPackage, "void",
79 class PrimitiveType : public Type {
90 : Type(kind, package, aidl_type, {header}, cpp_type, read_method,
125 Type* nullable_type = nullptr)
126 : Type(kind, package, aidl_type, {header, "vector"}, cpp_type, read_method,
137 class ByteType : public Type {
157 Type* array_typ
386 Type::Type(int kind, function in class:android::aidl::cpp::Type
[all...]
H A Dgenerate_java.h45 using Type = ::android::aidl::java::Type;
48 Variable* Get(const Type* type);
H A Dast_java.h52 class Type;
87 const Type* type = nullptr;
92 Variable(const Type* type, const std::string& name);
93 Variable(const Type* type, const std::string& name, int dimension);
102 const Type* clazz;
106 FieldVariable(const Type* clazz, const std::string& name);
152 const Type* cast;
155 Assignment(Variable* lvalue, Expression* rvalue, const Type* cast);
162 const Type* clazz = nullptr;
170 MethodCall(const Type* claz
[all...]
H A Dtype_java.cpp43 Type::Type(const JavaTypeNamespace* types, const string& name, int kind, function in class:android::aidl::java::Type
45 : Type(types, "", name, kind, canWriteToParcel, canBeOut, "", -1) {}
47 Type::Type(const JavaTypeNamespace* types, const string& package, function in class:android::aidl::java::Type
57 string Type::CreatorName() const { return ""; }
59 string Type::InstantiableName() const { return JavaType(); }
61 void Type::WriteToParcel(StatementBlock* addTo, Variable* v, Variable* parcel,
69 void Type::CreateFromParcel(StatementBlock* addTo, Variable* v,
77 void Type
[all...]
H A Dast_java_unittest.cpp44 Type class_type(&types, "TestClass", ValidatableType::KIND_GENERATED,
46 Type extend_type(&types, "SuperClass", ValidatableType::KIND_BUILT_IN,
/system/bt/service/ipc/
H A Dipc_manager.h39 enum Type { enum in class:ipc::IPCManager
53 virtual void OnIPCHandlerStarted(Type type) = 0;
57 virtual void OnIPCHandlerStopped(Type type) = 0;
79 bool Start(Type type, Delegate* delegate);
/system/connectivity/apmanager/
H A Derror.h35 enum Type { enum in class:apmanager::Error
47 void Populate(Type type,
53 Type type() const { return type_; }
63 Type type,
75 Type type_;
H A Derror_unittest.cc40 void PopulateError(Error* error, Error::Type type) {
44 void PopulateError(Error* error, Error::Type type, string message) {
49 void VerifyDBusError(Error::Type type, const string& expected_error_code) {
/system/netd/server/
H A DNetwork.h28 enum Type { enum in class:Network
40 virtual Type getType() const = 0;
H A DDummyNetwork.cpp34 Network::Type DummyNetwork::getType() const {
H A DDummyNetwork.h29 Type getType() const override;
H A DLocalNetwork.h28 Type getType() const override;
H A DLocalNetwork.cpp30 Network::Type LocalNetwork::getType() const {
/system/update_engine/common/
H A Dmock_action.h40 ON_CALL(*this, Type()).WillByDefault(testing::Return("MockAction"));
47 MOCK_CONST_METHOD0(Type, std::string());
H A Daction_processor.cc46 LOG(INFO) << "ActionProcessor: starting " << current_action_->Type();
59 << (current_action_ ? current_action_->Type() : "")
82 LOG(INFO) << "ActionProcessor: suspending " << current_action_->Type();
95 LOG(INFO) << "ActionProcessor: resuming " << current_action_->Type();
112 string old_type = current_action_->Type();
143 LOG(INFO) << "ActionProcessor: starting " << current_action_->Type();
H A Daction_pipe_unittest.cc46 string Type() const { return "ActionPipeTestAction"; } function in class:chromeos_update_engine::ActionPipeTestAction
/system/connectivity/shill/cellular/
H A Dmock_cellular.cc26 // this so that we don't depend on passing real values in for Type.
32 Type type,
/system/connectivity/shill/net/
H A Dnetlink_attribute.h46 enum Type { enum in class:shill::NetlinkAttribute
59 Type datatype, const char* datatype_string);
73 Type datatype() const { return datatype_; }
140 Type datatype_;
149 static const Type kType;
167 static const Type kType;
186 static const Type kType;
204 static const Type kType;
222 static const Type kType;
241 static const Type kTyp
[all...]
/system/connectivity/shill/wimax/
H A Dmock_wimax_network_proxy.h38 MOCK_METHOD1(Type, int(Error* error));
H A Dwimax_network_proxy_interface.h51 virtual int Type(Error* error) = 0;

Completed in 191 milliseconds

12345