Home | History | Annotate | Download | only in src

Lines Matching full:const

18                bool(const base::DictionaryValue& dict, ErrorPtr* error));
19 MOCK_METHOD2(LoadTraits, bool(const std::string& json, ErrorPtr* error));
20 MOCK_METHOD1(AddTraitDefChangedCallback, void(const base::Closure& callback));
22 bool(const std::string& path,
23 const std::string& name,
24 const std::vector<std::string>& traits,
27 bool(const std::string& path,
28 const std::string& name,
29 const std::vector<std::string>& traits,
32 bool(const std::string& path,
33 const std::string& name,
36 bool(const std::string& path,
37 const std::string& name,
41 void(const base::Closure& callback));
44 CommandInstance*(const base::DictionaryValue& command,
49 MOCK_METHOD1(FindCommand, CommandInstance*(const std::string& id));
51 void(const CommandQueue::CommandCallback& callback));
53 void(const CommandQueue::CommandCallback& callback));
55 void(const std::string& component_path,
56 const std::string& command_name,
57 const Device::CommandHandlerCallback& callback));
59 const base::DictionaryValue*(const std::string& path,
62 const base::DictionaryValue*(const std::string& name));
65 const base::DictionaryValue*(const std::string& command_name));
67 bool(const std::string& command_name,
70 MOCK_CONST_METHOD0(GetTraits, const base::DictionaryValue&());
71 MOCK_CONST_METHOD0(GetComponents, const base::DictionaryValue&());
73 bool(const std::string& component_path,
74 const base::DictionaryValue& dict,
77 bool(const std::string& component_path,
78 const std::string& json,
81 const base::Value*(const std::string& component_path,
82 const std::string& name,
85 bool(const std::string& component_path,
86 const std::string& name,
87 const base::Value& value,
89 MOCK_METHOD1(AddStateChangedCallback, void(const base::Closure& callback));
95 const base::Callback<void(UpdateID)>& callback));
97 std::string(const std::string& trait));
99 bool(const base::DictionaryValue& dict, ErrorPtr* error));
101 bool(const base::DictionaryValue& dict, ErrorPtr* error));
102 MOCK_CONST_METHOD0(GetLegacyState, const base::DictionaryValue&());
104 const base::DictionaryValue&());
111 const base::DictionaryValue& command,
123 const base::Callback<void(UpdateID)>& callback) override {