Home
last modified time | relevance | path

Searched defs:session (Results 276 - 300 of 1052) sorted by relevance

1...<<11121314151617181920>>...43

/third_party/libcoap/src/
H A Dcoap_io_contiki.c161 coap_socket_send(coap_socket_t *sock, const coap_session_t *session, const uint8_t *data, in coap_socket_send() argument
H A Dcoap_cache.c72 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 Dtest_sendqueue.c18 static coap_session_t *session; /* Holds a reference-counted session object */ variable
H A Dtest_session.c32 static coap_session_t *session; /* Holds a reference-counted session object */ variable
[all...]
/third_party/libcoap/examples/
H A Dtiny.c55 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 Dssl_cache.c74 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 Dmbedtls-session.c30 mbedtls_ssl_session session; member
[all...]
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dradeon_vce_52.c577 static void session(struct rvce_encoder *enc) in session() function
/third_party/node/src/quic/
H A Dtransportparams.cc180 CID TransportParams::GeneratePreferredAddressToken(const Session& session) { in GeneratePreferredAddressToken() argument
H A Dsessionticket.cc117 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 Dh2load_http1_session.cc44 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 Dshrpx_http.cc170 ssize_t select_padding_callback(nghttp2_session *session, in select_padding_callback() argument
/third_party/node/deps/v8/src/inspector/
H A Dsearch-util.cc144 searchInTextByLinesImpl(V8InspectorSession* session, const String16& text, in searchInTextByLinesImpl() argument
/third_party/libcoap/examples/riot/examples_libcoap_server/
H A Dserver-coap.c34 hnd_get_time(coap_resource_t *resource, coap_session_t *session, in hnd_get_time() argument
/third_party/libcoap/include/coap3/
H A Dcoap_io_internal.h47 coap_session_t *session; /**< Used to determine session owner. */ member
/third_party/libcoap/examples/riot/examples_libcoap_client/
H A Dclient-coap.c48 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 DServer.cpp64 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 Dtest_https_sni.c133 sni_callback (gnutls_session_t session, in sni_callback() argument
/third_party/skia/third_party/externals/microhttpd/src/testspdy/
H A Dtest_session_timeout.c85 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 Dmodule-console-kit.c49 struct session { struct
66 struct session *session; in add_session() local
145 free_session(struct session *session) free_session() argument
[all...]
/base/account/os_account/services/accountmgr/src/appaccount/
H A Dapp_account_authenticator_session_manager.cpp87 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...]
/base/account/os_account/services/accountmgr/test/moduletest/app_account/
H A Dapp_account_authenticator_session_manager_module_test.cpp246 std::shared_ptr<AppAccountAuthenticatorSession> session = nullptr; in HWTEST_F() local
280 auto session = std::make_shared<AppAccountAuthenticatorSession>(action, request); HWTEST_F() local
309 auto session = std::make_shared<AppAccountAuthenticatorSession>(action, request); HWTEST_F() local
356 auto session = std::make_shared<AppAccountAuthenticatorSession>(action, request); HWTEST_F() local
408 auto session = std::make_shared<AppAccountAuthenticatorSession>(action, request); HWTEST_F() local
434 auto session = std::make_shared<AppAccountAuthenticatorSession>(action, request); HWTEST_F() local
471 auto session = std::make_shared<AppAccountAuthenticatorSession>(action, request); HWTEST_F() local
519 auto session = std::make_shared<AppAccountAuthenticatorSession>(action, request); HWTEST_F() local
553 auto session = std::make_shared<AppAccountAuthenticatorSession>(AUTHENTICATE, request); HWTEST_F() local
596 auto session = appAccountAuthenticatorSessionManagerPtr_->GetSession(SESSION_ID); HWTEST_F() local
618 auto session = std::make_shared<AppAccountAuthenticatorSession>(action, request); HWTEST_F() local
[all...]
/base/msdp/device_status/intention/ipc/socket/src/
H A Dsocket_session_manager.cpp209 auto session = iter->second; in ReleaseSession() local
229 auto session = iter->second; in DeleteCollaborationServiceByName() local
248 auto session = iter->second; ReleaseSessionByPid() local
288 AddSession(std::shared_ptr<SocketSession> session) AddSession() argument
332 NotifySessionDeleted(std::shared_ptr<SocketSession> session) NotifySessionDeleted() argument
[all...]
/base/msdp/device_status/intention/drag/server/src/
H A Ddrag_server.cpp58 auto session = env_->GetSocketSessionManager().FindSessionByPid(context.pid); in Start() local
/base/security/device_auth/services/session_manager/src/session/v1/compatible_auth_sub_session/
H A Dcompatible_auth_sub_session.c114 static int32_t HandlePeerAuthError(CompatibleAuthSubSession *session) in HandlePeerAuthError() argument
123 static int32_t ProcessClientAuthTaskInner(CompatibleAuthSubSession *session, int32_t moduleType, CJson *in, in ProcessClientAuthTaskInner() argument
40 CreateClientAuthSubSessionInner(int32_t osAccountId, CJson *jsonParams, const DeviceAuthCallback *callback, CompatibleBaseSubSession **session) CreateClientAuthSubSessionInner() argument
154 ProcessClientAuthTask(CompatibleAuthSubSession *session, CJson *receivedData, int32_t *status) ProcessClientAuthTask() argument
182 GenerateClientFirstMsg(CompatibleAuthSubSession *session, CJson *out, CJson **sendData) GenerateClientFirstMsg() argument
197 CreateAndProcessClientAuthTask(CompatibleAuthSubSession *session, CJson **sendData, int32_t *status) CreateAndProcessClientAuthTask() argument
221 ProcessServerAuthTaskInner(CompatibleAuthSubSession *session, int32_t moduleType, CJson *in, CJson *out, int32_t *status) ProcessServerAuthTaskInner() argument
240 ProcessServerAuthTask(CompatibleAuthSubSession *session, CJson *receivedData, int32_t *status) ProcessServerAuthTask() argument
266 CreateAndProcessServerAuthTask(CompatibleAuthSubSession *session, CJson *receivedData, int32_t *status) CreateAndProcessServerAuthTask() argument
291 CreateClientAuthSubSession(CJson *jsonParams, const DeviceAuthCallback *callback, CompatibleBaseSubSession **session) CreateClientAuthSubSession() argument
311 CreateServerAuthSubSession(CJson *jsonParams, const DeviceAuthCallback *callback, CompatibleBaseSubSession **session) CreateServerAuthSubSession() argument
349 ProcessClientAuthSubSession(CompatibleBaseSubSession *session, CJson *in, CJson **out, int32_t *status) ProcessClientAuthSubSession() argument
360 ProcessServerAuthSubSession(CompatibleBaseSubSession *session, CJson *in, int32_t *status) ProcessServerAuthSubSession() argument
371 DestroyCompatibleAuthSubSession(CompatibleBaseSubSession *session) DestroyCompatibleAuthSubSession() argument
[all...]

Completed in 12 milliseconds

1...<<11121314151617181920>>...43