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:ohos
(Results
1 - 25
of
42
) sorted by relevance
1
2
/test/testfwk/developer_test/src/main/
H
A
D
_init_global_config.py
46
# 变量注释 sys.xdevice_extension_dir = OpenHarmony/xdevice/plugins/
ohos
/src
52
"
ohos
",
110
import
ohos
.environment
namespace
111
_iter_module_plugins([
ohos
.environment])
112
import
ohos
.testkit
namespace
113
_iter_module_plugins([
ohos
.testkit])
114
import
ohos
.managers
namespace
115
_iter_module_plugins([
ohos
.managers])
116
import
ohos
.parser
namespace
117
_iter_module_plugins([
ohos
118
import
ohos
.drivers
global()
namespace
[all...]
/test/testfwk/xdevice/plugins/ohos/src/ohos/drivers/
H
A
D
c_driver_lite.py
25
from
ohos
.drivers import *
26
from
ohos
.constants import ComType
27
from
ohos
.constants import ParserType
28
from
ohos
.constants import CKit
29
from
ohos
.drivers.constants import JavaThread
30
from
ohos
.error import ErrorMessage
31
from
ohos
.exception import LiteDeviceExecuteCommandError
32
from
ohos
.testkit.kit_lite import DeployKit
33
from
ohos
.testkit.kit_lite import DeployToolKit
H
A
D
cpp_driver_lite.py
28
from
ohos
.drivers import *
29
from
ohos
.constants import ParserType
30
from
ohos
.constants import DeviceLiteKernel
31
from
ohos
.drivers.constants import get_nfs_server
32
from
ohos
.drivers.constants import init_remote_server
33
from
ohos
.error import ErrorMessage
34
from
ohos
.exception import LiteDeviceError
35
from
ohos
.executor.listener import CollectingLiteGTestListener
H
A
D
jsunit_driver.py
26
from
ohos
.drivers import *
27
from
ohos
.drivers.constants import get_xml_output
28
from
ohos
.drivers.constants import ResultManager
29
from
ohos
.environment.dmlib import process_command_ret
30
from
ohos
.error import ErrorMessage
31
from
ohos
.parser.jsunit_parser import _ACE_LOG_MARKER
291
runner = "
ohos
.testkit.runner.Runner"
293
default_ability = "
ohos
.testkit.runner.EntryAbility"
H
A
D
ltp_posix_driver.py
22
from
ohos
.drivers import *
23
from
ohos
.environment.dmlib import process_command_ret
24
from
ohos
.error import ErrorMessage
H
A
D
oh_kernel_driver.py
19
from
ohos
.drivers import *
20
from
ohos
.drivers.constants import TIME_OUT
H
A
D
constants.py
30
from
ohos
.config.config_manager import OHOSUserConfigManager
31
from
ohos
.error import ErrorMessage
H
A
D
oh_yara_driver.py
27
from
ohos
.drivers import *
28
from
ohos
.environment.dmlib import process_command_ret
29
from
ohos
.error import ErrorMessage
171
"param get const.
ohos
.version.security_patch").strip()
173
"param get const.
ohos
.fullname").strip()
/test/testfwk/xdevice/plugins/ohos/src/ohos/parser/
H
A
D
constants.py
20
from
ohos
.constants import Constant
21
from
ohos
.utils import parse_line_key_value
H
A
D
opensource_parser_lite.py
18
from
ohos
.parser import *
19
from
ohos
.constants import ParserType
H
A
D
build_only_parser_lite.py
18
from
ohos
.parser import *
19
from
ohos
.constants import ParserType
H
A
D
c_parser_lite.py
18
from
ohos
.parser import *
19
from
ohos
.constants import ParserType
20
from
ohos
.parser.constants import parse_product_info
H
A
D
junit_parser.py
19
from
ohos
.parser import *
20
from
ohos
.parser.constants import StatusCodes
H
A
D
jsunit_parser_lite.py
18
from
ohos
.parser import *
19
from
ohos
.constants import ParserType
/test/testfwk/xdevice/plugins/ohos/src/ohos/testkit/
H
A
D
kit_lite.py
42
from
ohos
.config.config_manager import OHOSUserConfigManager
43
from
ohos
.constants import ComType
44
from
ohos
.constants import CKit
45
from
ohos
.constants import DeviceLiteKernel
46
from
ohos
.error import ErrorMessage
47
from
ohos
.exception import LiteDeviceConnectError
48
from
ohos
.exception import LiteDeviceError
49
from
ohos
.exception import LiteDeviceMountError
50
from
ohos
.utils import parse_strings_key_value
/test/testfwk/xdevice/plugins/ohos/src/ohos/environment/
H
A
D
device_lite.py
41
from
ohos
.constants import ComType
42
from
ohos
.environment.dmlib_lite import LiteHelper
43
from
ohos
.error import ErrorMessage
44
from
ohos
.exception import LiteDeviceConnectError
45
from
ohos
.exception import LiteDeviceTimeout
46
from
ohos
.exception import LiteParamError
134
self.test_platform = Platform.
ohos
H
A
D
dmlib_lite.py
29
from
ohos
.error import ErrorMessage
30
from
ohos
.exception import LiteDeviceTimeout
31
from
ohos
.exception import LiteDeviceConnectError
32
from
ohos
.exception import LiteDeviceExecuteCommandError
H
A
D
device.py
61
from
ohos
.environment.dmlib import HdcHelper
62
from
ohos
.environment.dmlib import CollectingOutputReceiver
63
from
ohos
.utils import parse_strings_key_value
64
from
ohos
.error import ErrorMessage
65
from
ohos
.exception import OHOSRpcNotRunningError
66
from
ohos
.exception import OHOSDeveloperModeNotTrueError
67
from
ohos
.exception import OHOSRpcProcessNotFindError
68
from
ohos
.exception import OHOSRpcPortNotFindError
69
from
ohos
.exception import OHOSRpcStartFailedError
70
from
ohos
[all...]
/test/testfwk/developer_test/src/core/testkit/
H
A
D
kit_lite.py
34
from
ohos
.constants import ComType
35
from
ohos
.constants import CKit
36
from
ohos
.exception import LiteDeviceConnectError
/test/testfwk/xdevice/plugins/ohos/src/ohos/managers/
H
A
D
manager_device.py
42
from
ohos
.environment.dmlib import DeviceConnector
43
from
ohos
.environment.dmlib import HDC_NAME
44
from
ohos
.environment.dmlib import HDC_STD_NAME
45
from
ohos
.config.config_manager import OHOSUserConfigManager
H
A
D
manager_lite.py
36
from
ohos
.exception import LiteDeviceError
37
from
ohos
.config.config_manager import OHOSUserConfigManager
/test/testfwk/developer_test/src/core/driver/
H
A
D
lite_driver.py
39
from
ohos
.constants import ParserType
40
from
ohos
.constants import ComType
41
from
ohos
.constants import CKit
42
from
ohos
.exception import LiteDeviceExecuteCommandError
/test/testfwk/xdevice/plugins/ohos/src/ohos/
H
A
D
utils.py
19
from
ohos
.constants import Constant
/test/xts/acts/pcs/pcs_py/
H
A
D
testPermissionName.py
22
# @tc.desc: 【STD-SECURITY-0104】新增自定义权限名不得以
ohos
开头。
34
permissionBundleInfo = self.device1.execute_shell_command("bm dump -n
ohos
.global.systemres")
39
if permission.startswith('
ohos
') and permission not in permissionUtils.systemPermissionList and permission not in permissionUtils.userPermissionList:
42
self.log.info('These permissions can not start with \'
ohos
\'. errorList: [' + ', '.join(errorList) + ']')
/test/testfwk/xdevice/
H
A
D
run.sh
44
$PYTHON -m pip uninstall -y xdevice-
ohos
Completed in 16 milliseconds
1
2