Searched refs:ConnectDaemonByUart (Results 1 - 4 of 4) sorted by relevance
/developtools/hdc/test/unittest/common/ |
H A D | host_uart_test.cpp | 202 * @tc.name: ConnectDaemonByUart
203 * @tc.desc: Check the behavior of the ConnectDaemonByUart function
206 HWTEST_F(HdcHostUARTTest, ConnectDaemonByUart, TestSize.Level1)
in HWTEST_F() 221 EXPECT_EQ(mockHostUART.ConnectDaemonByUart(&mySession), &mySession);
in HWTEST_F() 240 EXPECT_EQ(mockHostUART.ConnectDaemonByUart(&mySession), &mySession);
in HWTEST_F() 245 * @tc.name: ConnectDaemonByUart
246 * @tc.desc: Check the behavior of the ConnectDaemonByUart function
252 EXPECT_EQ(mockHostUART.ConnectDaemonByUart(&mySession), nullptr);
in HWTEST_F() 258 EXPECT_EQ(mockHostUART.ConnectDaemonByUart(&mySession), nullptr);
in HWTEST_F()
|
/developtools/hdc/src/host/ |
H A D | host_uart.h | 39 HSession ConnectDaemonByUart(const HSession hSession,
|
H A D | host_uart.cpp | 483 HSession HdcHostUART::ConnectDaemonByUart(const HSession hSession, const HDaemonInfo)
in EnumSerialPort() function in Hdc::HdcHostUART
|
H A D | server.cpp | 795 hdcHostUART->ConnectDaemonByUart(hSession, pDi); in UartPreConnect() 796 WRITE_LOG(LOG_DEBUG, "%s ConnectDaemonByUart done", __FUNCTION__); in UartPreConnect()
|
Completed in 5 milliseconds