Searched refs:HandleOutputPkg (Results 1 – 2 of 2) sorted by relevance
| /developtools/hdc/src/common/ |
| D | uart.h | 276 struct HandleOutputPkg { struct 286 HandleOutputPkg(std::string keyIn, uint32_t sessionIdIn, uint8_t *data, size_t length, argument 353 vector<HandleOutputPkg> outPkgs; // Pkg label, HOutPkg 358 bool operator()(const HandleOutputPkg &other) in operator()
|
| /developtools/hdc/test/unittest/common/ |
| D | uart_test.cpp | 690 HWTEST_F(HdcUARTBaseTest, HandleOutputPkg, TestSize.Level1) 693 HdcUARTBase::HandleOutputPkg testPackage("key", sessionId, nullptr, 0); 773 vector<HdcUARTBase::HandleOutputPkg> outPkgs; // Pkg label, HOutPkg
|