Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/commands/modem_simulator/unittest/
Dservice_test.cpp201 bool closeLogicalChannel(int channel) { in closeLogicalChannel() function in ModemServiceTest
333 closeLogicalChannel(firstChannel); in TEST_F()
334 closeLogicalChannel(secondChannel); in TEST_F()
342 ASSERT_FALSE(closeLogicalChannel(channel + 3)); in TEST_F()
343 ASSERT_TRUE(closeLogicalChannel(channel)); in TEST_F()
358 ASSERT_TRUE(closeLogicalChannel(channel)); in TEST_F()