| /device/google/cuttlefish/host/commands/modem_simulator/unittest/ |
| D | service_test.cpp | 99 void SendCommand(std::string command, std::string prefix = "") { in SendCommand() 133 auto command = commands.substr(pos, r_pos - pos); in ReadCommandResponse() local 188 std::string command = "AT+CCHO="; in openLogicalChannel() local 198 std::string command = "AT+CCHC="; in closeLogicalChannel() local 234 std::string command = "AT+CPIN?"; in TEST_F() local 278 std::string command = "AT+CIMI"; in TEST_F() local 288 std::string command = "AT+CICCID"; in TEST_F() local 321 std::string command= "A000000063504B43532D3135"; in TEST_F() local 334 std::string command= "A000000063504B43532D3135"; in TEST_F() local 343 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() 342 void SmsService::HandleWriteSMSPduToSim(const Client& client, std::string& command) { in HandleWriteSMSPduToSim() 374 void SmsService::HandleReceiveRemoteSMS(const Client& /*client*/, std::string& command) { in HandleReceiveRemoteSMS()
|
| D | network_service.cpp | 301 void NetworkService::HandleRadioPower(const Client& client, std::string& command) { in HandleRadioPower() 540 void NetworkService::HandleSetNetworkSelectionMode(const Client& client, std::string& command) { in HandleSetNetworkSelectionMode() 773 std::string& command) { in HandleVoiceNetworkRegistration() 844 std::string& command) { in HandleDataNetworkRegistration() 973 void NetworkService::HandleSetPreferredNetworkType(const Client& client, std::string& command) { in HandleSetPreferredNetworkType() 1132 std::string& command) { in HandleReceiveRemoteVoiceDataReg() 1149 std::string& command) { in HandleReceiveRemoteCTEC() 1241 std::string& command) { in HandleReceiveRemoteSignal() 1259 auto command = GetSignalStrength(); in OnSignalStrengthChanged() local
|
| D | sim_service.cpp | 884 const std::string& command) { in HandleSIM_IO() 1013 const std::string& command) { in HandleCSIM_IO() 1087 const std::string& command) { in HandleChangeOrEnterPIN() 1292 const std::string& command) { in HandleFacilityLock() 1363 const std::string& command) { in HandleOpenLogicalChannel() 1419 const std::string& command) { in HandleCloseLogicalChannel() 1463 const std::string& command) { in HandleTransmitLogicalChannel() 1547 const std::string& command) { in HandleChangePassword() 1589 const std::string& command) { in HandleQueryRemainTimes() 1626 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 | 115 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()
|
| D | data_service.cpp | 150 const std::string& command) { in HandlePDPContext() 222 const std::string& command) { in HandleEnterDataState() 273 const std::string& command) { in HandleReadDynamicParam()
|
| D | command_parser.h | 25 explicit CommandParser(const std::string& command) : copy_command_(command) { in CommandParser()
|
| /device/google/cuttlefish/common/libs/security/ |
| D | keymaster_channel.cpp | 27 AndroidKeymasterCommand command, bool is_response, size_t payload_size) { in CreateKeymasterMessage() 48 AndroidKeymasterCommand command, const keymaster::Serializable& message) { in SendRequest() 53 AndroidKeymasterCommand command, const keymaster::Serializable& message) { in SendResponse() 58 AndroidKeymasterCommand command, in SendMessage()
|
| D | gatekeeper_channel.cpp | 29 uint32_t command, bool is_response, size_t payload_size) { in CreateGatekeeperMessage() 50 uint32_t command, const gatekeeper::GateKeeperMessage& message) { in SendRequest() 55 uint32_t command, const gatekeeper::GateKeeperMessage& message) { in SendResponse() 60 uint32_t command, in SendMessage()
|
| /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/libs/allocd/ |
| D | alloc_utils.cpp | 10 int RunExternalCommand(const std::string& command) { in RunExternalCommand() 164 auto command = ss.str(); in AddGateway() local 175 auto command = ss.str(); in DestroyGateway() local 236 auto command = ss.str(); in EbtablesBroute() local 253 auto command = ss.str(); in EbtablesFilter() local 263 auto command = ss.str(); in LinkTapToBridge() local 325 auto command = ss.str(); in CreateBridge() local 412 auto command = ss.str(); in StartDnsmasq() local 433 std::string command = "kill " + pid; in StopDnsmasq() local 450 auto command = ss.str(); in IptableConfig() local
|
| /device/google/cuttlefish/host/commands/run_cvd/ |
| D | launch.cc | 57 Command command(KernelLogMonitorBinary()); in LaunchKernelLogMonitor() local 89 Command command(RootCanalBinary()); in LaunchRootCanal() local 121 Command command(LogcatReceiverBinary()); in LaunchLogcatReceiver() local 253 Command command(DefaultHostArtifactsPath("bin/bt_connector")); in LaunchBluetoothConnector() local 285 Command command(HostBinaryPath("secure_env")); in LaunchSecureEnvironment() local
|
| /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/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/vulkan/ |
| D | SecondaryCommandBuffer.cpp | 128 ANGLE_INLINE const CommandHeader *NextCommand(const CommandHeader *command) in NextCommand() 147 for (const CommandHeader *command : mCommands) in executeCommands() local 584 for (const CommandHeader *command : mCommands) in getMemoryUsageStats() local 602 for (const CommandHeader *command : mCommands) in dumpCommands() local
|
| /device/google/cuttlefish/shared/config/ |
| D | config_foldable.json | 15 "command":"device_state_closed", string 28 "command":"device_state_opened", string
|
| /device/generic/goldfish/network/netmgr/ |
| D | commander.cpp | 53 void Commander::registerCommand(const char* commandStr, Command* command) { in registerCommand() 107 auto command = mCommands.find(mReceiveBuffer.data()); in onReadAvailable() local
|
| /device/generic/vulkan-cereal/third-party/angle/src/tests/egl_tests/ |
| D | EGLDebugTest.cpp | 25 const char *command, in StubCallback() 33 const char *command, in CheckBadBindAPIError()
|
| /device/google/cuttlefish/host/frontend/webrtc_operator/assets/js/ |
| D | adb.js | 57 function createAdbMessage(command, arg0, arg1, payload) { argument 80 function adbShell(command) { argument
|
| D | app.js | 164 function createControlPanelButton(command, title, icon_name, argument 467 command: e.target.dataset.command, property 501 command: 'device_state', property
|
| /device/google/trout/hal/dumpstate/1.1/ |
| D | ServiceDescriptor.h | 27 const char* command() const { return mCommandLine.c_str(); } in command() function
|
| /device/generic/goldfish/network/wifi_forwarder/ |
| D | netlink_message.cpp | 45 bool NetlinkMessage::initGeneric(int family, uint8_t command, int version) { in initGeneric()
|