Searched refs:BinderControl (Results 1 – 3 of 3) sorted by relevance
58 const char BinderControl::kNullRpcIdentifier[] = "-1";60 BinderControl::BinderControl(EventDispatcher* dispatcher) in BinderControl() function in shill::BinderControl78 BinderControl::~BinderControl() { in ~BinderControl()85 const string& BinderControl::NullRPCIdentifier() { return null_identifier_; } in NullRPCIdentifier()87 void BinderControl::RegisterManagerObject( in RegisterManagerObject()98 DeviceAdaptorInterface* BinderControl::CreateDeviceAdaptor(Device* device) { in CreateDeviceAdaptor()103 IPConfigAdaptorInterface* BinderControl::CreateIPConfigAdaptor( in CreateIPConfigAdaptor()108 ManagerAdaptorInterface* BinderControl::CreateManagerAdaptor(Manager* manager) { in CreateManagerAdaptor()113 ProfileAdaptorInterface* BinderControl::CreateProfileAdaptor(Profile* profile) { in CreateProfileAdaptor()117 RPCTaskAdaptorInterface* BinderControl::CreateRPCTaskAdaptor(RPCTask* task) { in CreateRPCTaskAdaptor()[all …]
33 class BinderControl : public ControlInterface {35 BinderControl(EventDispatcher* dispatcher);36 ~BinderControl() override;
101 control_.reset(new BinderControl(dispatcher_.get())); in Init()