Searched defs:svc (Results 1 – 9 of 9) 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
239 Service* svc = ServiceList::GetInstance().FindService(args[1]); in do_enable() local377 Service* svc = ServiceList::GetInstance().FindInterface(args[1]); in do_interface_restart() local384 Service* svc = ServiceList::GetInstance().FindInterface(args[1]); in do_interface_start() local393 Service* svc = ServiceList::GetInstance().FindInterface(args[1]); in do_interface_stop() local796 Service* svc = ServiceList::GetInstance().FindService(args[1]); in do_start() local805 Service* svc = ServiceList::GetInstance().FindService(args[1]); in do_stop() local812 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
663 auto svc = service.get(); in HandleKeychord() local879 for (const auto& svc : ServiceList::GetInstance()) { in SecondStageMain() local
41 bool HandleInRange(const Service& svc, uint16_t handle) { in HandleInRange()
69 std::vector<btgatt_db_element_t> svc; in AddService() local297 std::vector<btgatt_db_element_t> svc) { in ServiceAddedCallback()
985 bt_status_t HeadsetInterface::CindResponse(int svc, int num_active, in CindResponse()