Searched refs:uds (Results 1 – 24 of 24) sorted by relevance
31 using android::pdx::uds::ClientChannel;32 using android::pdx::uds::ClientChannelFactory;33 using android::pdx::uds::Endpoint;84 dispatcher_ = android::pdx::uds::ServiceDispatcher::Create(); in TestServiceRunner()
11 using android::pdx::uds::SendInterface;12 using android::pdx::uds::RecvInterface;13 using android::pdx::uds::SendAll;14 using android::pdx::uds::SendMsgAll;15 using android::pdx::uds::RecvAll;16 using android::pdx::uds::RecvMsgAll;
7 namespace uds { namespace
39 using android::pdx::uds::Endpoint;399 : BASE{android::pdx::uds::ClientChannelFactory::Create(kTestServicePath + in TestClient()403 : BASE{android::pdx::uds::ClientChannel::Create(std::move(channel))} {} in TestClient()428 dispatcher_ = android::pdx::uds::ServiceDispatcher::Create(); in SetUp()
9 namespace uds { namespace
31 using android::pdx::uds::ChannelInfo;32 using android::pdx::uds::ChannelManager;117 android::pdx::uds::RequestHeader<LocalHandle> request;118 android::pdx::uds::ResponseHeader<BorrowedHandle> response;129 namespace uds { namespace
14 namespace uds { namespace161 android::pdx::uds::RequestHeader<BorrowedHandle> request; in SendImpulse()
15 namespace uds { namespace
21 namespace uds { namespace
35 using android::pdx::uds::Endpoint;332 : BASE{android::pdx::uds::ClientChannel::Create( in TestClient()335 : BASE{android::pdx::uds::ClientChannelFactory::Create( in TestClient()564 dispatcher_ = android::pdx::uds::ServiceDispatcher::Create(); in SetUp()
19 namespace uds { namespace391 void InitRequest(android::pdx::uds::RequestHeader<BorrowedHandle>* request, in InitRequest()
10 using ClientChannelFactory = ::android::pdx::uds::ClientChannelFactory;
10 using ChannelManager = ::android::pdx::uds::ChannelManager;
10 using ServiceDispatcher = ::android::pdx::uds::ServiceDispatcher;
10 using Endpoint = ::android::pdx::uds::Endpoint;
10 using ClientChannel = ::android::pdx::uds::ClientChannel;
13 namespace uds {
10 namespace uds {
14 namespace uds {
15 namespace uds {203 void InitRequest(android::pdx::uds::RequestHeader<BorrowedHandle>* request,
19 namespace uds {
25 export_include_dirs: ["private/uds"],