| /third_party/libcoap/src/ |
| H A D | coap_io_contiki.c | 161 coap_socket_send(coap_socket_t *sock, const coap_session_t *session, const uint8_t *data, in coap_socket_send() argument
|
| H A D | coap_cache.c | 72 coap_cache_derive_key_w_ignore(const coap_session_t *session, in coap_cache_derive_key_w_ignore() argument 138 coap_cache_derive_key(const coap_session_t *session, in coap_cache_derive_key() argument 152 coap_new_cache_entry(coap_session_t *session, const coap_pdu_t *pdu, in coap_new_cache_entry() argument 210 coap_cache_get_by_pdu(coap_session_t *session, const coap_pdu_t *request, coap_cache_session_based_t session_based) coap_cache_get_by_pdu() argument [all...] |
| /third_party/libcoap/tests/ |
| H A D | test_sendqueue.c | 18 static coap_session_t *session; /* Holds a reference-counted session object */ variable
|
| H A D | test_session.c | 32 static coap_session_t *session; /* Holds a reference-counted session object */ variable [all...] |
| /third_party/libcoap/examples/ |
| H A D | tiny.c | 55 make_pdu(coap_session_t *session, unsigned int value) { in make_pdu() argument 93 coap_session_t *session; in get_session() local 140 coap_session_t *session; in main() local [all...] |
| /third_party/mbedtls/library/ |
| H A D | ssl_cache.c | 74 mbedtls_ssl_cache_get(void *data, unsigned char const *session_id, size_t session_id_len, mbedtls_ssl_session *session) mbedtls_ssl_cache_get() argument 246 mbedtls_ssl_cache_set(void *data, unsigned char const *session_id, size_t session_id_len, const mbedtls_ssl_session *session) mbedtls_ssl_cache_set() argument [all...] |
| /third_party/libwebsockets/lib/tls/mbedtls/ |
| H A D | mbedtls-session.c | 30 mbedtls_ssl_session session; member [all...] |
| /third_party/mesa3d/src/gallium/drivers/radeonsi/ |
| H A D | radeon_vce_52.c | 577 static void session(struct rvce_encoder *enc) in session() function
|
| /third_party/node/src/quic/ |
| H A D | transportparams.cc | 180 CID TransportParams::GeneratePreferredAddressToken(const Session& session) { in GeneratePreferredAddressToken() argument
|
| H A D | sessionticket.cc | 117 DecryptedCallback(SSL* ssl, SSL_SESSION* session, const unsigned char* keyname, size_t keyname_len, SSL_TICKET_STATUS status, void* arg) DecryptedCallback() argument
|
| /third_party/nghttp2/src/ |
| H A D | h2load_http1_session.cc | 44 auto session = static_cast<Http1Session *>(htp->data); in htp_msg_begincb() local 57 auto session = static_cast<Http1Session *>(htp->data); in htp_statuscb() local 73 auto session = static_cast<Http1Session *>(htp->data); in htp_msg_completecb() local 110 auto session = static_cast<Http1Session *>(htp->data); htp_hdr_keycb() local 121 auto session = static_cast<Http1Session *>(htp->data); htp_hdr_valcb() local 138 auto session = static_cast<Http1Session *>(htp->data); htp_body_cb() local [all...] |
| H A D | shrpx_http.cc | 170 ssize_t select_padding_callback(nghttp2_session *session, in select_padding_callback() argument
|
| /third_party/node/deps/v8/src/inspector/ |
| H A D | search-util.cc | 144 searchInTextByLinesImpl(V8InspectorSession* session, const String16& text, in searchInTextByLinesImpl() argument
|
| /third_party/libcoap/examples/riot/examples_libcoap_server/ |
| H A D | server-coap.c | 34 hnd_get_time(coap_resource_t *resource, coap_session_t *session, in hnd_get_time() argument
|
| /third_party/libcoap/include/coap3/ |
| H A D | coap_io_internal.h | 47 coap_session_t *session; /**< Used to determine session owner. */ member
|
| /third_party/libcoap/examples/riot/examples_libcoap_client/ |
| H A D | client-coap.c | 48 message_handler(coap_session_t *session, in message_handler() argument 119 coap_session_t *session = NULL; in client_coap_init() local [all...] |
| /third_party/skia/third_party/externals/swiftshader/src/Vulkan/Debug/ |
| H A D | Server.cpp | 64 const std::unique_ptr<dap::Session> session; member in vk::dbg::Server::Impl [all...] |
| /third_party/skia/third_party/externals/microhttpd/src/testcurl/https/ |
| H A D | test_https_sni.c | 133 sni_callback (gnutls_session_t session, in sni_callback() argument
|
| /third_party/skia/third_party/externals/microhttpd/src/testspdy/ |
| H A D | test_session_timeout.c | 85 new_session_cb(void *cls, struct SPDY_Session * session) new_session_cb() argument 98 closed_session_cb(void *cls, struct SPDY_Session * session, int by_client) closed_session_cb() argument
|
| /third_party/pulseaudio/src/modules/ |
| H A D | module-console-kit.c | 49 struct session { struct 66 struct session *session; in add_session() local 145 free_session(struct session *session) free_session() argument [all...] |
| /arkcompiler/toolchain/tooling/client/manager/ |
| H A D | source_manager.cpp | 26 Session *session = SessionManager::getInstance().GetSessionById(sessionId_); in SendRequeSource() local
|
| /arkcompiler/toolchain/tooling/client/utils/ |
| H A D | cli_command.cpp | 229 Session *session = SessionManager::getInstance().GetSessionById(sessionId_); HeapProfilerCommand() local 266 Session *session = SessionManager::getInstance().GetSessionById(sessionId_); CpuProfileCommand() local 316 Session *session = SessionManager::getInstance().GetSessionById(sessionId_); DebuggerCommand() local 331 Session *session = SessionManager::getInstance().GetSessionById(sessionId_); RuntimeCommand() local 347 Session *session = SessionManager::getInstance().GetSessionById(sessionId_); BreakCommand() local 377 Session *session = SessionManager::getInstance().GetSessionById(sessionId_); DeleteCommand() local 409 Session *session = SessionManager::getInstance().GetSessionById(sessionId_); DisplayCommand() local 418 Session *session = SessionManager::getInstance().GetSessionById(sessionId_); InfosourceCommand() local 438 Session *session = SessionManager::getInstance().GetSessionById(sessionId_); ListCommand() local 476 Session *session = SessionManager::getInstance().GetSessionById(sessionId_); StepCommand() local 491 Session *session = SessionManager::getInstance().GetSessionById(sessionId_); ShowstackCommand() local 505 Session *session = SessionManager::getInstance().GetSessionById(sessionId_); PrintCommand() local 529 Session *session = SessionManager::getInstance().GetSessionById(sessionId_); WatchCommand() local 616 Session *session = SessionManager::getInstance().GetSessionById(sessionId_); TestCommand() local [all...] |
| /arkcompiler/toolchain/tooling/client/domain/ |
| H A D | debugger_client.cpp | 72 Session *session = SessionManager::getInstance().GetSessionById(sessionId_); in BreakCommand() local 99 Session *session = SessionManager::getInstance().GetSessionById(sessionId_); in DeleteCommand() local 120 Session *session = SessionManager::getInstance().GetSessionById(sessionId_); DisableCommand() local 144 Session *session = SessionManager::getInstance().GetSessionById(sessionId_); EnableCommand() local 233 Session *session = SessionManager::getInstance().GetSessionById(sessionId_); ResumeCommand() local 252 Session *session = SessionManager::getInstance().GetSessionById(sessionId_); StepIntoCommand() local 271 Session *session = SessionManager::getInstance().GetSessionById(sessionId_); StepOutCommand() local 290 Session *session = SessionManager::getInstance().GetSessionById(sessionId_); StepOverCommand() local 336 Session *session = SessionManager::getInstance().GetSessionById(sessionId_); RecvReply() local 392 Session *session = SessionManager::getInstance().GetSessionById(sessionId_); PausedReply() local 405 Session *session = SessionManager::getInstance().GetSessionById(sessionId_); handleResponse() local [all...] |
| H A D | heapprofiler_client.cpp | 56 Session *session = SessionManager::getInstance().GetSessionById(sessionId_); in HeapDumpCommand() local 79 Session *session = SessionManager::getInstance().GetSessionById(sessionId_); in AllocationTrackCommand() local 100 Session *session = SessionManager::getInstance().GetSessionById(sessionId_); AllocationTrackStopCommand() local 121 Session *session = SessionManager::getInstance().GetSessionById(sessionId_); Enable() local 141 Session *session = SessionManager::getInstance().GetSessionById(sessionId_); Disable() local 161 Session *session = SessionManager::getInstance().GetSessionById(sessionId_); Samping() local 182 Session *session = SessionManager::getInstance().GetSessionById(sessionId_); SampingStop() local 202 Session *session = SessionManager::getInstance().GetSessionById(sessionId_); CollectGarbage() local [all...] |
| /base/account/os_account/services/accountmgr/src/appaccount/ |
| H A D | app_account_authenticator_session_manager.cpp | 87 auto session = std::make_shared<AppAccountAuthenticatorSession>(ADD_ACCOUNT_IMPLICITLY, request); in AddAccountImplicitly() local 93 auto session = std::make_shared<AppAccountAuthenticatorSession>(CREATE_ACCOUNT_IMPLICITLY, request); in CreateAccountImplicitly() local 99 auto session = std::make_shared<AppAccountAuthenticatorSession>(AUTHENTICATE, request); in Authenticate() local 105 auto session = std::make_shared<AppAccountAuthenticatorSession>(AUTH, request); in Auth() local 111 auto session = std::make_shared<AppAccountAuthenticatorSession>(VERIFY_CREDENTIAL, request); in VerifyCredential() local 117 auto session = std::make_shared<AppAccountAuthenticatorSession>(CHECK_ACCOUNT_LABELS, request); CheckAccountLabels() local 123 auto session = std::make_shared<AppAccountAuthenticatorSession>(IS_ACCOUNT_REMOVABLE, request); IsAccountRemovable() local 130 auto session = std::make_shared<AppAccountCheckLabelsSession>(accounts, request); SelectAccountsByOptions() local 137 auto session = std::make_shared<AppAccountAuthenticatorSession>(SET_AUTHENTICATOR_PROPERTIES, request); SetAuthenticatorProperties() local 141 OpenSession( const std::shared_ptr<AppAccountAuthenticatorSession> &session) OpenSession() argument 228 auto session = GetSession(sessionId); OnSessionServerDied() local 237 auto session = GetSession(sessionId); OnSessionAbilityConnectDone() local 246 auto session = GetSession(sessionId); OnSessionAbilityDisconnectDone() local 255 auto session = GetSession(sessionId); OnSessionResult() local 264 auto session = GetSession(sessionId); OnSessionRequestRedirected() local 272 auto session = GetSession(sessionId); OnSessionRequestContinued() local [all...] |