Searched defs:session (Results 1 – 5 of 5) sorted by relevance
| /test/xts/device_attest_lite/services/core/network/ |
| D | attest_channel.c | 65 static int32_t TLSSetupConfig(TLSSession* session) in TLSSetupConfig() 107 int32_t TLSConnect(TLSSession* session) in TLSConnect() 165 int32_t TLSWrite(const TLSSession* session, const uint8_t* buf, size_t len) in TLSWrite() 186 int32_t TLSRead(const TLSSession* session, uint8_t* buf, size_t len) in TLSRead() 206 int32_t TLSClose(TLSSession* session) in TLSClose()
|
| D | attest_network.c | 172 TLSSession* session = (TLSSession*)ATTEST_MEM_MALLOC(sizeof(TLSSession)); in CustomConfig() local 191 static int32_t CloseNetwork(TLSSession* session) in CloseNetwork() 204 static int32_t ConnectNetWork(TLSSession **session, void* reserved) in ConnectNetWork() 678 static int32_t TransOptions(const TLSSession* session, const DevicePacket *devPacket, ATTEST_ACTION… in TransOptions() 713 static int32_t SendTLSMsg(const TLSSession* session, char *coapMessage, size_t coapMessageLen) in SendTLSMsg() 734 static int32_t SendCoapMsg(const TLSSession* session, const DevicePacket* devPacket, in SendCoapMsg() 795 static int32_t DecodeExtendedLength(const TLSSession* session, size_t messageLen, size_t extendedLe… in DecodeExtendedLength() 827 static int32_t DecodeLenTkl(const TLSSession* session, CoapPacket* coapPkt) in DecodeLenTkl() 855 static int32_t RecvCoapMsg(const TLSSession* session, char **respData, size_t *respDataLen) in RecvCoapMsg()
|
| /test/testfwk/xdevice/src/xdevice/_core/command/ |
| D | console.py | 650 def _find_history_path(cls, session): argument
|
| /test/testfwk/developer_test/src/core/command/ |
| D | console.py | 473 session = "session" variable in ConfigConst
|
| /test/testfwk/xdevice/src/xdevice/_core/ |
| D | constants.py | 256 session = "session" variable in ConfigConst
|