Searched defs:svc (Results 1 – 10 of 10) sorted by relevance
45 auto svc = std::find_if(services_.begin(), services_.end(), variable56 for (const auto& svc : services_) { in FindInterface() local
83 auto svc = service.get(); in RegisterServices() local
238 Service* svc = ServiceList::GetInstance().FindService(args[1]); in do_enable() local344 Service* svc = ServiceList::GetInstance().FindInterface(args[1]); in do_interface_restart() local351 Service* svc = ServiceList::GetInstance().FindInterface(args[1]); in do_interface_start() local360 Service* svc = ServiceList::GetInstance().FindInterface(args[1]); in do_interface_stop() local759 Service* svc = ServiceList::GetInstance().FindService(args[1]); in do_start() local768 Service* svc = ServiceList::GetInstance().FindService(args[1]); in do_stop() local775 Service* svc = ServiceList::GetInstance().FindService(args[1]); in do_restart() local
54 void ServiceList::RemoveService(const Service& svc) { in RemoveService()
128 auto svc = std::move(*service_ret); in Test_make_temporary_oneshot_service() local
649 auto svc = service.get(); in HandleKeychord() local852 for (const auto& svc : ServiceList::GetInstance()) { in SecondStageMain() local
56 auto svc = sp<ProfcollectdBinder>(new ProfcollectdBinder()); in InitService() local
38 bool HandleInRange(const Service& svc, uint16_t handle) { in HandleInRange()
70 std::vector<btgatt_db_element_t> svc; in AddService() local299 std::vector<btgatt_db_element_t> svc) { in ServiceAddedCallback()
956 bt_status_t HeadsetInterface::CindResponse(int svc, int num_active, in CindResponse()