/test/xts/dcts/distributedhardware/distributedinputtest/ |
H A D | distributed_input_test.cpp | 21 using namespace testing::ext; 161 HWTEST_F(DistributedInputTest, SUB_DH_DInput_Dcts_0100, testing::ext::TestSize.Level0) in HWTEST_F() 169 HWTEST_F(DistributedInputTest, SUB_DH_DInput_Dcts_0200, testing::ext::TestSize.Level0) in HWTEST_F() 177 HWTEST_F(DistributedInputTest, SUB_DH_DInput_Dcts_0300, testing::ext::TestSize.Level0) in HWTEST_F() 186 HWTEST_F(DistributedInputTest, SUB_DH_DInput_Dcts_0400, testing::ext::TestSize.Level0) in HWTEST_F() 195 HWTEST_F(DistributedInputTest, SUB_DH_DInput_Dcts_0500, testing::ext::TestSize.Level0) in HWTEST_F() 203 HWTEST_F(DistributedInputTest, SUB_DH_DInput_Dcts_0600, testing::ext::TestSize.Level0) in HWTEST_F() 211 HWTEST_F(DistributedInputTest, SUB_DH_DInput_Dcts_0700, testing::ext::TestSize.Level0) in HWTEST_F() 220 HWTEST_F(DistributedInputTest, SUB_DH_DInput_Dcts_0800, testing::ext::TestSize.Level0) in HWTEST_F() 229 HWTEST_F(DistributedInputTest, SUB_DH_DInput_Dcts_0900, testing::ext [all...] |
/test/testfwk/xdevice/plugins/devicetest/controllers/tools/ |
H A D | screen_agent.py | 74 ext=".png", exe_type="takeImage"): 83 if picture_name.endswith(ext): 84 picture_name = picture_name.strip(ext) 89 DeccVariable.cur_case().image_num, ext) 93 DeccVariable.cur_case().video_num, ext) 96 _device.device_sn.replace("?", "sn").replace(":", "_"), picture_name, ext) 100 DeccVariable.cur_case().dump_xml_num, ext) 118 def _do_capture(cls, _device, link, path, title, ext=".png"): 126 link, path = _device.capture(link, path, ext) 139 def __screen_and_save_picture(cls, _device, name, ext [all...] |
/test/testfwk/xdevice/src/xdevice/_core/executor/ |
H A D | source.py | 347 filename, ext = test_source.split()[0], "str" 349 filename, ext = get_filename_extension(test_source) 357 os.path.join(os.path.dirname(test_source), filename), ext, config) 358 test_type = _get_test_type(config_file, test_driver, ext) 367 ext, test_type) 434 def _get_config_file(filename, ext=None, config=None): 439 if ext and os.path.exists("%s%s%s" % (filename, ext, 441 config_file = "%s%s%s" % (filename, ext, MODULE_CONFIG_SUFFIX) 476 def _get_test_type(config_file, test_driver, ext) [all...] |
/test/xts/dcts/communication/softbus_standard/socket_trans/server/ |
H A D | SocketTestServer.cpp | 23 using namespace testing::ext;
124 static void OnStream(int32_t socket, const StreamData *data, const StreamData *ext, const StreamFrameInfo *param)
in OnStream() argument 134 if (ext == nullptr) {
in OnStream() 135 LOG("[cb][data]OnStream socket id[%d], ext is nullptr", socket);
in OnStream() 146 LOG("[cb][data]OnStream Success buf:%s,", (ext->buf != NULL ? ext->buf : "null"));
in OnStream()
|
/test/xts/acts/communication_lite/dsoftbus_hal/src/ |
H A D | session_test.c | 256 const StreamData ext = {0}; variable 259 ret = SendStream(-1, &streamData, &ext, ¶m); 262 ret = SendStream(sessionId, NULL, &ext, ¶m); 268 ret = SendStream(sessionId, &streamData, &ext, NULL);
|
/test/xts/hats/hdf/hdf_lite/display/ |
H A D | loadbmp_test.c | 302 char *ext = strrchr((const char *)fileName, '.'); in LoadImageEx() local 304 if (ext == NULL) { in LoadImageEx() 309 ext = ext + 1; in LoadImageEx() 310 if (strcmp(ext, "bmp") == 0) { in LoadImageEx()
|
/test/xts/dcts/communication/softbus_standard/common/ |
H A D | socket_common.c | 272 static void OnStreamData(int32_t socket, const StreamData *data, const StreamData *ext, const StreamFrameInfo *param)
in OnStreamData() argument 282 if (ext == NULL) {
in OnStreamData() 283 LOG("[cb][data]OnStream socket id[%d], ext is NULL", socket);
in OnStreamData() 293 LOG("[cb][data]OnStream Success buf:%s,", (ext->buf != NULL ? ext->buf : "null"));
in OnStreamData()
|
/test/testfwk/xdevice/src/xdevice/_core/config/ |
H A D | resource_manager.py | 96 filename, ext = os.path.splitext(fullname) 97 return filename, ext
|
/test/testfwk/developer_test/src/core/ |
H A D | utils.py | 29 filename, ext = os.path.splitext(fullname)
30 return filename, ext
|
/test/xts/acts/developtools/hiplugintest/ |
H A D | hipluginmoduleapitest.cpp | 17 #include <hwext/gtest-ext.h> 34 using namespace testing::ext;
|
/test/testfwk/developer_test/examples/calculator/test/unittest/common/ |
H A D | calculator_add_test.cpp | 19 using namespace testing::ext;
|
/test/xts/acts/graphic/vkgl/src/deqpgles3/ |
H A D | ActsDeqpgles30031TestSuite.cpp | 24 using namespace testing::ext;
|
H A D | ActsDeqpgles30032TestSuite.cpp | 24 using namespace testing::ext;
|
H A D | ActsDeqpgles30033TestSuite.cpp | 24 using namespace testing::ext;
|
H A D | ActsDeqpgles30034TestSuite.cpp | 24 using namespace testing::ext;
|
H A D | ActsDeqpgles30001TestSuite.cpp | 24 using namespace testing::ext;
|
H A D | ActsDeqpgles30002TestSuite.cpp | 24 using namespace testing::ext;
|
H A D | ActsDeqpgles30003TestSuite.cpp | 24 using namespace testing::ext;
|
H A D | ActsDeqpgles30004TestSuite.cpp | 24 using namespace testing::ext;
|
H A D | ActsDeqpgles30005TestSuite.cpp | 24 using namespace testing::ext;
|
H A D | ActsDeqpgles30006TestSuite.cpp | 24 using namespace testing::ext;
|
H A D | ActsDeqpgles30007TestSuite.cpp | 24 using namespace testing::ext;
|
H A D | ActsDeqpgles30026TestSuite.cpp | 24 using namespace testing::ext;
|
H A D | ActsDeqpgles30027TestSuite.cpp | 24 using namespace testing::ext;
|
H A D | ActsDeqpgles30028TestSuite.cpp | 24 using namespace testing::ext;
|