/third_party/libdrm/tests/amdgpu/ |
H A D | uvd_enc_tests.c | 51 struct amdgpu_uvd_enc_bo session; member [all...] |
/third_party/node/deps/v8/src/debug/wasm/gdb-server/ |
H A D | target.cc | 91 void Target::Run(Session* session) { in Run() argument
|
/third_party/node/deps/openssl/openssl/ssl/ |
H A D | s3_enc.c | 410 void ssl3_digest_master_key_set_params(const SSL_SESSION *session, in ssl3_digest_master_key_set_params() argument [all...] |
/third_party/libcoap/examples/lwip/ |
H A D | client-coap.c | 34 message_handler(coap_session_t *session, in message_handler() argument 104 coap_session_t *session = NULL; in client_coap_init() local [all...] |
/third_party/openssl/ssl/ |
H A D | s3_enc.c | 406 void ssl3_digest_master_key_set_params(const SSL_SESSION *session, in ssl3_digest_master_key_set_params() argument [all...] |
/third_party/skia/third_party/externals/microhttpd/src/examples/ |
H A D | spdy_event_loop.c | 55 new_session_callback(void *cls, struct SPDY_Session * session) new_session_callback() argument 97 session_closed_handler(void *cls, struct SPDY_Session * session, int by_client) session_closed_handler() argument
|
/third_party/skia/third_party/externals/microhttpd/src/microspdy/ |
H A D | daemon.c | 76 struct SPDY_Session *session; in spdyf_cleanup_sessions() local 97 struct SPDY_Session *session; in spdyf_close_all_sessions() local [all...] |
/third_party/skia/third_party/externals/microhttpd/src/testcurl/https/ |
H A D | tls_test_common.c | 388 setup_session (gnutls_session_t * session, in setup_session() argument 433 teardown_session (gnutls_session_t session, in teardown_session() argument
|
/foundation/CastEngine/castengine_wifi_display/services/impl/wfd/wfd_source/ |
H A D | wfd_source_session.cpp | 69 auto session = sessionPtr_.lock(); in OnSessionReadData() local 110 auto session = sessionPtr_.lock(); in OnSendKeepAlive() local 342 void WfdSourceSession::OnAccept(std::weak_ptr<INetworkSession> session) in OnAccept() argument 361 OnServerReadData(int32_t fd, DataBuffer::Ptr buf, INetworkSession::Ptr session) OnServerReadData() argument 416 HandleRequest(const RtspRequest &request, INetworkSession::Ptr &session) HandleRequest() argument 442 HandleIDRRequest(const RtspRequest &request, int32_t cseq, INetworkSession::Ptr &session) HandleIDRRequest() argument 457 HandleOptionRequest(const RtspRequest &request, int32_t cseq, INetworkSession::Ptr &session) HandleOptionRequest() argument 469 HandleSetupRequest(const RtspRequest &request, int32_t cseq, INetworkSession::Ptr &session) HandleSetupRequest() argument 476 HandlePlayRequest(const RtspRequest &request, int32_t cseq, INetworkSession::Ptr &session) HandlePlayRequest() argument 507 HandlePauseRequest(const RtspRequest &request, int32_t cseq, INetworkSession::Ptr &session) HandlePauseRequest() argument 520 HandleTeardownRequest(const RtspRequest &request, int32_t cseq, INetworkSession::Ptr &session) HandleTeardownRequest() argument 539 HandleResponse(const RtspResponse &response, const std::string &message, INetworkSession::Ptr &session) HandleResponse() argument 574 HandleM1Response(const RtspResponse &response, const std::string &message, INetworkSession::Ptr &session) HandleM1Response() argument 599 HandleM3Response(const RtspResponse &response, const std::string &message, INetworkSession::Ptr &session) HandleM3Response() argument 635 HandleM4Response(const RtspResponse &response, const std::string &message, INetworkSession::Ptr &session) HandleM4Response() argument 665 HandleM5Response(const RtspResponse &response, const std::string &message, INetworkSession::Ptr &session) HandleM5Response() argument 687 HandleM7Response(const RtspResponse &response, const std::string &message, INetworkSession::Ptr &session) HandleM7Response() argument 706 HandleM8Response(const RtspResponse &response, const std::string &message, INetworkSession::Ptr &session) HandleM8Response() argument 730 SendM1Request(INetworkSession::Ptr &session) SendM1Request() argument 751 SendM2Response(int32_t cseq, INetworkSession::Ptr &session) SendM2Response() argument 772 SendM3Request(INetworkSession::Ptr &session) SendM3Request() argument 793 SendM4Request(INetworkSession::Ptr &session) SendM4Request() argument 819 SendM5Request(INetworkSession::Ptr &session) SendM5Request() argument 841 SendM6Response(INetworkSession::Ptr &session, int32_t cseq) SendM6Response() argument 863 SendM7Response(INetworkSession::Ptr &session, int32_t cseq) SendM7Response() argument 885 SendM8Response(INetworkSession::Ptr &session, int32_t cseq) SendM8Response() argument 904 SendCommonResponse(int32_t cseq, INetworkSession::Ptr &session) SendCommonResponse() argument 922 SendM16Request(INetworkSession::Ptr &session) SendM16Request() argument [all...] |
/foundation/CastEngine/castengine_cast_framework/service/src/ |
H A D | cast_session_manager_service.cpp | 228 sptr<ICastSessionImpl> session; variable 247 sptr<ICastSessionImpl> session; global() variable 248 service->GetCastSession(std::to_string(castSessionId), session); global() variable 284 sptr<ICastSessionImpl> session; global() variable 285 service->GetCastSession(std::to_string(sessionId), session); global() variable 301 sptr<ICastSessionImpl> session; global() variable 302 service->GetCastSession(std::to_string(sessionId), session); global() variable 318 sptr<ICastSessionImpl> session; global() variable 319 service->GetCastSession(std::to_string(sessionId), session); global() variable 335 sptr<ICastSessionImpl> session; global() variable 336 service->GetCastSession(std::to_string(sessionId), session); global() variable 437 auto session = GetCastSessionInner(sessionId); GetCastSession() local 501 sptr<ICastSessionImpl> session; DestroyCastSession() local [all...] |
/foundation/CastEngine/castengine_wifi_display/services/protocol/rtsp/include/ |
H A D | rtsp_request.h | 75 RtspRequest &SetSession(const std::string &session) in SetSession() argument
|
/foundation/CastEngine/castengine_wifi_display/tests/unittest/protocol/rtsp/ |
H A D | rtsp_unit_test.cpp | 277 const std::string &session = "session"; in HWTEST_F() local 382 const std::string &session = "session"; in HWTEST_F() local 673 auto session = std::make_shared<SessionOrigin>(); in HWTEST_F() local 679 auto session = std::make_shared<SessionOrigin>(); HWTEST_F() local [all...] |
/foundation/multimedia/av_codec/test/fuzztest/drmdecryptor_fuzzer/ |
H A D | drmdecryptor_fuzzer.cpp | 420 sptr<DrmStandard::IMediaKeySessionService> session = nullptr; in SetDecryptionConfigFuzzTest() local 439 sptr<DrmStandard::IMediaKeySessionService> session = nullptr; in DrmH264VideoCencDecrypt() local 484 sptr<DrmStandard::IMediaKeySessionService> session = nullptr; in DrmH264VideoCencDecryptFuzzTest() local 523 sptr<DrmStandard::IMediaKeySessionService> session = nullptr; in DrmHevcVideoCencDecrypt() local 571 sptr<DrmStandard::IMediaKeySessionService> session in DrmHevcVideoCencDecryptFuzzTest() local 610 sptr<DrmStandard::IMediaKeySessionService> session = nullptr; DrmAvsVideoCencDecrypt() local 658 sptr<DrmStandard::IMediaKeySessionService> session = nullptr; DrmAvsVideoCencDecryptFuzzTest() local 694 sptr<DrmStandard::IMediaKeySessionService> session = nullptr; DrmAudioCencDecryptTest() local 736 sptr<DrmStandard::IMediaKeySessionService> session = nullptr; DrmAudioCencDecryptFuzzTest() local [all...] |
/foundation/multimedia/av_session/services/session/ipc/proxy/ |
H A D | avsession_service_proxy.cpp | 40 auto session = iface_cast<AVSessionProxy>(object); in CreateSession() local 48 CreateSession(const std::string& tag, int32_t type, const AppExecFwk::ElementName& elementName, std::shared_ptr<AVSession>& session) CreateSession() argument
|
/foundation/multimedia/av_session/services/session/server/ |
H A D | avcontroller_item.cpp | 32 AVControllerItem::AVControllerItem(pid_t pid, const sptr<AVSessionItem>& session, int32_t userId) in AVControllerItem() argument [all...] |
/foundation/multimedia/camera_framework/services/camera_service/binder/client/src/ |
H A D | hcamera_service_proxy.cpp | 242 int32_t HCameraServiceProxy::CreateCaptureSession(sptr<ICaptureSession>& session, int32_t operationMode) in CreateCaptureSession() argument 265 CreateDeferredPhotoProcessingSession(int32_t userId, sptr<DeferredProcessing::IDeferredPhotoProcessingSessionCallback>& callback, sptr<DeferredProcessing::IDeferredPhotoProcessingSession>& session) CreateDeferredPhotoProcessingSession() argument 294 CreateDeferredVideoProcessingSession(int32_t userId, sptr<DeferredProcessing::IDeferredVideoProcessingSessionCallback>& callback, sptr<DeferredProcessing::IDeferredVideoProcessingSession>& session) CreateDeferredVideoProcessingSession() argument
|
/foundation/multimedia/camera_framework/services/deferred_processing_service/src/post_processor/ |
H A D | video_post_processor.cpp | 144 auto session = GetVideoSession(); in GetPendingVideos() local 164 auto session = GetVideoSession(); in ProcessRequest() local 187 auto session = GetVideoSession(); in RemoveRequest() local 199 auto session = GetVideoSession(); PauseRequest() local 209 auto session = GetVideoSession(); PrepareStreams() local 319 auto session = GetVideoSession(); StopTimer() local 408 auto session = GetVideoSession(); DisconnectService() local 433 sptr<IVideoProcessSession> session; OnServiceChange() local [all...] |
/foundation/multimedia/av_session/frameworks/native/session/src/ |
H A D | avsession_manager_impl.cpp | 104 CreateSession(const std::string& tag, int32_t type, const AppExecFwk::ElementName& elementName, std::shared_ptr<AVSession>& session) CreateSession() argument
|
/foundation/multimodalinput/input/service/monitor/src/ |
H A D | event_monitor_handler.cpp | 111 AddInputHandler(InputHandlerType handlerType, HandleEventType eventType, SessionPtr session, TouchGestureType gestureType, int32_t fingers) AddInputHandler() argument 125 AddInputHandler(InputHandlerType handlerType, std::vector<int32_t> actionsType, SessionPtr session) AddInputHandler() argument 146 RemoveInputHandler(InputHandlerType handlerType, std::vector<int32_t> actionsType, SessionPtr session) RemoveInputHandler() argument 156 RemoveInputHandler(InputHandlerType handlerType, HandleEventType eventType, SessionPtr session, TouchGestureType gestureType, int32_t fingers) RemoveInputHandler() argument 166 MarkConsumed(int32_t eventId, SessionPtr session) MarkConsumed() argument 220 OnSessionLost(SessionPtr session) OnSessionLost() argument 397 MarkConsumed(int32_t eventId, SessionPtr session) MarkConsumed() argument 491 HasMonitor(SessionPtr session) HasMonitor() argument 497 HasScreenCaptureMonitor(SessionPtr session) HasScreenCaptureMonitor() argument 503 RemoveScreenCaptureMonitor(SessionPtr session) RemoveScreenCaptureMonitor() argument 525 RecoveryScreenCaptureMonitor(SessionPtr session) RecoveryScreenCaptureMonitor() argument 660 OnSessionLost(SessionPtr session) OnSessionLost() argument 700 SessionPtr session = item.session_; Dump() local 720 SessionPtr session = udsServerPtr->GetSessionByPid(pid); ProcessScreenCapture() local [all...] |
/foundation/multimodalinput/input/service/module_loader/test/ |
H A D | mmi_service_test.cpp | 131 SessionPtr session; in HWTEST_F() local 146 SessionPtr session; in HWTEST_F() local 286 SessionPtr session; in HWTEST_F() local
|
/foundation/multimodalinput/input/service/subscriber/test/ |
H A D | key_subscriber_handler_test.cpp | 1286 SessionPtr session = std::make_shared<UDSSession>(PROGRAM_NAME, MODULE_TYPE, UDS_FD, UDS_UID, UDS_PID); in HWTEST_F() local 1383 SessionPtr session = std::make_shared<UDSSession>(PROGRAM_NAME, MODULE_TYPE, UDS_FD, UDS_UID, UDS_PID); in HWTEST_F() local 1426 SessionPtr session = std::make_shared<UDSSession>(PROGRAM_NAME, MODULE_TYPE, UDS_FD, UDS_UID, UDS_PID); in HWTEST_F() local 1455 SessionPtr session = std::make_shared<UDSSession>(PROGRAM_NAME, MODULE_TYPE, UDS_FD, UDS_UID, UDS_PID); HWTEST_F() local 1479 SessionPtr session = std::make_shared<UDSSession>(PROGRAM_NAME, MODULE_TYPE, UDS_FD, UDS_UID, UDS_PID); HWTEST_F() local 1508 SessionPtr session = std::make_shared<UDSSession>(PROGRAM_NAME, MODULE_TYPE, UDS_FD, UDS_UID, UDS_PID); HWTEST_F() local 1538 SessionPtr session = std::make_shared<UDSSession>(PROGRAM_NAME, MODULE_TYPE, UDS_FD, UDS_UID, UDS_PID); HWTEST_F() local 1565 SessionPtr session = std::make_shared<UDSSession>(PROGRAM_NAME, MODULE_TYPE, UDS_FD, UDS_UID, UDS_PID); HWTEST_F() local 1752 SessionPtr session = std::make_shared<UDSSession>(PROGRAM_NAME, MODULE_TYPE, UDS_FD, UDS_UID, UDS_PID); HWTEST_F() local 2597 SessionPtr session = std::make_shared<UDSSession>(PROGRAM_NAME, MODULE_TYPE, UDS_FD, UDS_UID, UDS_PID); HWTEST_F() local 2642 SessionPtr session = std::make_shared<UDSSession>(PROGRAM_NAME, MODULE_TYPE, UDS_FD, UDS_UID, UDS_PID); HWTEST_F() local [all...] |
/foundation/window/window_manager/test/systemtest/wms/ |
H A D | window_immersive_test2.cpp | 381 sptr<SessionMocker> session = new(std::nothrow) SessionMocker(sessionInfo);
in HWTEST_F() local 432 sptr<SessionMocker> session = new(std::nothrow) SessionMocker(sessionInfo);
in HWTEST_F() local 476 sptr<SessionMocker> session = new (std::nothrow) SessionMocker(sessionInfo);
in HWTEST_F() local 543 sptr<SessionMocker> session in HWTEST_F() local 588 sptr<SessionMocker> session = new(std::nothrow) SessionMocker(sessionInfo); HWTEST_F() local 646 sptr<SessionMocker> session = new(std::nothrow) SessionMocker(sessionInfo); HWTEST_F() local 700 sptr<SessionMocker> session = new(std::nothrow) SessionMocker(sessionInfo); HWTEST_F() local [all...] |
/foundation/window/window_manager/window_scene/interfaces/kits/napi/scene_session_manager/ |
H A D | js_rss_session.cpp | 83 static RssSession session; in GetInstance() local
|
/foundation/communication/ipc/ipc/native/src/mock/include/ |
H A D | dbinder_base_invoker_object.h | 23 TranslateBinderType( flat_binder_object *binderObject, char *sessionOffset, std::shared_ptr<T> session) TranslateBinderType() argument 44 TranslateHandleType( flat_binder_object *binderObject, char *sessionOffset, std::shared_ptr<T> session) TranslateHandleType() argument 489 MakeRemoteHandle(std::shared_ptr<T> session) MakeRemoteHandle() argument [all...] |
/foundation/communication/dsoftbus/tests/sdk/transmission/session/ |
H A D | client_trans_session_manager_test.cpp | 117 SessionInfo *session = (SessionInfo*)SoftBusMalloc(sizeof(SessionInfo)); in GenerateSession() local 199 SessionInfo *session = GenerateSession(sessionParam); HWTEST_F() local 631 SessionInfo *session = GenerateSession(sessionParam); HWTEST_F() local 664 SessionInfo *session = GenerateSession(sessionParam); HWTEST_F() local 862 SessionInfo *session = GenerateSession(sessionParam); HWTEST_F() local 925 SessionInfo *session = GenerateSession(sessionParam); HWTEST_F() local 960 SessionInfo *session = GenerateSession(sessionParam); HWTEST_F() local 1007 SessionInfo *session = GenerateSession(sessionParam); HWTEST_F() local 1053 SessionInfo *session = GenerateSession(sessionParam); HWTEST_F() local 1090 SessionInfo *session = GenerateSession(sessionParam); HWTEST_F() local 1171 SessionInfo *session = GenerateSession(sessionParam); HWTEST_F() local [all...] |