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

  /external/libweave/src/
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"({
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"({
device_manager.cc 169 bool DeviceManager::AddCommand(const base::DictionaryValue& command,
176 component_manager_->AddCommand(std::move(command_instance));
component_manager_impl.cc 207 void ComponentManagerImpl::AddCommand(
  /system/core/init/
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;

Completed in 99 milliseconds