Home
last modified time | relevance | path

Searched defs:service (Results 1 – 25 of 137) sorted by relevance

123456

/system/core/init/
Dservice_test.cpp32 TEST(service, pod_initialized) { in TEST() argument
76 TEST(service, make_temporary_oneshot_service_invalid_syntax) { in TEST() argument
90 TEST(service, make_temporary_oneshot_service_too_many_supplementary_gids) { in TEST() argument
168 TEST(service, make_temporary_oneshot_service_with_everything) { in TEST() argument
172 TEST(service, make_temporary_oneshot_service_with_seclabel_uid_gid) { in TEST() argument
176 TEST(service, make_temporary_oneshot_service_with_seclabel_uid) { in TEST() argument
180 TEST(service, make_temporary_oneshot_service_with_seclabel) { in TEST() argument
184 TEST(service, make_temporary_oneshot_service_with_just_command) { in TEST() argument
188 TEST(service, make_temporary_oneshot_service_with_just_command_no_dash) { in TEST() argument
Dservice_list.cpp33 for (const auto& service : services_) { in CheckAllCommands() local
39 void ServiceList::AddService(std::unique_ptr<Service> service) { in AddService()
46 for (const auto& service : services_) { in services_in_shutdown_order() local
84 Service* service = FindService(name); in MarkServicesUpdate() local
96 void ServiceList::DelayService(const Service& service) { in DelayService()
/system/tools/aidl/tests/rust/
Dtest_client.rs150 let service = get_test_service(); in test_repeat_string() localVariable
245 let service = get_test_service(); in test_binder_exchange() localVariable
269 let service = get_test_service(); in test_parcel_file_descriptor() localVariable
292 let service = get_test_service(); in test_parcel_file_descriptor_array() localVariable
340 let service = get_test_service(); in test_service_specific_exception() localVariable
365 let service = get_test_service(); localVariable
413 let service = get_test_service(); in test_nullable_parcelable() localVariable
424 let service = get_test_service(); in test_binder() localVariable
465 let service = get_test_service(); in test_utf8_string() localVariable
512 let service = get_test_service(); in test_parcelable() localVariable
[all …]
/system/hwservicemanager/
Dtest_lazy.cpp63 auto service = std::make_unique<NiceMock<MockHidlService>>(); in makeService() local
85 std::unique_ptr<HidlService> service = makeService(); in TEST_F() local
100 std::unique_ptr<HidlService> service = makeService(); in TEST_F() local
115 std::unique_ptr<HidlService> service = makeService(); in TEST_F() local
137 std::unique_ptr<HidlService> service = makeService(); in TEST_F() local
156 std::unique_ptr<HidlService> service = makeService(); in TEST_F() local
180 std::unique_ptr<HidlService> service = makeService(); in TEST_F() local
203 std::unique_ptr<HidlService> service = makeService(); in TEST_F() local
228 std::unique_ptr<HidlService> service = makeService(); in TEST_F() local
DServiceManager.cpp71 forEachServiceEntry([&] (const HidlService *service) { in forEachExistingService()
80 forEachServiceEntry([&] (HidlService *service) { in forEachExistingService()
178 std::unique_ptr<HidlService> &&service) { in insertService()
200 const std::unique_ptr<HidlService> &service = instanceMapping.second; in addPackageListener() local
239 const std::unique_ptr<HidlService> &service = servicePair.second; in removeServiceListener() local
283 sp<IBase> service = hidlService->getService(); in get() local
311 Return<bool> ServiceManager::add(const hidl_string& name, const sp<IBase>& service) { in add()
338 const sp<IBase>& service, in addImpl()
486 forEachExistingService([&] (const HidlService *service) { in list()
514 const std::unique_ptr<HidlService> &service = serviceMapping.second; in listByInterface() local
[all …]
/system/libhwbinder/vts/performance/
DBenchmark.cpp59 sp<IBenchmark> service = IBenchmark::getService(gServiceName, true); in startServer() local
70 static void BM_sendVec(benchmark::State& state, sp<IBenchmark> service) { in BM_sendVec()
86 sp<IBenchmark> service = IBenchmark::getService(gServiceName, true /* getStub */); in BM_sendVec_passthrough() local
98 sp<IBenchmark> service = IBenchmark::getService(gServiceName); in BM_sendVec_binderize() local
DBenchmark_binder.cpp64 BenchmarkServiceAidl *service = new BenchmarkServiceAidl(); in startServer() local
74 sp<IBenchmark> service; in BM_sendVec_binder() local
/system/libhidl/transport/
DHidlLazyUtils.cpp50 sp<IBase> service; member
109 bool ClientCounterCallback::addRegisteredService(const sp<IBase>& service, in addRegisteredService()
122 const sp<IBase>& service) { in assertRegisteredServiceLocked()
132 bool ClientCounterCallback::registerServiceLocked(const sp<IBase>& service, in registerServiceLocked()
155 Return<void> ClientCounterCallback::onClients(const sp<::android::hidl::base::V1_0::IBase>& service, in onClients()
251 const sp<::android::hidl::base::V1_0::IBase>& service, const std::string& name) { in registerService()
288 const sp<::android::hidl::base::V1_0::IBase>& service, const std::string& name) { in registerService()
DHidlTransportSupport.cpp62 bool setMinSchedulerPolicy(const sp<IBase>& service, int policy, int priority) { in setMinSchedulerPolicy()
98 SchedPrio getMinSchedulerPolicy(const sp<IBase>& service) { in getMinSchedulerPolicy()
102 bool setRequestingSid(const sp<IBase>& service, bool requesting) { in setRequestingSid()
118 bool getRequestingSid(const sp<IBase>& service) { in getRequestingSid()
DLegacySupport.cpp34 sp<IBase> service = in registerPassthroughServiceImplementation() local
79 [](const sp<IBase>& service, const std::string& name) { in registerPassthroughServiceImplementation()
/system/bt/bta/gatt/
Ddatabase.cc63 for (const Service& service : services) { in ToString() local
95 for (const Service& service : services) { in Serialize() local
103 for (const Service& service : services) { in Serialize() local
215 for (const Service& service : services) { in Hash() local
245 for (const Service& service : services) { in Hash() local
Ddatabase_builder.cc71 Service* service = FindService(database.services, handle); in AddIncludedService() local
93 Service* service = FindService(database.services, handle); in AddCharacteristic() local
114 Service* service = FindService(database.services, handle); in AddDescriptor() local
163 Service* service = FindService(database.services, pending_service.first); in NextDescriptorRangeToExplore() local
197 Service* service = FindService(services, handle); in FindDescriptorByHandle() local
/system/connectivity/wificond/tests/integration/
Dscanner_test.cpp39 sp<IWifiScannerImpl> InitInterfaceAndReturnScanner(sp<IWificond> service) { in InitInterfaceAndReturnScanner()
62 sp<IWificond> service = dev_mode.EnterDevModeOrDie(); in TEST() local
Dclient_interface_test.cpp44 sp<IWificond> service = dev_mode.EnterDevModeOrDie(); in TEST() local
81 sp<IWificond> service = dev_mode.EnterDevModeOrDie(); in TEST() local
/system/bt/bta/test/gatt/
Ddatabase_builder_test.cc63 auto service = result.Services().begin(); in TEST() local
84 auto service = result.Services().begin(); in TEST() local
143 auto service = result.Services().begin(); in TEST() local
/system/tools/aidl/tests/lazy_test/
Dmain.cpp91 sp<IBinder> service = waitForService(gServiceNames.at(i % nServices)); in TEST_F() local
115 sp<IBinder> service = waitForService(gServiceNames.at(i % nServices)); in testWithTimes() local
170 sp<ILazyTestService> service = android::waitForService<ILazyTestService>(name); in waitForLazyTestService() local
176 sp<ILazyTestService> service; in TEST_F() local
196 sp<ILazyTestService> service; in TEST_F() local
/system/core/toolbox/
Dstart.cpp30 static void ControlService(bool start, const std::string& service) { in ControlService()
53 for (const auto& service : services) { in ControlDefaultServices() local
/system/bt/service/test/
DParcelableTest.aidl28 void OnIncludedService(in BluetoothGattIncludedService service); in OnIncludedService()
29 void OnService(in BluetoothGattService service); in OnService()
/system/core/trusty/confirmationui/
Dservice.cpp27 auto service = createTrustyConfirmationUI(); in main() local
/system/extras/partition_tools/
Dlpdump_target.cc29 int Run(ILpdump* service, const std::vector<std::string>& args) { in Run()
77 sp<ILpdump> service = wrapper.get(); in main() local
/system/bt/service/common/android/bluetooth/
Dbluetooth_gatt_service.h35 BluetoothGattService(const ::bluetooth::Service& service) in BluetoothGattService()
/system/tools/aidl/tests/java/src/android/aidl/tests/
DGenericTests.java61 IFaz service = IFaz.Stub.asInterface(ifaz); in testGeneric() local
/system/tools/aidl/tests/
Daidl_test_client.h54 sp<ITestService> service; variable
/system/core/healthd/
Dcharger_utils.cpp32 sp<V2_1::IHealth> service = V2_1::IHealth::getService(); in GetHealthServiceOrDefault() local
/system/core/init/test_utils/
Dservice_utils.cpp47 for (const auto& service : service_list) { in GetOnDeviceServiceInterfacesMap() local

123456