Home | History | Annotate | Download | only in shill

Lines Matching refs:Error

35   MOCK_METHOD3(SetBoolProperty, bool(const std::string&, bool, Error*));
36 MOCK_METHOD3(SetInt16Property, bool(const std::string&, int16_t, Error*));
37 MOCK_METHOD3(SetInt32Property, bool(const std::string&, int32_t, Error*));
40 Error*));
43 Error*));
46 Error*));
47 MOCK_METHOD3(SetUint8Property, bool(const std::string&, uint8_t, Error*));
48 MOCK_METHOD3(SetUint16Property, bool(const std::string&, uint16_t, Error*));
50 const Uint16s&, Error*));
51 MOCK_METHOD3(SetUint32Property, bool(const std::string&, uint32_t, Error*));
52 MOCK_METHOD3(SetUint64Property, bool(const std::string&, uint64_t, Error*));
53 MOCK_METHOD2(ClearProperty, bool(const std::string&, Error*));