Home
last modified time | relevance | path

Searched defs:command (Results 1 – 25 of 88) sorted by relevance

1234

/device/google/cuttlefish/host/commands/modem_simulator/unittest/
Dservice_test.cpp101 void SendCommand(std::string command, std::string prefix = "") { in SendCommand()
137 auto command = commands.substr(pos, r_pos - pos); in ReadCommandResponse() local
192 std::string command = "AT+CCHO="; in openLogicalChannel() local
202 std::string command = "AT+CCHC="; in closeLogicalChannel() local
238 std::string command = "AT+CPIN?"; in TEST_F() local
282 std::string command = "AT+CIMI"; in TEST_F() local
292 std::string command = "AT+CICCID"; in TEST_F() local
325 std::string command= "A000000063504B43532D3135"; in TEST_F() local
338 std::string command= "A000000063504B43532D3135"; in TEST_F() local
347 std::string command= "A000000063504B43532D3135"; in TEST_F() local
[all …]
Dcommand_parser_test.cpp21 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/example_custom_actions/
Dcustom_action_config.json5 "command":"web", string
14 "command":"settings", string
19 "command":"alert", string
/device/google/cuttlefish/host/libs/config/
Dcommand_source.h31 Command command; member
35 : command(std::move(command)), is_critical(is_critical) {} in command() function
/device/google/cuttlefish/host/libs/avb/
Davb.cpp57 Command command(avbtool_path_); in GenerateAddHashFooter() local
83 auto command = in AddHashFooter() local
93 Command command(avbtool_path_); in GenerateInfoImage() local
106 auto command = GenerateInfoImage(image_path, output_file); in WriteInfoImage() local
118 Command command(avbtool_path_); in GenerateMakeVbMetaImage() local
149 auto command = GenerateMakeVbMetaImage(output_path, chained_partitions, in MakeVbMetaImage() local
/device/google/cuttlefish/common/libs/security/
Dgatekeeper_channel_sharedfd.cpp29 uint32_t command, const gatekeeper::GateKeeperMessage& message) { in SendRequest()
34 uint32_t command, const gatekeeper::GateKeeperMessage& message) { in SendResponse()
38 bool SharedFdGatekeeperChannel::SendMessage(uint32_t command, bool is_response, in SendMessage()
Dkeymaster_channel_sharedfd.cpp38 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()
Dkeymaster_channel_windows.cpp109 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()
Dgatekeeper_channel_windows.cpp107 uint32_t command, const gatekeeper::GateKeeperMessage& message) { in SendRequest()
112 uint32_t command, const gatekeeper::GateKeeperMessage& message) { in SendResponse()
118 uint32_t command, bool is_response, in SendMessage()
Dkeymaster_channel.cpp26 ManagedKeymasterMessage CreateKeymasterMessage(AndroidKeymasterCommand command, in CreateKeymasterMessage()
/device/google/cuttlefish/host/cvd_test_configs/mvp_features/vm/custom_actions/
DTC1.json16 "command": "web", string
25 "command": "settings", string
30 "command": "alert", string
/device/google/cuttlefish/host/commands/modem_simulator/
Dsms_service.cpp141 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()
Dmodem_service.cpp26 CommandHandler::CommandHandler(const std::string& command, f_func handler) in CommandHandler()
31 CommandHandler::CommandHandler(const std::string& command, p_func handler) in CommandHandler()
67 std::string command) { in HandleModemCommand()
Dnetwork_service.cpp308 void NetworkService::HandleRadioPower(const Client& client, std::string& command) { in HandleRadioPower()
591 void NetworkService::HandleSetNetworkSelectionMode(const Client& client, std::string& command) { in HandleSetNetworkSelectionMode()
826 std::string& command) { in HandleVoiceNetworkRegistration()
897 std::string& command) { in HandleDataNetworkRegistration()
1027 void NetworkService::HandleSetPreferredNetworkType(const Client& client, std::string& command) { in HandleSetPreferredNetworkType()
1204 std::string& command) { in HandleReceiveRemoteVoiceDataReg()
1220 std::string& command) { in HandleReceiveRemoteCTEC()
1248 std::string& command) { in HandleReceiveRemoteSignal()
1264 void NetworkService::HandleIdentifierDisclosure(const std::string& command) { in HandleIdentifierDisclosure()
1269 void NetworkService::HandleSecurityAlgorithmUpdate(const std::string& command) { in HandleSecurityAlgorithmUpdate()
Dsup_service.cpp112 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()
Dstk_service.cpp106 void StkService::HandleSendEnvelope(const Client& client , std::string& command) { in HandleSendEnvelope()
170 void StkService::HandleSendTerminalResponseToSim(const Client& client, std::string& command) { in HandleSendTerminalResponseToSim()
226 void StkService::OnUnsolicitedCommandForTR(std::string& command) { in OnUnsolicitedCommandForTR()
/device/google/cuttlefish/common/libs/transport/
Dchannel.cpp31 Result<ManagedMessage> CreateMessage(uint32_t command, bool is_response, size_t payload_size) { in CreateMessage()
43 Result<ManagedMessage> CreateMessage(uint32_t command, size_t payload_size) { in CreateMessage()
/device/google/cuttlefish/shared/foldable/
Dconfig_foldable.json14 "command":"device_state_closed", string
27 "command":"device_state_half_opened", string
40 "command":"device_state_opened", string
/device/google/cuttlefish/host/cvd_test_configs/end_to_end_test/single/
DTC_foldable.json16 "command": "device_state_closed", string
29 "command": "device_state_half_opened", string
42 "command": "device_state_opened", string
/device/google/cuttlefish/host/commands/run_cvd/launch/
Dvhal_proxy_server.cpp35 Command command = Command(VhalProxyServerBinary()) in VhalProxyServer() local
Dsensors_simulator.cpp32 Command command(SensorsSimulatorBinary()); in SensorsSimulator() local
/device/google/trout/hal/dumpstate/1.1/
DServiceDescriptor.h27 const char* command() const { return mCommandLine.c_str(); } in command() function
/device/google/atv/MdnsOffloadManagerService/src/com/android/tv/mdnsoffloadmanager/
DHandlerExecutor.java39 public void execute(Runnable command) { in execute()
/device/google/cuttlefish/guest/hals/ril/reference-ril/
Datchannel.c672 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/commands/metrics_launcher/
Dmetrics_launcher.cpp41 std::string command; in MetricsLauncherMain() local

1234