Home
last modified time | relevance | path

Searched defs:make_service (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/include/boost/asio/impl/
Dexecution_context.hpp41 Service& make_service(execution_context& e, BOOST_ASIO_MOVE_ARG(Args)... args) in make_service() function
54 Service& make_service(execution_context& e) in make_service() function
/aosp_15_r20/external/rust/android-crates-io/crates/tower/src/make/
Dmake_service.rs48 fn make_service(&mut self, target: Target) -> Self::Future; in make_service() method
154 fn make_service(&mut self, target: Target) -> Self::Future { in make_service() function
Dmod.rs4 mod make_service; module
/aosp_15_r20/external/rust/android-crates-io/crates/matchit/examples/
Dhyper.rs77 let make_service = make_service_fn(|_| { in main() localVariable
/aosp_15_r20/system/libhwbinder/vts/performance/
H A DBenchmark_throughput.cpp259 Pipe make_service(string service_name) { in make_service() function