Searched refs:VERSION (Results 1 - 7 of 7) sorted by relevance
/test/testfwk/arkxtest/uitest/test/ |
H A D | extension_test.cpp | 196 static constexpr string_view VERSION = "1.2.3.4"; in TEST_F() local 197 ASSERT_TRUE(ExecuteExtension(VERSION, 0, nullptr)); in TEST_F() 203 ASSERT_EQ(VERSION.length(), outSize); in TEST_F() 204 ASSERT_EQ(0, memcmp(VERSION.data(), buf, VERSION.length())); in TEST_F() 206 auto recvShort = ReceiveBuffer {.data = buf, .capacity = VERSION.length() - 1, .size = &outSize}; in TEST_F()
|
/test/testfwk/xdevice/src/xdevice/ |
H A D | __main__.py | 25 from xdevice import VERSION namespace 77 VERSION)
|
H A D | __init__.py | 165 VERSION = '5.0.6.100' variable 168 "VERSION",
|
/test/testfwk/arkxtest/uitest/server/ |
H A D | server_main.cpp | 76 const std::string VERSION = "5.0.1.2"; member 225 ExecuteExtension(VERSION, argc, argv); in StartDaemon() 325 PrintToConsole(VERSION); in main()
|
/test/testfwk/xdevice/plugins/ohos/src/ohos/ |
H A D | __init__.py | 19 VERSION = '5.0.6.100' variable
|
/test/testfwk/xdevice/plugins/devicetest/ |
H A D | __init__.py | 23 VERSION = '5.0.6.100' variable
|
/test/xts/acts/security/huks/huks_ndk_Test/entry/src/main/cpp/ |
H A D | huksndk.cpp | 34 #define VERSION ""
macro
|
Completed in 5 milliseconds