Home
last modified time | relevance | path

Searched defs:session_id (Results 1 – 25 of 106) sorted by relevance

12345

/third_party/cef/libcef/browser/
Dspeech_recognition_manager_delegate.cc40 void CefSpeechRecognitionManagerDelegate::OnRecognitionStart(int session_id) {} in OnRecognitionStart()
42 void CefSpeechRecognitionManagerDelegate::OnAudioStart(int session_id) {} in OnAudioStart()
45 int session_id) {} in OnEnvironmentEstimationComplete()
47 void CefSpeechRecognitionManagerDelegate::OnSoundStart(int session_id) {} in OnSoundStart()
49 void CefSpeechRecognitionManagerDelegate::OnSoundEnd(int session_id) {} in OnSoundEnd()
51 void CefSpeechRecognitionManagerDelegate::OnAudioEnd(int session_id) {} in OnAudioEnd()
54 int session_id, in OnRecognitionResults()
58 int session_id, in OnRecognitionError()
62 int session_id, in OnAudioLevelsChange()
66 void CefSpeechRecognitionManagerDelegate::OnRecognitionEnd(int session_id) {} in OnRecognitionEnd()
[all …]
/third_party/mbedtls/library/
Dssl_cache.c54 unsigned char const *session_id, in ssl_cache_find_entry()
93 unsigned char const *session_id, in mbedtls_ssl_cache_get()
128 unsigned char const *session_id, in ssl_cache_pick_writing_slot()
248 unsigned char const *session_id, in mbedtls_ssl_cache_set()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hs20/client/
Dspp_client.c109 const char *session_id, in build_spp_post_dev_data()
328 const char *session_id, in hs20_spp_upload_mo()
410 const char *session_id, in process_spp_user_input_response()
438 const char *session_id) in hs20_spp_user_input_completed()
474 const char *session_id, in hs20_spp_get_certificate()
512 const char *session_id, const char *pps_fname, in hs20_spp_exec()
606 char *session_id = NULL; in process_spp_post_dev_data_response() local
827 char *status, *session_id; in process_spp_exchange_complete() local
864 const char *session_id, in build_spp_update_response()
892 const char *session_id, in hs20_spp_update_response()
/third_party/wpa_supplicant/wpa_supplicant-2.9/hs20/client/
Dspp_client.c109 const char *session_id, in build_spp_post_dev_data()
328 const char *session_id, in hs20_spp_upload_mo()
410 const char *session_id, in process_spp_user_input_response()
438 const char *session_id) in hs20_spp_user_input_completed()
474 const char *session_id, in hs20_spp_get_certificate()
512 const char *session_id, const char *pps_fname, in hs20_spp_exec()
606 char *session_id = NULL; in process_spp_post_dev_data_response() local
827 char *status, *session_id; in process_spp_exchange_complete() local
864 const char *session_id, in build_spp_update_response()
892 const char *session_id, in hs20_spp_update_response()
/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/ge_runtime/
Dmodel_context.h26 ModelContext(uint32_t device_id, uint64_t session_id, int32_t priority, rtModel_t rt_model_handle, in ModelContext()
40 uint64_t session_id() const { return session_id_; } in session_id() function
Druntime_model.cc153 void RuntimeModel::GenerateTask(uint32_t device_id, uint64_t session_id, in GenerateTask()
183 void RuntimeModel::Load(uint32_t device_id, uint64_t session_id, const std::shared_ptr<DavinciModel… in Load()
Dmodel_runner.cc28 void ModelRunner::LoadDavinciModel(uint32_t device_id, uint64_t session_id, uint32_t model_id, in LoadDavinciModel()
/third_party/node/src/
Dinspector_io.cc69 int session_id, in RequestToServer()
113 void Post(int session_id, in Post()
176 void Post(int session_id, in Post()
339 void InspectorIoDelegate::StartSession(int session_id, in StartSession()
350 void InspectorIoDelegate::MessageReceived(int session_id, in MessageReceived()
357 void InspectorIoDelegate::EndSession(int session_id) { in EndSession()
Dinspector_socket_server.cc180 Delegate(InspectorSocketServer* server, int session_id) in Delegate()
272 SocketSession* InspectorSocketServer::Session(int session_id) { in Session()
277 void InspectorSocketServer::SessionStarted(int session_id, in SessionStarted()
290 void InspectorSocketServer::SessionTerminated(int session_id) { in SessionTerminated()
315 bool InspectorSocketServer::HandleGetRequest(int session_id, in HandleGetRequest()
482 void InspectorSocketServer::Send(int session_id, const std::string& message) { in Send()
Dinspector_socket_server.h73 void MessageReceived(int session_id, const std::string& message) { in MessageReceived()
Dinspector_agent.cc332 int session_id, std::shared_ptr<NodeInspectorClient> client) in SameThreadInspectorSession()
450 int session_id = next_session_id_++; in connectFrontend() local
460 void disconnectFrontend(int session_id) { in disconnectFrontend()
477 void dispatchMessageFromFrontend(int session_id, const StringView& message) { in dispatchMessageFromFrontend()
755 int session_id = client_->connectFrontend(std::move(delegate), in Connect() local
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/fst/
Dfst_ctrl_iface.c81 static void fst_ctrl_iface_notify(struct fst_iface *f, u32 session_id, in fst_ctrl_iface_notify()
171 static int session_get(const char *session_id, char *buf, size_t buflen) in session_get()
210 static int session_set(const char *session_id, char *buf, size_t buflen) in session_set()
273 static int session_remove(const char *session_id, char *buf, size_t buflen) in session_remove()
297 static int session_initiate(const char *session_id, char *buf, size_t buflen) in session_initiate()
320 static int session_respond(const char *session_id, char *buf, size_t buflen) in session_respond()
363 static int session_transfer(const char *session_id, char *buf, size_t buflen) in session_transfer()
387 static int session_teardown(const char *session_id, char *buf, size_t buflen) in session_teardown()
728 u32 session_id = s ? fst_session_get_id(s) : FST_INVALID_SESSION_ID; in fst_ctrl_iface_on_event() local
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/fst/
Dfst_ctrl_iface.c81 static void fst_ctrl_iface_notify(struct fst_iface *f, u32 session_id, in fst_ctrl_iface_notify()
171 static int session_get(const char *session_id, char *buf, size_t buflen) in session_get()
210 static int session_set(const char *session_id, char *buf, size_t buflen) in session_set()
273 static int session_remove(const char *session_id, char *buf, size_t buflen) in session_remove()
297 static int session_initiate(const char *session_id, char *buf, size_t buflen) in session_initiate()
320 static int session_respond(const char *session_id, char *buf, size_t buflen) in session_respond()
363 static int session_transfer(const char *session_id, char *buf, size_t buflen) in session_transfer()
387 static int session_teardown(const char *session_id, char *buf, size_t buflen) in session_teardown()
728 u32 session_id = s ? fst_session_get_id(s) : FST_INVALID_SESSION_ID; in fst_ctrl_iface_on_event() local
/third_party/mindspore/mindspore/dataset/engine/
Dcache_client.py53 …def __init__(self, session_id, size=0, spilling=False, hostname=None, port=None, num_connections=N… argument
/third_party/libusb/libusb/os/
Dhaiku_pollfs.cpp97 unsigned long session_id = (unsigned long)&fDevice; in WatchedEntry() local
172 unsigned long session_id = (unsigned long)&fDevice; in ~WatchedEntry() local
/third_party/nghttp2/src/
Dtls.h79 const uint8_t *session_id; member
/third_party/gstreamer/gstplugins_bad/ext/webrtc/
Dgstwebrtcbin.c555 guint session_id; member
561 _find_ice_stream_for_session (GstWebRTCBin * webrtc, guint session_id) in _find_ice_stream_for_session()
582 _add_ice_stream_item (GstWebRTCBin * webrtc, guint session_id, in _add_ice_stream_item()
668 _find_transport_for_session (GstWebRTCBin * webrtc, guint session_id) in _find_transport_for_session()
2007 gst_webrtc_bin_attach_tos_to_session (GstWebRTCBin * webrtc, guint session_id) in gst_webrtc_bin_attach_tos_to_session()
2240 _create_transport_channel (GstWebRTCBin * webrtc, guint session_id) in _create_transport_channel()
2283 _get_or_create_rtp_transport_channel (GstWebRTCBin * webrtc, guint session_id) in _get_or_create_rtp_transport_channel()
2501 _get_or_create_data_channel_transports (GstWebRTCBin * webrtc, guint session_id) in _get_or_create_data_channel_transports()
2579 _get_or_create_transport_stream (GstWebRTCBin * webrtc, guint session_id, in _get_or_create_transport_stream()
4590 TransportStream * stream, guint session_id) in _connect_output_stream()
[all …]
/third_party/node/src/inspector/
Dworker_inspector.cc84 void WorkerManager::WorkerFinished(uint64_t session_id) { in WorkerFinished()
88 void WorkerManager::WorkerStarted(uint64_t session_id, in WorkerStarted()
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/cache/
Dcache_grpc.proto24 uint32 session_id = 1; field
Dcache_client.h67 Builder &SetSessionId(session_id_type session_id) { in SetSessionId()
229 session_id_type session_id() const { return cinfo_.session_id(); } in session_id() function
/third_party/gstreamer/gstplugins_bad/gst/rist/
Dgstristsink.c280 gst_rist_sink_request_pt_map (GstRistSrc * sink, guint session_id, guint pt, in gst_rist_sink_request_pt_map()
302 gst_rist_sink_request_aux_sender (GstRistSink * sink, guint session_id, in gst_rist_sink_request_aux_sender()
347 guint session_id = in on_receiving_rtcp() local
371 guint session_id = in on_app_rtcp() local
439 gst_rist_sink_on_new_sender_ssrc (GstRistSink * sink, guint session_id, in gst_rist_sink_on_new_sender_ssrc()
468 gst_rist_sink_on_new_receiver_ssrc (GstRistSink * sink, guint session_id, in gst_rist_sink_on_new_receiver_ssrc()
/third_party/openssl/ssl/
Dssl_asn1.c23 ASN1_OCTET_STRING *session_id; member
111 ASN1_OCTET_STRING master_key, session_id, sid_ctx; in i2d_SSL_SESSION() local
/third_party/gstreamer/gstplugins_bad/gst/rtp/
Dgstrtpsrc.c119 gst_rtp_src_rtpbin_request_pt_map_cb (GstElement * rtpbin, guint session_id, in gst_rtp_src_rtpbin_request_pt_map_cb()
579 gst_rtp_src_rtpbin_on_ssrc_collision_cb (GstElement * rtpbin, guint session_id, in gst_rtp_src_rtpbin_on_ssrc_collision_cb()
590 gst_rtp_src_rtpbin_on_new_ssrc_cb (GstElement * rtpbin, guint session_id, in gst_rtp_src_rtpbin_on_new_ssrc_cb()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/p2p/
Dp2p_pd.c406 u32 session_id, u16 method, in p2ps_setup_p2ps_prov()
566 u32 session_id = 0; in p2p_process_prov_disc_req() local
1199 u32 session_id; in p2p_validate_p2ps_pd_resp() local
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/p2p/
Dp2p_pd.c406 u32 session_id, u16 method, in p2ps_setup_p2ps_prov()
566 u32 session_id = 0; in p2p_process_prov_disc_req() local
1199 u32 session_id; in p2p_validate_p2ps_pd_resp() local

12345