| /device/google/cuttlefish/host/commands/modem_simulator/unittest/ |
| D | service_test.cpp | 101 void SendCommand(std::string command, std::string prefix = "") { in SendCommand() 135 auto command = commands.substr(pos, r_pos - pos); in ReadCommandResponse() local 190 std::string command = "AT+CCHO="; in openLogicalChannel() local 200 std::string command = "AT+CCHC="; in closeLogicalChannel() local 236 std::string command = "AT+CPIN?"; in TEST_F() local 280 std::string command = "AT+CIMI"; in TEST_F() local 290 std::string command = "AT+CICCID"; in TEST_F() local 323 std::string command= "A000000063504B43532D3135"; in TEST_F() local 336 std::string command= "A000000063504B43532D3135"; in TEST_F() local 345 std::string command= "A000000063504B43532D3135"; in TEST_F() local [all …]
|
| D | command_parser_test.cpp | 21 std::string command = "AT+SPUSATENVECMD=\"D3078202018190014E\""; in TEST() local 30 std::string command = "AT+SPUSATENVECMD=\"D3078202018190014E\""; in TEST() local 39 std::string command = "+COPS: 0,1,\"CMCC\",7"; in TEST() local 48 std::string command = "+COPS: 0,1,\"CMCC\",7"; in TEST() local 58 std::string command = "+COPS: 0,1,\"CMCC\",7"; in TEST() local 66 std::string command = "+COPS: 0,1,\"CMCC\",7"; in TEST() local 77 std::string command = "AT+CRSM=192,28421,0,0,15,0,\"3F007FFF\""; in TEST() local 86 std::string command = "C0,6F05"; in TEST() local 94 std::string command = "AT+CRSM=192,28421,0,0,15,0,\"3F007FFF\""; in TEST() local
|
| /device/google/cuttlefish/host/commands/modem_simulator/ |
| D | sms_service.cpp | 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() 243 void SmsService::HandleSetSmscAddress(const Client& client, std::string& command) { in HandleSetSmscAddress() 262 std::string command = "AT+REMOTESMS=" + pdu + "\r"; in SendSmsToRemote() local 269 void SmsService::HandleSendSMSPDU(const Client& client, std::string& command) { in HandleSendSMSPDU() 340 void SmsService::HandleWriteSMSPduToSim(const Client& client, std::string& command) { in HandleWriteSMSPduToSim() 372 void SmsService::HandleReceiveRemoteSMS(const Client& /*client*/, std::string& command) { in HandleReceiveRemoteSMS()
|
| D | network_service.cpp | 296 void NetworkService::HandleRadioPower(const Client& client, std::string& command) { in HandleRadioPower() 579 void NetworkService::HandleSetNetworkSelectionMode(const Client& client, std::string& command) { in HandleSetNetworkSelectionMode() 814 std::string& command) { in HandleVoiceNetworkRegistration() 885 std::string& command) { in HandleDataNetworkRegistration() 1014 void NetworkService::HandleSetPreferredNetworkType(const Client& client, std::string& command) { in HandleSetPreferredNetworkType() 1188 std::string& command) { in HandleReceiveRemoteVoiceDataReg() 1204 std::string& command) { in HandleReceiveRemoteCTEC() 1232 std::string& command) { in HandleReceiveRemoteSignal()
|
| D | sim_service.cpp | 896 const std::string& command) { in HandleSIM_IO() 1047 const std::string& command) { in HandleCSIM_IO() 1121 const std::string& command) { in HandleChangeOrEnterPIN() 1326 const std::string& command) { in HandleFacilityLock() 1397 const std::string& command) { in HandleOpenLogicalChannel() 1453 const std::string& command) { in HandleCloseLogicalChannel() 1497 const std::string& command) { in HandleTransmitLogicalChannel() 1581 const std::string& command) { in HandleChangePassword() 1623 const std::string& command) { in HandleQueryRemainTimes() 1660 const std::string& command) { in HandleCdmaSubscriptionSource() [all …]
|
| D | sup_service.cpp | 112 void SupService::HandleCLIR(const Client& client, std::string& command) { in HandleCLIR() 194 void SupService::HandleCallForward(const Client& client, std::string& command) { in HandleCallForward() 293 void SupService::HandleCallWaiting(const Client& client, std::string& command) { in HandleCallWaiting()
|
| D | call_service.cpp | 114 void CallService::HandleDial(const Client& client, const std::string& command) { in HandleDial() 397 const std::string& command) { in HandleHangup() 503 void CallService::HandleMute(const Client& client, const std::string& command) { in HandleMute() 574 const std::string& command) { in HandleEmergencyMode() 644 const std::string& command) { in HandleRemoteCall()
|
| D | modem_service.cpp | 51 CommandHandler::CommandHandler(const std::string& command, f_func handler) in CommandHandler() 56 CommandHandler::CommandHandler(const std::string& command, p_func handler) in CommandHandler() 92 std::string command) { in HandleModemCommand()
|
| D | stk_service.cpp | 102 void StkService::HandleSendEnvelope(const Client& client , std::string& command) { in HandleSendEnvelope() 160 void StkService::HandleSendTerminalResponseToSim(const Client& client, std::string& command) { in HandleSendTerminalResponseToSim() 210 void StkService::OnUnsolicitedCommandForTR(std::string& command) { in OnUnsolicitedCommandForTR()
|
| /device/google/cuttlefish/common/libs/security/ |
| D | channel_sharedfd.cpp | 29 Result<ManagedMessage> CreateMessage(uint32_t command, bool is_response, size_t payload_size) { in CreateMessage() 46 Result<void> SharedFdChannel::SendRequest(uint32_t command, void* message, size_t message_size) { in SendRequest() 50 Result<void> SharedFdChannel::SendResponse(uint32_t command, void* message, size_t message_size) { in SendResponse() 72 Result<void> SharedFdChannel::SendMessage(uint32_t command, bool response, in SendMessage()
|
| D | keymaster_channel_sharedfd.cpp | 38 AndroidKeymasterCommand command, const keymaster::Serializable& message) { in SendRequest() 43 AndroidKeymasterCommand command, const keymaster::Serializable& message) { in SendResponse() 48 AndroidKeymasterCommand command, bool is_response, in SendMessage()
|
| D | gatekeeper_channel_sharedfd.cpp | 34 uint32_t command, const gatekeeper::GateKeeperMessage& message) { in SendRequest() 39 uint32_t command, const gatekeeper::GateKeeperMessage& message) { in SendResponse() 44 uint32_t command, bool is_response, in SendMessage()
|
| D | gatekeeper_channel_windows.cpp | 108 uint32_t command, const gatekeeper::GateKeeperMessage& message) { in SendRequest() 113 uint32_t command, const gatekeeper::GateKeeperMessage& message) { in SendResponse() 119 uint32_t command, bool is_response, in SendMessage()
|
| D | keymaster_channel_windows.cpp | 109 AndroidKeymasterCommand command, const keymaster::Serializable& message) { in SendRequest() 114 AndroidKeymasterCommand command, const keymaster::Serializable& message) { in SendResponse() 119 AndroidKeymasterCommand command, bool is_response, in SendMessage()
|
| /device/google/cuttlefish/host/libs/allocd/ |
| D | alloc_utils.cpp | 25 int RunExternalCommand(const std::string& command) { in RunExternalCommand() 179 auto command = ss.str(); in AddGateway() local 190 auto command = ss.str(); in DestroyGateway() local 251 auto command = ss.str(); in EbtablesBroute() local 268 auto command = ss.str(); in EbtablesFilter() local 278 auto command = ss.str(); in LinkTapToBridge() local 340 auto command = ss.str(); in CreateBridge() local 427 auto command = ss.str(); in StartDnsmasq() local 448 std::string command = "kill " + pid; in StopDnsmasq() local 465 auto command = ss.str(); in IptableConfig() local
|
| /device/google/cuttlefish/host/example_custom_actions/ |
| D | custom_action_config.json | 5 "command":"web", string 14 "command":"settings", string 19 "command":"alert", string
|
| /device/google/cuttlefish/host/commands/cvd_load_tester/mvp_features/vm/custom_actions/ |
| D | TC1.json | 16 "command":"web", string 25 "command":"settings", string 30 "command":"alert", string
|
| /device/google/cuttlefish/shared/config/ |
| D | config_foldable.json | 14 "command":"device_state_closed", string 27 "command":"device_state_half_opened", string 40 "command":"device_state_opened", string
|
| /device/google/cuttlefish/guest/hals/ril/reference-ril/ |
| D | atchannel.c | 672 static int at_send_command_full_nolock (const char *command, ATCommandType type, in at_send_command_full_nolock() 739 static int at_send_command_full (const char *command, ATCommandType type, in at_send_command_full() 779 int at_send_command (const char *command, ATResponse **pp_outResponse) in at_send_command() 790 int at_send_command_singleline (const char *command, in at_send_command_singleline() 813 int at_send_command_numeric (const char *command, in at_send_command_numeric() 835 int at_send_command_sms (const char *command, in at_send_command_sms() 859 int at_send_command_multiline (const char *command, in at_send_command_multiline()
|
| /device/google/cuttlefish/host/libs/config/ |
| D | command_source.h | 30 Command command; member 34 : command(std::move(command)), is_critical(is_critical) {} in command() function
|
| /device/google/cuttlefish/host/commands/cvd_load_tester/end_to_end_test/single/ |
| D | TC_foldable.json | 16 "command":"device_state_closed", string 29 "command":"device_state_half_opened", string 42 "command":"device_state_opened", string
|
| /device/google/cuttlefish/host/commands/cvd/server_command/ |
| D | display.cpp | 68 Command command = in Handle() local 113 Command command = CF_EXPECT(ConstructCommand(construct_cmd_param)); in HelpCommand() local 168 Command command = CF_EXPECT(ConstructCommand(construct_cmd_param)); in NonHelpCommand() local
|
| D | power.cpp | 79 Command command = in Handle() local 148 Command command = CF_EXPECT(ConstructCommand(construct_cmd_param)); in HelpCommand() local 204 Command command = CF_EXPECT(ConstructCommand(construct_cmd_param)); in NonHelpCommand() local
|
| /device/google/zuma/interfaces/boot/aidl/ |
| D | BootControl.h | 50 uint32_t command; member 56 uint32_t command; member
|
| /device/google/zuma/interfaces/boot/1.2/ |
| D | BootControl.h | 73 uint32_t command; member 79 uint32_t command; member
|