Home
last modified time | relevance | path

Searched refs:devType (Results 1 – 16 of 16) sorted by relevance

/test/xts/acts/global/i18n_standard/intljs/src/main/js/test/
DUtilInI18n.test.js91 let devType = deviceInfo.devicType;
92 if (devType == '2in1'){
94 }else if (devType == 'phone'){
113 let devType = deviceInfo.devicType;
114 if (devType == '2in1'){
116 }else if (devType == 'phone'){
135 let devType = deviceInfo.devicType;
136 if (devType == '2in1'){
138 }else if (devType == 'phone'){
208 let devType = deviceInfo.devicType;
[all …]
DI18nUtilInI18n.test.js89 let devType = deviceInfo.devicType;
90 if (devType == '2in1'){
92 }else if (devType == 'phone'){
110 let devType = deviceInfo.devicType;
111 if (devType == '2in1'){
113 }else if (devType == 'phone'){
131 let devType = deviceInfo.devicType;
132 if (devType == '2in1'){
134 }else if (devType == 'phone'){
200 let devType = deviceInfo.devicType;
[all …]
DDateTimeFormatInIntl.test.js283 let devType = deviceInfo.devicType;
284 if (devType == '2in1'){
286 }else if (devType == 'phone'){
301 let devType = deviceInfo.devicType;
302 if (devType == '2in1'){
304 }else if (devType == 'phone'){
/test/xts/hats/hdf/input/hdi_input/common/
Dhdi_input_test.cpp71 …ntf("%s: scan deviceIndex:%d,devType:%d. \n", __func__, g_allDev[0].devIndex, g_allDev[0].devType); in SetUpTestCase()
77 …ntf("%s: scan deviceIndex:%d,devType:%d. \n", __func__, g_allDev[i].devIndex, g_allDev[i].devType); in SetUpTestCase()
117 …DF_LOGI("%s: status =%d devId=%d type =%d \n", __func__, msg->status, msg->devIndex, msg->devType); in ReportHotPlugEventPkgCallback()
120 EXPECT_GE(msg->devType, 0); in ReportHotPlugEventPkgCallback()
249 if (g_allDev[0].devType == INDEV_TYPE_TOUCH) {
291 if (g_allDev[0].devType == INDEV_TYPE_TOUCH) {
328 if (g_allDev[0].devType == INDEV_TYPE_TOUCH) {
343 HDF_LOGI("devindex = %u, devType = %u\n", dev->devIndex, dev->devType);
392 HDF_LOGI("index = %u, devType = %u\n", dev[i]->devIndex, dev[i]->devType);
395 EXPECT_LE(0, dev[i]->devType);
[all …]
/test/xts/hats/hdf/input/hdi_passthrough/
Dhdf_input_hdi_test.cpp158 …HDF_LOGE("%s: %d, %d, %d, %d", __func__, sta[0].devType, sta[0].devIndex, sta[1].devType, sta[1].d…
282 HDF_LOGI("%s: devindex = %u, devType = %u", __func__, dev.devIndex, dev.devType);
310 HDF_LOGI("%s: devindex = %u, devType = %u", __func__, dev.devIndex, dev.devType);
344 HDF_LOGI("%s: index = %u, devType = %u", __func__, dev[i].devIndex, dev[i].devType);
366 uint32_t devType = INIT_DEFAULT_VALUE; variable
368 ret = g_inputInterfaces->GetDeviceType(TOUCH_INDEX, devType);
374 HDF_LOGI("%s: device's type is %u", __func__, devType);
393 uint32_t devType = INIT_DEFAULT_VALUE; variable
395 ret = g_inputInterfaces->GetDeviceType(INVALID_INDEX, devType);
401 HDF_LOGI("%s: device's type is %u", __func__, devType);
[all …]
Dinput_callback_impl.cpp48 …LOGI("%s: status = %d devId= %d type = %d", __func__, event.status, event.devIndex, event.devType); in HotPlugCallback()
/test/xts/hats/hdf/input/hdi_input/hdi_input/
Dhdi_input_test.cpp93 msg->devIndex, msg->devType, msg->status); in ReportHotPlugEventPkgCallback()
119 __func__, sta[0].devType, sta[0].devIndex, sta[1].devType, sta[1].devIndex);
125 if (sta[i].devType == INDEV_TYPE_TOUCH) {
263 …intf("GetInputDevice001 %s: devIndex = %u, devType = %u\n", __func__, dev->devIndex, dev->devType);
331 printf("%s: index = %u, devType = %u\n", __func__, (dev + i)->devIndex, (dev + i)->devType);
/test/xts/hats/hdf/input/PassthroughBenchmarkTest/
Dhdf_input_benchmark_test.cpp88 …HDF_LOGE("%s: %d, %d, %d, %d", __func__, sta[0].devType, sta[0].devIndex, sta[1].devType, sta[1].d… in BENCHMARK_F()
174 HDF_LOGI("%s: index = %u, devType = %u", __func__, dev[i].devIndex, dev[i].devType); in BENCHMARK_F()
198 uint32_t devType = INIT_DEFAULT_VALUE; in BENCHMARK_F() local
201 ret = g_inputInterfaces->GetDeviceType(TOUCH_INDEX, devType); in BENCHMARK_F()
207 HDF_LOGI("%s: device's type is %u", __func__, devType); in BENCHMARK_F()
Dinput_callback_impl.cpp48 …LOGI("%s: status = %d devId= %d type = %d", __func__, event.status, event.devIndex, event.devType); in HotPlugCallback()
/test/xts/hats/hdf/input/inputBenchmarkTest/
Dhdf_input_benchmark_test.cpp104 …DF_LOGI("%s: status =%d devId=%d type =%d \n", __func__, msg->status, msg->devIndex, msg->devType); in ReportHotPlugEventPkgCallback()
107 EXPECT_GE(msg->devType, 0); in ReportHotPlugEventPkgCallback()
376 HDF_LOGI("devindex = %u, devType = %u\n", dev->devIndex, dev->devType); in BENCHMARK_F()
404 HDF_LOGI("index = %u, devType = %u\n", dev[i]->devIndex, dev[i]->devType); in BENCHMARK_F()
407 EXPECT_LE(0, dev[i]->devType); in BENCHMARK_F()
424 uint32_t devType = INIT_DEFAULT_VALUE; in BENCHMARK_F() local
427 ret = g_inputInterface->iInputController->GetDeviceType(TOUCH_INDEX, &devType); in BENCHMARK_F()
/test/xts/device_attest_lite/services/core/attest/
Dattest_service_device.c187 char* StrdupDevInfo(SYS_DEV_TYPE_E devType) in StrdupDevInfo() argument
189 if (devType >= SYS_DEV_MAX) { in StrdupDevInfo()
193 return AttestStrdup(g_devSysInfos[devType]); in StrdupDevInfo()
/test/xts/device_attest/services/core/attest/
Dattest_service_device.c191 char* StrdupDevInfo(SYS_DEV_TYPE_E devType) in StrdupDevInfo() argument
193 if (devType >= SYS_DEV_MAX) { in StrdupDevInfo()
197 return AttestStrdup(g_devSysInfos[devType]); in StrdupDevInfo()
/test/xts/device_attest/services/core/include/attest/
Dattest_service_device.h65 char* StrdupDevInfo(SYS_DEV_TYPE_E devType);
/test/xts/device_attest_lite/services/core/include/attest/
Dattest_service_device.h66 char* StrdupDevInfo(SYS_DEV_TYPE_E devType);
/test/xts/hats/hdf/input/hdi_passthrough_additional/
Dhdf_input_hdi_test.cpp523 uint32_t devType = INIT_DEFAULT_VALUE; variable
527 ret = g_inputInterfaces->GetDeviceType(TOUCH_INDEX, devType);
542 uint32_t devType = INIT_DEFAULT_VALUE; variable
543 ret = g_inputInterfaces->GetDeviceType(devIndex, devType);
556 uint32_t devType = INIT_DEFAULT_VALUE; variable
561 ret = g_inputInterfaces->GetDeviceType(devIndex, devType);
565 ret = g_inputInterfaces->GetDeviceType(devIndex, devType);
579 uint32_t devType = INIT_DEFAULT_VALUE; variable
580 ret = g_inputInterfaces->GetDeviceType(MAX_DEVICES, devType);
Dinput_callback_impl.cpp48 …LOGI("%s: status = %d devId= %d type = %d", __func__, event.status, event.devIndex, event.devType); in HotPlugCallback()