Searched defs:svc (Results 1 – 8 of 8) sorted by relevance
173 Service* svc = ServiceList::GetInstance().FindService(args[1]); in do_enable() local279 Service* svc = ServiceList::GetInstance().FindInterface(args[1]); in do_interface_restart() local286 Service* svc = ServiceList::GetInstance().FindInterface(args[1]); in do_interface_start() local295 Service* svc = ServiceList::GetInstance().FindInterface(args[1]); in do_interface_stop() local716 Service* svc = ServiceList::GetInstance().FindService(args[1]); in do_start() local725 Service* svc = ServiceList::GetInstance().FindService(args[1]); in do_stop() local732 Service* svc = ServiceList::GetInstance().FindService(args[1]); in do_restart() local
303 Service* svc = nullptr; in HandleControlMessage() local587 auto svc = service.get(); in HandleKeychord() local732 for (const auto& svc : ServiceList::GetInstance()) { in SecondStageMain() local
268 auto svc = std::find_if(services_.begin(), services_.end(), variable279 for (const auto& svc : services_) { in FindInterface() local
125 auto svc = Service::MakeTemporaryOneshotService(args); in Test_make_temporary_oneshot_service() local
529 for (const auto& svc : ServiceList::GetInstance()) { in ParseInterface() local1349 void ServiceList::RemoveService(const Service& svc) { in RemoveService()
38 bool HandleInRange(const Service& svc, uint16_t handle) { in HandleInRange()
70 std::vector<btgatt_db_element_t> svc; in AddService() local297 std::vector<btgatt_db_element_t> svc) { in ServiceAddedCallback()
920 bt_status_t HeadsetInterface::CindResponse(int svc, int num_active, in CindResponse()