Home
last modified time | relevance | path

Searched refs:SAMGR_API_CALL_NUM (Results 1 - 4 of 4) sorted by relevance

/test/xts/acts/startup_lite/bootstrap_hal/src/
H A Dsamgr_api_test.h20 const int SAMGR_API_CALL_NUM = 0; variable
21 #define GET_INIT_INDEX(G, pri) (((G)*(SAMGR_API_CALL_NUM))+((G)*(pri)))
H A Dsamgr_api_test.c345 TEST_ASSERT_EQUAL_INT(g_initIndex, SAMGR_API_GROUP_NUM*SAMGR_API_CALL_NUM);
/test/xts/acts/startup_lite/bootstrap_posix/src/
H A DSamgrApiTest.h20 constexpr int SAMGR_API_CALL_NUM = 6; variable
21 #define GET_INIT_INDEX(G, pri) ((G)*(SAMGR_API_CALL_NUM)+(pri))
H A DSamgrApiTest.cpp337 EXPECT_EQ(g_initIndex, SAMGR_API_GROUP_NUM*SAMGR_API_CALL_NUM); in HWTEST_F()

Completed in 3 milliseconds