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

  /external/libweave/src/
base_api_handler_unittest.cc 68 void AddCommand(const std::string& command) {
74 component_manager_.AddCommand(std::move(command_instance));
184 AddCommand(R"({
205 AddCommand(R"({
239 AddCommand(R"({
254 AddCommand(R"({
access_api_handler_unittest.cc 79 const base::DictionaryValue& AddCommand(const std::string& command) {
85 component_manager_.AddCommand(std::move(command_instance));
191 AddCommand(R"({
215 AddCommand(R"({
250 const auto& results = AddCommand(R"({
component_manager.h 112 AddCommand(std::unique_ptr<CommandInstance> command_instance) = 0;
device_manager.h 67 bool AddCommand(const base::DictionaryValue& command,
mock_component_manager.h 107 void AddCommand(std::unique_ptr<CommandInstance> command_instance) override {
device_manager.cc 169 bool DeviceManager::AddCommand(const base::DictionaryValue& command,
176 component_manager_->AddCommand(std::move(command_instance));
component_manager_unittest.cc 759 TEST_F(ComponentManagerTest, AddCommand) {
782 manager_.AddCommand(std::move(command_instance));
830 manager_.AddCommand(std::move(command_instance));
842 manager_.AddCommand(std::move(command_instance));
855 manager_.AddCommand(std::move(command_instance));
893 manager_.AddCommand(std::move(command_instance));
904 manager_.AddCommand(std::move(command_instance));
    [all...]
component_manager_impl.h 74 void AddCommand(std::unique_ptr<CommandInstance> command_instance) override;
component_manager_impl.cc 207 void ComponentManagerImpl::AddCommand(
device_registration_info.cc     [all...]
  /system/core/init/
action.h 49 bool AddCommand(const std::vector<std::string>& args,
51 void AddCommand(BuiltinFunction f,
action.cpp 70 bool Action::AddCommand(const std::vector<std::string>& args,
87 AddCommand(function, args, filename, line);
91 void Action::AddCommand(BuiltinFunction f,
344 action->AddCommand(func, name_vector);
421 return action_ ? action_->AddCommand(args, filename, line, err) : false;
service.cpp 233 onrestart_.AddCommand(str_args, "", 0, err);
  /external/libweave/include/weave/test/
mock_device.h 58 MOCK_METHOD3(AddCommand,
  /external/libweave/src/privet/
cloud_delegate.h 115 virtual void AddCommand(const base::DictionaryValue& command,
cloud_delegate.cc 164 void AddCommand(const base::DictionaryValue& command,
184 component_manager_->AddCommand(std::move(command_instance));
mock_delegates.h 195 MOCK_METHOD3(AddCommand,
privet_handler_unittest.cc 874 EXPECT_CALL(cloud_, AddCommand(_, _, _))
    [all...]
privet_handler.cc     [all...]
  /external/libweave/include/weave/
device.h 120 virtual bool AddCommand(const base::DictionaryValue& command,

Completed in 9393 milliseconds