Home
last modified time | relevance | path

Searched refs:initLowLevelFunctions (Results 1 – 3 of 3) sorted by relevance

/test/testfwk/arkxtest/uitest/test/
Dextension_test.cpp62 portCapture.initLowLevelFunctions = nullptr; in SetUp()
178 ASSERT_NE(nullptr, portCapture.initLowLevelFunctions); in TEST_F()
181 ASSERT_EQ(RETCODE_FAIL, portCapture.initLowLevelFunctions(nullptr)); in TEST_F()
183 ASSERT_EQ(RETCODE_SUCCESS, portCapture.initLowLevelFunctions(&llfs)); in TEST_F()
312 ASSERT_EQ(RETCODE_SUCCESS, portCapture.initLowLevelFunctions(&llfs)); in TEST_F()
339 ASSERT_EQ(RETCODE_SUCCESS, portCapture.initLowLevelFunctions(&llfs)); in TEST_F()
351 ASSERT_EQ(RETCODE_SUCCESS, portCapture.initLowLevelFunctions(&llfs)); in TEST_F()
/test/testfwk/arkxtest/uitest/addon/
Dextension_c_api.h58 RetCode (*initLowLevelFunctions)(LowLevelFunctions *out); member
Dextension_executor.cpp306 .initLowLevelFunctions = InitLowLevelFunctions, in ExecuteExtension()