Searched refs:initLowLevelFunctions (Results 1 – 3 of 3) sorted by relevance
62 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()
58 RetCode (*initLowLevelFunctions)(LowLevelFunctions *out); member
306 .initLowLevelFunctions = InitLowLevelFunctions, in ExecuteExtension()