Searched defs:session (Results 1 – 8 of 8) sorted by relevance
/test/xts/device_attest_lite/test/tdd/gtest/ |
D | attest_tdd_mock_net.c | 64 int32_t TLSConnect(TLSSession* session) in TLSConnect() 73 int32_t TLSWrite(const TLSSession* session, const uint8_t* buf, size_t len) in TLSWrite() 81 int32_t TLSRead(const TLSSession* session, uint8_t* buf, size_t len) in TLSRead() 97 int32_t TLSClose(TLSSession* session) in TLSClose()
|
/test/xts/device_attest_lite/services/core/network/ |
D | attest_channel.c | 159 static int32_t TLSSetupConfig(TLSSession* session) in TLSSetupConfig() 201 int32_t TLSConnect(TLSSession* session) in TLSConnect() 253 int32_t TLSWrite(const TLSSession* session, const uint8_t* buf, size_t len) in TLSWrite() 274 int32_t TLSRead(const TLSSession* session, uint8_t* buf, size_t len) in TLSRead() 294 int32_t TLSClose(TLSSession* session) in TLSClose()
|
D | attest_network.c | 171 TLSSession* session = (TLSSession*)ATTEST_MEM_MALLOC(sizeof(TLSSession)); in CustomConfig() local 190 static int32_t CloseNetwork(TLSSession* session) in CloseNetwork() 203 static int32_t ConnectNetWork(TLSSession **session, void* reserved) in ConnectNetWork() 728 static int32_t TransOptions(const TLSSession* session, const DevicePacket *devPacket, ATTEST_ACTION… in TransOptions() 763 static int32_t SendTLSMsg(const TLSSession* session, char *coapMessage, size_t coapMessageLen) in SendTLSMsg() 784 static int32_t SendCoapMsg(const TLSSession* session, const DevicePacket* devPacket, in SendCoapMsg() 844 static int32_t DecodeExtendedLength(const TLSSession* session, size_t messageLen, size_t extendedLe… in DecodeExtendedLength() 876 static int32_t DecodeLenTkl(const TLSSession* session, CoapPacket* coapPkt) in DecodeLenTkl() 904 static int32_t RecvCoapMsg(const TLSSession* session, char **respData, size_t *respDataLen) in RecvCoapMsg()
|
/test/testfwk/xdevice/src/xdevice/_core/command/ |
D | console.py | 665 def _find_history_path(cls, session): argument
|
/test/testfwk/developer_test/src/core/command/ |
D | console.py | 500 session = "session" variable in ConfigConst
|
/test/xts/acts/multimedia/camera/camera_ndk_test/src/main/cpp/ |
D | camera_manager.cpp | 1274 void CaptureSessionOnFocusStateChange(Camera_CaptureSession* session, Camera_FocusState focusState) in CaptureSessionOnFocusStateChange() 1280 void CaptureSessionOnError(Camera_CaptureSession* session, Camera_ErrorCode errorCode) in CaptureSessionOnError()
|
/test/testfwk/xdevice/src/xdevice/_core/ |
D | constants.py | 262 session = "session" variable in ConfigConst
|
/test/xts/acts/multimedia/drm/drm_ndk_test/src/main/cpp/ |
D | hello.cpp | 1430 MediaKeySession *session = nullptr; in Test_MediaKeySession_ClearMediaKeys() local 1675 MediaKeySession *session = nullptr; in Test_MediaKeySession_GetContentProtectionLevel() local 1731 MediaKeySession *session = nullptr; in Test_MediaKeySession_RequireSecureDecoderModule() local
|