Home
last modified time | relevance | path

Searched defs:client (Results 1 – 25 of 50) sorted by relevance

12

/device/google/cuttlefish/host/commands/wmediumd_control/
Dmain.cpp68 bool HandleSetSnrCommand(cuttlefish::WmediumdController& client, in HandleSetSnrCommand()
107 bool HandleReloadConfigCommand(cuttlefish::WmediumdController& client, in HandleReloadConfigCommand()
121 bool HandleStartPcapCommand(cuttlefish::WmediumdController& client, in HandleStartPcapCommand()
131 bool HandleStopPcapCommand(cuttlefish::WmediumdController& client, in HandleStopPcapCommand()
141 bool HandleListStationsCommand(cuttlefish::WmediumdController& client, in HandleListStationsCommand()
184 bool HandleSetPositionCommand(cuttlefish::WmediumdController& client, in HandleSetPositionCommand()
219 bool HandleSetLciCommand(cuttlefish::WmediumdController& client, in HandleSetLciCommand()
238 bool HandleSetCiviclocCommand(cuttlefish::WmediumdController& client, in HandleSetCiviclocCommand()
286 auto client = cuttlefish::WmediumdController::New(wmediumdApiServerPath); in main() local
/device/google/cuttlefish/host/commands/modem_simulator/
Dchannel_monitor.cpp72 void ChannelMonitor::SetRemoteClient(cuttlefish::SharedFD client, bool is_accepted) { in SetRemoteClient()
100 auto client = std::make_unique<Client>(client_fd); in AcceptIncomingConnection() local
110 void ChannelMonitor::ReadCommand(Client& client) { in ReadCommand()
177 void ChannelMonitor::SendRemoteCommand(cuttlefish::SharedFD client, std::string& response) { in SendRemoteCommand()
188 void ChannelMonitor::CloseRemoteConnection(cuttlefish::SharedFD client) { in CloseRemoteConnection()
236 for (auto& client: clients_) { in MonitorLoop() local
239 for (auto& client: remote_clients_) { in MonitorLoop() local
262 for (auto& client : clients_) { in MonitorLoop() local
267 for (auto& client : remote_clients_) { in MonitorLoop() local
Dcall_service.cpp114 void CallService::HandleDial(const Client& client, const std::string& command) { in HandleDial()
266 void CallService::HandleAcceptCall(const Client& client) { in HandleAcceptCall()
281 void CallService::HandleRejectCall(const Client& client) { in HandleRejectCall()
340 void CallService::HandleCurrentCalls(const Client& client) { in HandleCurrentCalls()
396 void CallService::HandleHangup(const Client& client, in HandleHangup()
503 void CallService::HandleMute(const Client& client, const std::string& command) { in HandleMute()
547 void CallService::HandleSendDtmf(const Client& client, in HandleSendDtmf()
552 void CallService::HandleCancelUssd(const Client& client, in HandleCancelUssd()
573 void CallService::HandleEmergencyMode(const Client& client, in HandleEmergencyMode()
643 void CallService::HandleRemoteCall(const Client& client, in HandleRemoteCall()
[all …]
Dnetwork_service.cpp285 void NetworkService::HandleRadioPowerReq(const Client& client) { in HandleRadioPowerReq()
296 void NetworkService::HandleRadioPower(const Client& client, std::string& command) { in HandleRadioPower()
416 void NetworkService::HandleSignalStrength(const Client& client) { in HandleSignalStrength()
501 void NetworkService::HandleQueryNetworkSelectionMode(const Client& client) { in HandleQueryNetworkSelectionMode()
526 void NetworkService::HandleRequestOperator(const Client& client) { in HandleRequestOperator()
560 void NetworkService::HandleQueryAvailableNetwork(const Client& client) { in HandleQueryAvailableNetwork()
579 void NetworkService::HandleSetNetworkSelectionMode(const Client& client, std::string& command) { in HandleSetNetworkSelectionMode()
813 void NetworkService::HandleVoiceNetworkRegistration(const Client& client, in HandleVoiceNetworkRegistration()
884 void NetworkService::HandleDataNetworkRegistration(const Client& client, in HandleDataNetworkRegistration()
940 void NetworkService::HandleGetPreferredNetworkType(const Client& client) { in HandleGetPreferredNetworkType()
[all …]
Dsms_service.cpp93 void SmsService::HandleSendSMS(const Client& client, std::string& /*command*/) { in HandleSendSMS()
118 void SmsService::HandleSMSAcknowledge(const Client& client, std::string& /*command*/) { in HandleSMSAcknowledge()
141 void SmsService::HandleWriteSMSToSim(const Client& client, std::string& command) { in HandleWriteSMSToSim()
163 void SmsService::HandleDeleteSmsOnSim(const Client& client, std::string& command) { in HandleDeleteSmsOnSim()
198 void SmsService::HandleBroadcastConfig(const Client& client, std::string& command) { in HandleBroadcastConfig()
232 void SmsService::HandleGetSmscAddress(const Client& client) { in HandleGetSmscAddress()
243 void SmsService::HandleSetSmscAddress(const Client& client, std::string& command) { in HandleSetSmscAddress()
269 void SmsService::HandleSendSMSPDU(const Client& client, std::string& command) { in HandleSendSMSPDU()
340 void SmsService::HandleWriteSMSPduToSim(const Client& client, std::string& command) { in HandleWriteSMSPduToSim()
Dsup_service.cpp85 void SupService::HandleUSSD(const Client& client, std::string& /*command*/) { in HandleUSSD()
112 void SupService::HandleCLIR(const Client& client, std::string& command) { in HandleCLIR()
149 void SupService::HandleCLIP(const Client& client) { in HandleCLIP()
174 void SupService::HandleSuppServiceNotifications(const Client& client, std::string& /*command*/) { in HandleSuppServiceNotifications()
194 void SupService::HandleCallForward(const Client& client, std::string& command) { in HandleCallForward()
293 void SupService::HandleCallWaiting(const Client& client, std::string& command) { in HandleCallWaiting()
Ddata_service.cpp98 void DataService::HandleActivateDataCall(const Client& client, in HandleActivateDataCall()
106 void DataService::HandleQueryDataCallList(const Client& client) { in HandleQueryDataCallList()
149 void DataService::HandlePDPContext(const Client& client, in HandlePDPContext()
189 void DataService::HandleQueryPDPContextList(const Client& client) { in HandleQueryPDPContextList()
221 void DataService::HandleEnterDataState(const Client& client, in HandleEnterDataState()
272 void DataService::HandleReadDynamicParam(const Client& client, in HandleReadDynamicParam()
Dsim_service.cpp845 void SimService::HandleSIMStatusReq(const Client& client) { in HandleSIMStatusReq()
895 void SimService::HandleSIM_IO(const Client& client, in HandleSIM_IO()
1046 void SimService::HandleCSIM_IO(const Client& client, in HandleCSIM_IO()
1120 void SimService::HandleChangeOrEnterPIN(const Client& client, in HandleChangeOrEnterPIN()
1208 void SimService::HandleGetIMSI(const Client& client) { in HandleGetIMSI()
1253 void SimService::HandleGetIccId(const Client& client) { in HandleGetIccId()
1325 void SimService::HandleFacilityLock(const Client& client, in HandleFacilityLock()
1396 void SimService::HandleOpenLogicalChannel(const Client& client, in HandleOpenLogicalChannel()
1452 void SimService::HandleCloseLogicalChannel(const Client& client, in HandleCloseLogicalChannel()
1496 void SimService::HandleTransmitLogicalChannel(const Client& client, in HandleTransmitLogicalChannel()
[all …]
Dmodem_service.cpp71 void CommandHandler::HandleCommand(const Client& client, in HandleCommand()
91 bool ModemService::HandleModemCommand(const Client& client, in HandleModemCommand()
103 void ModemService::HandleCommandDefaultSupported(const Client& client) { in HandleCommandDefaultSupported()
Dstk_service.cpp65 void StkService::HandleReportStkServiceIsRunning(const Client& client) { in HandleReportStkServiceIsRunning()
102 void StkService::HandleSendEnvelope(const Client& client , std::string& command) { in HandleSendEnvelope()
160 void StkService::HandleSendTerminalResponseToSim(const Client& client, std::string& command) { in HandleSendTerminalResponseToSim()
Dmisc_service.cpp107 void MiscService::HandleGetIMEI(const Client& client, std::string& command) { in HandleGetIMEI()
143 void MiscService::HandleTimeUpdate(const Client& client, std::string& command) { in HandleTimeUpdate()
/device/google/cuttlefish/host/libs/web/http_client/unittest/
Dsso_client_test.cc42 SsoClient client(exec); in TEST() local
62 SsoClient client(exec); in TEST() local
81 SsoClient client(exec); in TEST() local
104 SsoClient client(exec); in TEST() local
121 SsoClient client(exec); in TEST() local
139 SsoClient client(exec); in TEST() local
156 SsoClient client(exec); in TEST() local
173 SsoClient client(exec); in TEST() local
183 SsoClient client(exec); in TEST() local
199 SsoClient client(exec); in TEST() local
/device/linaro/dragonboard/qcom/tqftpserv/
Dtqftpserv.c75 static ssize_t tftp_send_data(struct tftp_client *client, in tftp_send_data()
201 struct tftp_client *client; in handle_rrq() local
314 struct tftp_client *client; in handle_wrq() local
372 static int handle_reader(struct tftp_client *client) in handle_reader()
428 static int handle_writer(struct tftp_client *client) in handle_writer()
475 static void client_close_and_free(struct tftp_client *client) in client_close_and_free()
485 struct tftp_client *client; in main() local
/device/google/cuttlefish/host/libs/wayland/
Dwayland_seat.cpp77 void seat_get_pointer(wl_client* client, wl_resource* seat, uint32_t id) { in seat_get_pointer()
92 void seat_get_keyboard(wl_client* client, wl_resource* seat, uint32_t id) { in seat_get_keyboard()
107 void seat_get_touch(wl_client* client, wl_resource* seat, uint32_t id) { in seat_get_touch()
136 void bind_seat(wl_client* client, void* data, uint32_t version, uint32_t id) { in bind_seat()
Dwayland_dmabuf.cpp68 void linux_buffer_params_create(wl_client* client, in linux_buffer_params_create()
88 void linux_buffer_params_create_immed(wl_client* client, in linux_buffer_params_create_immed()
124 void linux_dmabuf_create_params(wl_client* client, in linux_dmabuf_create_params()
146 void bind_linux_dmabuf(wl_client* client, in bind_linux_dmabuf()
Dwayland_virtio_gpu_metadata.cpp49 struct wl_client* client, struct wl_resource* /*metadata_impl_resource*/, in virtio_gpu_metadata_get_surface_metadata()
69 void bind_virtio_gpu_metadata(wl_client* client, void* data, in bind_virtio_gpu_metadata()
Dwayland_shell.cpp234 void xdg_surface_get_toplevel(wl_client* client, wl_resource* surface, in xdg_surface_get_toplevel()
250 void xdg_surface_get_popup(wl_client* client, wl_resource* surface, uint32_t id, in xdg_surface_get_popup()
300 void xdg_shell_create_positioner(wl_client* client, wl_resource* shell, in xdg_shell_create_positioner()
316 void xdg_shell_get_xdg_surface(wl_client* client, wl_resource* shell, in xdg_shell_get_xdg_surface()
342 void bind_shell(wl_client* client, void* data, uint32_t version, uint32_t id) { in bind_shell()
Dwayland_compositor.cpp189 void compositor_create_surface(wl_client* client, in compositor_create_surface()
206 void compositor_create_region(wl_client* client, in compositor_create_region()
232 void bind_compositor(wl_client* client, in bind_compositor()
Dwayland_subcompositor.cpp87 void subcompositor_get_subsurface(wl_client* client, in subcompositor_get_subsurface()
112 void bind_subcompositor(wl_client* client, in bind_subcompositor()
/device/google/cuttlefish/common/frontend/socket_vsock_proxy/
Dsocket_vsock_proxy.cpp106 std::unique_ptr<Client> client = nullptr; in BuildClient() local
120 Server& server, Client& client) { in ListenEventsAndProxy()
175 auto client = cuttlefish::socket_proxy::BuildClient(); in main() local
/device/google/cuttlefish/host/commands/cvd/
Dserver_client.cpp35 Result<UnixMessageSocket> GetClient(const SharedFD& client) { in GetClient()
42 Result<std::optional<RequestWithStdio>> GetRequest(const SharedFD& client) { in GetRequest()
77 Result<void> SendResponse(const SharedFD& client, in SendResponse()
Dhandle_reset.cpp100 static Result<void> TimedKillCvdServer(CvdClient& client, const int timeout) { in TimedKillCvdServer()
160 Result<void> HandleReset(CvdClient& client, in HandleReset()
/device/generic/vulkan-cereal/stream-servers/apigen-codec-common/X11/extensions/
Dsyncstr.h61 ClientPtr client; /* Owning client. 0 for system counters */ member
123 ClientPtr client; member
130 ClientPtr client; member
139 ClientPtr client; member
/device/google/trout/hal/common/android/watchdog/
DBaseWatchdogClient.cpp70 std::shared_ptr<ICarWatchdogClient> client = ICarWatchdogClient::fromBinder(binder); in initialize() local
101 BaseWatchdogClient::MessageHandlerImpl::MessageHandlerImpl(BaseWatchdogClient* client) in MessageHandlerImpl()
/device/google/cuttlefish/common/libs/utils/
Dsocket2socket_proxy.cpp49 void SetupProxying(SharedFD client, SharedFD target) { in SetupProxying()
96 auto client = SharedFD::Accept(*server_fd); in ProxyServer() local

12