Searched refs:API_PRI0 (Results 1 – 4 of 4) sorted by relevance
| /test/xts/acts/startup_lite/bootstrap_hal/src/ |
| D | samgr_api_test.c | 77 g_coreInit[API_PRI0] = g_initIndex; in CoreInit0() 102 g_sysRun[API_PRI0] = g_initIndex; in SysRun0() 127 g_sysServiceInit[API_PRI0] = g_initIndex; in SysServiceInit0() 152 g_sysFeatureInit[API_PRI0] = g_initIndex; in SysFeatureInit0() 177 g_sysExServiceInit[API_PRI0] = g_initIndex; in SysExSerInit0() 202 g_sysExFeatureInit[API_PRI0] = g_initIndex; in SysExFeaInit0() 227 g_appServiceInit[API_PRI0] = g_initIndex; in AppServiceInit0() 252 g_appFeatureInit[API_PRI0] = g_initIndex; in AppFeatureInit0() 357 TEST_ASSERT_EQUAL_INT(g_coreInit[API_PRI0], GET_INIT_INDEX(CORE_INIT_E, API_PRI0)); 369 TEST_ASSERT_EQUAL_INT(g_sysServiceInit[API_PRI0], GET_INIT_INDEX(SYS_SERVICE_INIT_E, API_PRI0)); [all …]
|
| D | samgr_api_test.h | 35 API_PRI0 = 0, enumerator
|
| /test/xts/acts/startup_lite/bootstrap_posix/src/ |
| D | SamgrApiTest.cpp | 61 g_coreInit[API_PRI0] = g_initIndex++; in CoreInit0() 86 g_sysRun[API_PRI0] = g_initIndex++; in SysRun0() 111 g_sysServiceInit[API_PRI0] = g_initIndex++; in SysServiceInit0() 136 g_sysFeatureInit[API_PRI0] = g_initIndex++; in SysFeatureInit0() 161 g_sysExServiceInit[API_PRI0] = g_initIndex++; in SysExSerInit0() 186 g_sysExFeatureInit[API_PRI0] = g_initIndex++; in SysExFeaInit0() 211 g_appServiceInit[API_PRI0] = g_initIndex++; in AppServiceInit0() 236 g_appFeatureInit[API_PRI0] = g_initIndex++; in AppFeatureInit0() 349 EXPECT_EQ(g_coreInit[API_PRI0], GET_INIT_INDEX(CORE_INIT_E, API_PRI0)); 366 EXPECT_EQ(g_sysServiceInit[API_PRI0], GET_INIT_INDEX(SYS_SERVICE_INIT_E, API_PRI0)); [all …]
|
| D | SamgrApiTest.h | 35 API_PRI0 = 0, enumerator
|