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:get_shell_result
(Results
1 - 2
of
2
) sorted by relevance
/developtools/hdc/scripts/
H
A
D
hdc_normal_test.py
30
from dev_hdc_test import check_app_install, check_app_uninstall, prepare_source, pytest_run, update_source, check_rate,
get_shell_result
namespace
256
remount_vendor =
get_shell_result
(f'shell "mount |grep /vendor |head -1"')
259
remount_system =
get_shell_result
(f'shell "cat /proc/mounts | grep /system |head -1"')
269
netstat_port =
get_shell_result
(f'shell "netstat -anp | grep 12345"')
276
device_key =
get_shell_result
(f"list targets").split("\r\n")[0]
277
hdcd_pid =
get_shell_result
(f"-t {device_key} shell pgrep -x hdcd").split("\r\n")[0]
H
A
D
dev_hdc_test.py
325
def
get_shell_result
(cmd, pattern=None, fetch=False):
function
332
send_result =
get_shell_result
(cmd)
Completed in 2 milliseconds