Searched defs:component_name (Results 1 - 2 of 2) sorted by relevance
/system/weaved/buffet/ |
H A D | binder_weave_service.cc | 47 std::string component_name = ToString(name); local 52 if (!device_->AddComponent(component_name, supported_traits, &error)) 54 components_.push_back(component_name); 61 std::string component_name = ToString(component); local 63 device_->AddCommandHandler(component_name, command_name, 66 component_name, command_name)); 81 const std::string& component_name, 86 client_->onCommand(ToString16(component_name), ToString16(command_name), 80 OnCommand( const std::string& component_name, const std::string& command_name, const std::weak_ptr<weave::Command>& command) argument
|
/system/weaved/libweaved/ |
H A D | service.cc | 206 void OnCommand(const std::string& component_name, 391 const std::string& component_name, 394 VLOG(2) << "Weave command received for component '" << component_name << "': " 397 if (entry.component == component_name && 404 << ", component = " << component_name; local 390 OnCommand( const std::string& component_name, const std::string& command_name, const android::sp<android::weave::IWeaveCommand>& command) argument
|
Completed in 50 milliseconds