Searched refs:RemoveService (Results 1 – 3 of 3) sorted by relevance
44 int RemoveService(const std::shared_ptr<Service>& service);
88 int ServiceDispatcher::RemoveService(const std::shared_ptr<Service>& service) { in RemoveService() function in android::pdx::ServiceDispatcher
94 dispatcher_->RemoveService(service_); in ~TestServiceRunner()