Searched refs:DEFAULT_ROLE_HOST (Results 1 – 5 of 5) sorted by relevance
30 int32_t ret = usbInterface->SetPortRole(DEFAULT_PORT_ID, DEFAULT_ROLE_HOST, DEFAULT_ROLE_HOST); in UsbOpenDeviceFuzzTest()
26 int32_t ret = usbInterface->SetPortRole(DEFAULT_PORT_ID, DEFAULT_ROLE_HOST, DEFAULT_ROLE_HOST); in UsbFuzzTestHostModeInit()
32 const int32_t DEFAULT_ROLE_HOST = 1; variable
37 const int32_t DEFAULT_ROLE_HOST = 1; variable73 int32_t ret = usbInterface->SetPortRole(DEFAULT_PORT_ID, DEFAULT_ROLE_HOST, DEFAULT_ROLE_HOST); in DoSomethingInterestingWithMyAPI()
95 const int32_t DEFAULT_ROLE_HOST = 1; in SetUpTestCase() local96 auto ret = g_usbInterface->SetPortRole(DEFAULT_PORT_ID, DEFAULT_ROLE_HOST, DEFAULT_ROLE_HOST); in SetUpTestCase()