Home
last modified time | relevance | path

Searched refs:g_count (Results 1 – 8 of 8) sorted by relevance

/test/xts/hats/hdf/light/liteos/
Dhdf_light_test.cpp31 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/
Dthreadsndk.cpp41 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 …]
Dfnmatch1ndk.cpp134 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()
Dtimendk.cpp55 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()
Dsignalndk.cpp481 static int g_count = PARAM_0; variable
482 static void signalHandler(int signo) { g_count++; } in signalHandler()
/test/xts/hats/hdf/sensor/common/
Dhdf_sensor_test.cpp76 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/
Dcodec_hdi_adapter_test.cpp42 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/
Dhdf_sensor_hdiService_test.cpp42 int32_t g_count = 0; variable
60 int32_t ret = g_sensorDev->GetAllSensors(&g_sensorInfo, &g_count); in SetUpTestCase()