Searched refs:g_count (Results 1 – 8 of 8) sorted by relevance
/test/xts/hats/hdf/light/liteos/ |
D | hdf_light_test.cpp | 31 static uint32_t g_count = 0; variable 53 int32_t ret = g_lightDev->GetLightInfo(&g_lightInfo, &g_count); in SetUpTestCase() 99 printf("get light list num[%d]\n\r", g_count); 102 for (int i = 0; i < g_count; ++i) { 117 int32_t ret = g_lightDev->GetLightInfo(nullptr, &g_count); 142 for (i = 0; i < g_count; ++i) { 170 for (i = 0; i < g_count; ++i) { 196 for (i = 0; i < g_count; ++i) {
|
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/ |
D | threadsndk.cpp | 41 static int g_count = PARAM_0; variable 50 g_count++; in threadfun_create() 60 g_count = PARAM_0; in Thrd_create() 67 g_count++; in threadfunc_current() 77 g_count = PARAM_0; in Thrd_current() 85 g_count++; in threadfunc_detach() 91 g_count = PARAM_0; in Thrd_detach() 102 g_count++; in threadfunc_equal() 111 g_count = PARAM_0; in Thrd_equal() 115 g_count = PARAM_0; in Thrd_equal() [all …]
|
D | fnmatch1ndk.cpp | 134 static int g_count = PARAM_0; variable 140 g_count++; in SignalHandler() 141 if (g_count > PARAM_1) { in SignalHandler() 146 g_count = PARAM_0; in SignalHandler()
|
D | timendk.cpp | 55 static int g_count = 0; variable 221 if (g_count < MAX_UTIME) { in TimerHandler() 222 g_count++; in TimerHandler() 251 while (g_count != MAX_UTIME) { in Timer_delete() 277 g_count++; in handler() 305 while (g_count <= PARAM_0) { in Timer_settime()
|
D | signalndk.cpp | 481 static int g_count = PARAM_0; variable 482 static void signalHandler(int signo) { g_count++; } in signalHandler()
|
/test/xts/hats/hdf/sensor/common/ |
D | hdf_sensor_test.cpp | 76 int32_t g_count = 0; variable 141 int32_t ret = g_sensorDev->GetAllSensors(&g_sensorInfo, &g_count); in SetUpTestCase() 195 ret = g_sensorDev->GetAllSensors(&g_sensorInfo, &g_count); 297 EXPECT_GT(g_count, 0); 314 EXPECT_GT(g_count, 0); 316 printf("get sensor list num[%d]\n\r", g_count); 319 for (int32_t i = 0; i < g_count; ++i) { 345 int32_t ret = g_sensorDev->GetAllSensors(nullptr, &g_count); 375 for (int32_t i = 0; i < g_count; i++) { 439 for (int32_t i = 0; i < g_count; i++) { [all …]
|
/test/xts/hats/hdf/codec/hdi_adapter/ |
D | codec_hdi_adapter_test.cpp | 42 int32_t g_count = 0; variable 259 g_count = g_manager->GetComponentNum(); 260 ASSERT_GT(g_count, 0); 269 ASSERT_GT(g_count, 0); 271 …mpCapability *capList = (CodecCompCapability *)OsalMemAlloc(sizeof(CodecCompCapability) * g_count); 273 g_manager->GetComponentCapabilityList(capList, g_count); 274 for (int32_t i = 0; i < g_count; i++) {
|
/test/xts/hats/hdf/sensor/hdiService_additional/ |
D | hdf_sensor_hdiService_test.cpp | 42 int32_t g_count = 0; variable 60 int32_t ret = g_sensorDev->GetAllSensors(&g_sensorInfo, &g_count); in SetUpTestCase()
|