Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:cmd_com
(Results
1 - 4
of
4
) sorted by relevance
/test/testfwk/developer_test/src/core/testkit/
H
A
D
kit_lite.py
100
cmd_com
= device.device.com_dict.get(ComType.
cmd_com
)
102
cmd_com
.connect()
103
cmd_com
.execute_command(command='AT+RST={}'.format(self.timeout))
104
cmd_com
.close()
112
cmd_com
.serial_port,
116
if
cmd_com
:
117
cmd_com
.close()
/test/testfwk/xdevice/plugins/ohos/src/ohos/testkit/
H
A
D
kit_lite.py
79
cmd_com
= device.device.com_dict.get(ComType.
cmd_com
)
81
cmd_com
.connect()
82
cmd_com
.execute_command(
84
cmd_com
.close()
91
raise LiteDeviceError(ErrorMessage.Device.Code_0303019.format(
cmd_com
.serial_port))
93
if
cmd_com
:
94
cmd_com
.close()
733
usb_port = device.device.com_dict.get(ComType.
cmd_com
).usb_port
/test/testfwk/xdevice/plugins/ohos/src/ohos/environment/
H
A
D
device_lite.py
462
if "type" in item.keys() and ComType.
cmd_com
== item.get(
464
self.com_dict[ComType.
cmd_com
] = ComController(item)
469
def connect(self, key=ComType.
cmd_com
):
475
def close(self, key=ComType.
cmd_com
):
487
key = args.get("key", ComType.
cmd_com
)
/test/testfwk/xdevice/plugins/ohos/src/ohos/
H
A
D
constants.py
36
cmd_com
= "cmd"
variable in ComType
Completed in 4 milliseconds