Searched refs:ParserType (Results 1 – 4 of 4) sorted by relevance
/test/testfwk/xdevice/plugins/ohos/src/ohos/ |
D | constants.py | 50 class ParserType: class
|
/test/testfwk/xdevice/plugins/ohos/src/ohos/drivers/ |
D | drivers_lite.py | 51 from ohos.constants import ParserType 284 parsers = get_plugin(Plugin.PARSER, ParserType.cpp_test_list_lite) 362 parsers = get_plugin(Plugin.PARSER, ParserType.cpp_test_lite) 692 parsers = get_plugin(Plugin.PARSER, ParserType.ctest_lite) 738 parsers = get_plugin(Plugin.PARSER, ParserType.ctest_lite) 798 parsers = get_plugin(Plugin.PARSER, ParserType.ctest_lite) 987 ParserType.open_source_test) 1057 parsers = get_plugin(Plugin.PARSER, ParserType.build_only_test) 1188 parsers = get_plugin(Plugin.PARSER, ParserType.jsuit_test_lite)
|
/test/testfwk/xdevice/plugins/ohos/src/ohos/parser/ |
D | parser_lite.py | 34 from ohos.constants import ParserType 74 @Plugin(type=Plugin.PARSER, id=ParserType.cpp_test_lite) 363 @Plugin(type=Plugin.PARSER, id=ParserType.cpp_test_list_lite) 523 @Plugin(type=Plugin.PARSER, id=ParserType.ctest_lite) 787 @Plugin(type=Plugin.PARSER, id=ParserType.open_source_test) 868 @Plugin(type=Plugin.PARSER, id=ParserType.build_only_test) 934 @Plugin(type=Plugin.PARSER, id=ParserType.jsuit_test_lite)
|
/test/testfwk/developer_test/src/core/driver/ |
D | lite_driver.py | 39 from ohos.constants import ParserType 374 parsers = get_plugin(Plugin.PARSER, ParserType.ctest_lite) 541 parsers = get_plugin(Plugin.PARSER, ParserType.jsuit_test_lite)
|