Home
last modified time | relevance | path

Searched refs:testNameOne (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/drivers/hdf_core/framework/test/unittest/platform/common/
H A Dgpio_test.c96 …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 Dgpio_test.h36 char testNameOne[NAME_SIZE_MAX]; member
H A Dgpio_driver_test.c53 if (strcpy_s(config->testNameOne, NAME_SIZE_MAX, tempName) != EOK) { in GpioReadNameTestInfos()