Home
last modified time | relevance | path

Searched refs:FindService (Results 1 – 16 of 16) sorted by relevance

/system/core/init/
Dreboot_test.cpp64 auto s = ServiceList::GetInstance().FindService(name); in ~RebootTest()
124 auto service_a = ServiceList::GetInstance().FindService("A"); in TEST_F()
126 auto service_b = ServiceList::GetInstance().FindService("B"); in TEST_F()
151 auto oneshot_service_after_stop = ServiceList::GetInstance().FindService(oneshot_service_name); in TEST_F()
164 auto service_a = ServiceList::GetInstance().FindService("A"); in TEST_F()
166 auto service_b = ServiceList::GetInstance().FindService("B"); in TEST_F()
191 auto oneshot_service_after_stop = ServiceList::GetInstance().FindService(oneshot_service_name); in TEST_F()
Dservice_list.h44 Service* FindService(T value, F function = &Service::name) const {
Dservice_list.cpp84 Service* service = FindService(name); in MarkServicesUpdate()
Dsigchld_handler.cpp70 service = ServiceList::GetInstance().FindService(pid, &Service::pid); in ReapOneProcess()
Dreboot.cpp192 Service* service = ServiceList::GetInstance().FindService("blank_screen"); in TurnOffBacklight()
666 Service* boot_anim = ServiceList::GetInstance().FindService("bootanim"); in DoReboot()
667 Service* surface_flinger = ServiceList::GetInstance().FindService("surfaceflinger"); in DoReboot()
710 Service* vold_service = ServiceList::GetInstance().FindService("vold"); in DoReboot()
Dbuiltins.cpp239 Service* svc = ServiceList::GetInstance().FindService(args[1]); in do_enable()
276 Service* service = ServiceList::GetInstance().FindService(args[1]); in do_exec_start()
796 Service* svc = ServiceList::GetInstance().FindService(args[1]); in do_start()
805 Service* svc = ServiceList::GetInstance().FindService(args[1]); in do_stop()
812 Service* svc = ServiceList::GetInstance().FindService(args[1]); in do_restart()
Dservice_parser.cpp648 Service* old_service = service_list_->FindService(service_->name()); in EndSection()
Dinit.cpp432 service = ServiceList::GetInstance().FindService(name); in HandleControlMessage()
/system/bt/bta/gatt/
Ddatabase_builder.cc71 Service* service = FindService(database.services, handle); in AddIncludedService()
79 if (!FindService(database.services, start_handle)) { in AddIncludedService()
93 Service* service = FindService(database.services, handle); in AddCharacteristic()
114 Service* service = FindService(database.services, handle); in AddDescriptor()
163 Service* service = FindService(database.services, pending_service.first); in NextDescriptorRangeToExplore()
197 Service* service = FindService(services, handle); in FindDescriptorByHandle()
Ddatabase.h133 Service* FindService(std::list<Service>& services, uint16_t handle);
Ddatabase.cc51 Service* FindService(std::list<Service>& services, uint16_t handle) { in FindService() function
174 FindService(result.services, attr.value.included_service.handle); in Deserialize()
/system/bt/profile/avrcp/
Davrcp_internal.h44 virtual uint16_t FindService(uint16_t service_uuid, const RawAddress& bd_addr,
Dconnection_handler.cc189 return avrc_->FindService(UUID_SERVCLASS_AV_REMOTE_CONTROL, bdaddr, in SdpLookup()
/system/bt/profile/avrcp/tests/
Davrcp_test_helper.h65 MOCK_METHOD4(FindService, uint16_t(uint16_t, const RawAddress&,
Davrcp_connection_handler_test.cc48 EXPECT_CALL(mock_avrcp_, FindService(_, _, _, _)) in SetUpSdp()
/system/bt/btif/avrcp/
Davrcp_service.cc71 uint16_t FindService(uint16_t service_uuid, const RawAddress& bd_addr, in FindService() function in bluetooth::avrcp::AvrcpInterfaceImpl