Searched refs:testNameOne (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/drivers/hdf_core/framework/test/unittest/platform/common/ |
H A D | gpio_test.c | 96 …g.gpio, tester.cfg.gpioIrq, tester.cfg.testUserApi, tester.cfg.gpioTestTwo, tester.cfg.testNameOne, in GpioTesterGet() 389 ret = GpioGetByName(tester->cfg.testNameOne); in GpioTestGetNumByName() 392 tester->cfg.testNameOne, ret); in GpioTestGetNumByName() 399 tester->cfg.testNameOne, (uint16_t)ret, tester->cfg.gpio); in GpioTestGetNumByName()
|
H A D | gpio_test.h | 36 char testNameOne[NAME_SIZE_MAX]; member
|
H A D | gpio_driver_test.c | 53 if (strcpy_s(config->testNameOne, NAME_SIZE_MAX, tempName) != EOK) { in GpioReadNameTestInfos()
|