Searched defs:at_command (Results 1 – 10 of 10) sorted by relevance
/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/linux/utils/src/ |
D | at_command_parser.rs | 282 let at_command = parse_at_command_data("".to_string()); in test_parse_empty_fails() localVariable 285 let at_command = parse_at_command_data("+".to_string()); in test_parse_empty_fails() localVariable 288 let at_command = parse_at_command_data("AT+".to_string()); in test_parse_empty_fails() localVariable 295 let at_command = parse_at_command_data("+CMD".to_string()).unwrap(); in test_at_string_copied() localVariable 301 let at_command = parse_at_command_data("CMD=".to_string()).unwrap(); in test_parse_command_type() localVariable 304 let at_command = parse_at_command_data("CMD?".to_string()).unwrap(); in test_parse_command_type() localVariable 307 let at_command = parse_at_command_data("CMD=?".to_string()).unwrap(); in test_parse_command_type() localVariable 310 let at_command = parse_at_command_data("CMD".to_string()).unwrap(); in test_parse_command_type() localVariable 317 let at_command = parse_at_command_data("CMD".to_string()).unwrap(); in test_parse_command() localVariable 321 let at_command = parse_at_command_data("AT+CMD".to_string()).unwrap(); in test_parse_command() localVariable [all …]
|
/aosp_15_r20/tools/test/connectivity/acts_tests/acts_contrib/test_utils/cellular/performance/ |
D | cellular_performance_test_utils.py | 451 def send_at_command(self, at_command): argument 672 def send_at_command(self, at_command): argument
|
/aosp_15_r20/device/google/cuttlefish/host/commands/cvd_send_sms/ |
D | sms_sender.cc | 50 std::string at_command = "REM" + std::to_string(modem_id) + in Send() local
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/AST/ |
D | CommentLexer.h | 38 at_command, // Command with an ID, that used 'at' marker. enumerator
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/AST/ |
D | CommentLexer.h | 38 at_command, // Command with an ID, that used 'at' marker. enumerator
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/AST/ |
D | CommentLexer.h | 38 at_command, // Command with an ID, that used 'at' marker. enumerator
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/AST/ |
D | CommentLexer.h | 38 at_command, // Command with an ID, that used 'at' marker. enumerator
|
/aosp_15_r20/external/clang/include/clang/AST/ |
H A D | CommentLexer.h | 40 at_command, // Command with an ID, that used 'at' marker. enumerator
|
/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/topshim/hfp/ |
D | hfp_shim.cc | 218 const std::string at_command = common::ToString(at_string); in UnknownAtCallback() local
|
/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/ |
D | bluetooth_media.rs | 1701 let at_command = match parse_at_command_data(at_string) { in dispatch_hfp_callbacks() localVariable
|