Home
last modified time | relevance | path

Searched refs:ConnectDaemonByUart (Results 1 - 4 of 4) sorted by relevance

/developtools/hdc/test/unittest/common/
H A Dhost_uart_test.cpp202 * @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 Dhost_uart.h39 HSession ConnectDaemonByUart(const HSession hSession,
H A Dhost_uart.cpp483 HSession HdcHostUART::ConnectDaemonByUart(const HSession hSession, const HDaemonInfo) in EnumSerialPort() function in Hdc::HdcHostUART
H A Dserver.cpp795 hdcHostUART->ConnectDaemonByUart(hSession, pDi); in UartPreConnect()
796 WRITE_LOG(LOG_DEBUG, "%s ConnectDaemonByUart done", __FUNCTION__); in UartPreConnect()

Completed in 5 milliseconds