Home
last modified time | relevance | path

Searched defs:session (Results 326 - 350 of 1052) sorted by relevance

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

/foundation/arkui/ace_engine/frameworks/base/network/
H A Ddownload_manager_impl.cpp124 auto& session = NetStack::HttpClient::HttpSession::GetInstance(); variable
175 auto& session = NetStack::HttpClient::HttpSession::GetInstance(); variable
228 auto& session = NetStack::HttpClient::HttpSession::GetInstance(); variable
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/window_scene/scene/
H A Dsystem_window_scene.cpp31 SystemWindowScene::SystemWindowScene(const sptr<Rosen::Session>& session) : session_(session) in SystemWindowScene() argument
[all...]
H A Dwindow_scene.cpp38 WindowScene::WindowScene(const sptr<Rosen::Session>& session) in WindowScene() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/ui_extension/
H A Dui_extension_manager.cpp101 auto session = uiExtension->GetSessionWrapper(); in HandleUnfocusedModalUecBackPressed() local
246 auto session = uiExtension->GetSessionWrapper(); in NotifyOccupiedAreaChangeInfo() local
/foundation/multimedia/av_codec/test/nativedemo/audio_demo/
H A Davcodec_audio_avbuffer_decoder_demo.cpp203 MediaKeySession *session = NULL; in RunDrmCase() local
/foundation/multimedia/camera_framework/test/fuzztest/cloudenhancesession_fuzzer/
H A Dcloud_enhance_session_fuzzer.cpp105 void TestSession(sptr<CaptureSession> session, uint8_t *rawData, size_t size) in TestSession() argument
140 TestCreateMediaLibrary(sptr<CaptureSession> session, uint8_t *rawData, size_t size) TestCreateMediaLibrary() argument
165 auto session = manager->CreateCaptureSession(g_sceneMode); Test() local
[all...]
/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/session/
H A Dprofession_session.h69 explicit ProfessionSessionMetadataResultProcessor(wptr<ProfessionSession> session) : session_(session) {} in ProfessionSessionMetadataResultProcessor() argument
77 explicit ProfessionSession(sptr<ICaptureSession>& session, in ProfessionSession() argument
/foundation/multimedia/av_session/frameworks/native/session/test/unittest/
H A Davsession_manager_test.cpp151 auto session = AVSessionManager::GetInstance().CreateSession("", AVSession::SESSION_TYPE_AUDIO, elementName); in HWTEST_F() local
183 auto session = AVSessionManager::GetInstance().CreateSession(g_testSessionTag, AVSession::SESSION_TYPE_AUDIO, HWTEST_F() local
265 auto session = AVSessionManager::GetInstance().CreateSession(g_testSessionTag, AVSession::SESSION_TYPE_AUDIO, HWTEST_F() local
304 auto session = AVSessionManager::GetInstance().CreateSession(g_testSessionTag, AVSession::SESSION_TYPE_AUDIO, HWTEST_F() local
343 auto session = AVSessionManager::GetInstance().CreateSession(g_testSessionTag, AVSession::SESSION_TYPE_AUDIO, HWTEST_F() local
383 auto session = AVSessionManager::GetInstance().CreateSession(g_testSessionTag, AVSession::SESSION_TYPE_AUDIO, HWTEST_F() local
439 auto session = AVSessionManager::GetInstance().CreateSession(g_testSessionTag, AVSession::SESSION_TYPE_AUDIO, HWTEST_F() local
491 auto session = AVSessionManager::GetInstance().CreateSession(g_testSessionTag, AVSession::SESSION_TYPE_AUDIO, HWTEST_F() local
523 auto session = AVSessionManager::GetInstance().CreateSession(g_testSessionTag, AVSession::SESSION_TYPE_AUDIO, HWTEST_F() local
572 auto session = AVSessionManager::GetInstance().CreateSession(g_testSessionTag, AVSession::SESSION_TYPE_AUDIO, HWTEST_F() local
721 auto session = AVSessionManager::GetInstance().CreateSession(g_testSessionTag, HWTEST_F() local
[all...]
/foundation/multimedia/av_session/services/session/server/remote/
H A Dremote_session_source_impl.cpp36 int32_t RemoteSessionSourceImpl::CastSessionToRemote(const sptr <AVSessionItem>& session, in CastSessionToRemote() argument
/foundation/multimedia/av_session/services/session/server/test/
H A Dhw_cast_stream_player_test.cpp63 std::shared_ptr<ICastSession> session; in CreateSession() local
/foundation/multimedia/av_session/services/session/server/
H A Davsession_service_ext.cpp279 sptr<AVSessionItem> session = GetContainer().GetSessionById(sessionToken.sessionId); StartCast() local
302 sptr<AVSessionItem> session = GetUsersManager().GetContainerFromAll().GetSessionById(sessionToken.sessionId); StopCast() local
325 MirrorToStreamCast(sptr<AVSessionItem>& session) MirrorToStreamCast() argument
[all...]
H A Davsession_users_manager.cpp268 SetTopSession(sptr<AVSessionItem> session) SetTopSession() argument
273 SetTopSession(sptr<AVSessionItem> session, int32_t userId) SetTopSession() argument
[all...]
/foundation/multimedia/camera_framework/frameworks/native/camera/src/deferred_proc_session/
H A Ddeferred_photo_proc_session.cpp255 sptr<DeferredProcessing::IDeferredPhotoProcessingSession> session = nullptr; in ConnectDeferredProcessingSession() local
199 SetDeferredPhotoSession( sptr<DeferredProcessing::IDeferredPhotoProcessingSession>& session) SetDeferredPhotoSession() argument
/foundation/multimedia/camera_framework/frameworks/native/camera/src/ability/
H A Dcamera_ability.cpp222 auto session = session_.promote(); in OnAbilityChange() local
229 CameraAbilityContainer(std::vector<sptr<CameraAbility>> abilities, std::vector<sptr<CameraAbility>> conflictAbilities, wptr<CaptureSession> session) CameraAbilityContainer() argument
/foundation/multimedia/drm_framework/frameworks/native/test/fuzztest/mediakeysystemndk_fuzzer/
H A Dmediakeysystemndk_fuzzer.cpp281 MediaKeySession *session = nullptr; in FuzzTestMediaKeySystemCertificateOperationNdk() local
[all...]
/foundation/multimedia/av_codec/test/nativedemo/video_demo/
H A Davcodec_video_decoder_demo.cpp150 MediaKeySession *session = NULL; in RunDrmCase() local
/foundation/multimedia/av_session/frameworks/native/session/test/fuzztest/avsessionserviceproxy_fuzzer/
H A Davsessionserviceproxy_fuzzer.cpp48 std::shared_ptr<AVSession> session = nullptr; in FuzzDoProxyTaskOne() local
/foundation/multimedia/camera_framework/frameworks/native/ndk/impl/
H A Dphoto_output_impl.cpp393 auto session = innerPhotoOutput_->GetSession(); in IsMovingPhotoSupported() local
403 auto session = innerPhotoOutput_->GetSession(); in EnableMovingPhoto() local
/foundation/multimedia/av_codec/test/unittest/video_test/drm_decryptor_test/
H A Ddrm_decryptor_coverage_unit_test.cpp464 sptr<DrmStandard::IMediaKeySessionService> session = nullptr; in HWTEST_F() local
485 sptr<DrmStandard::IMediaKeySessionService> session = nullptr; in HWTEST_F() local
527 sptr<DrmStandard::IMediaKeySessionService> session = nullptr; in HWTEST_F() local
571 sptr<DrmStandard::IMediaKeySessionService> session = nullptr; in HWTEST_F() local
615 sptr<DrmStandard::IMediaKeySessionService> session in HWTEST_F() local
[all...]
/foundation/multimodalinput/input/service/device_manager/test/
H A Dinput_device_manager_test.cpp870 std::shared_ptr<MockUDSSession> session = std::make_shared<MockUDSSession> in HWTEST_F() local
1146 SessionPtr session = std::shared_ptr<OHOS::MMI::UDSSession>(); in HWTEST_F() local
1160 SessionPtr session = std::shared_ptr<OHOS::MMI::UDSSession>(); in HWTEST_F() local
/foundation/multimodalinput/input/service/interceptor/src/
H A Devent_interceptor_handler.cpp85 AddInputHandler(InputHandlerType handlerType, HandleEventType eventType, int32_t priority, uint32_t deviceTags, SessionPtr session) AddInputHandler() argument
101 RemoveInputHandler(InputHandlerType handlerType, HandleEventType eventType, int32_t priority, uint32_t deviceTags, SessionPtr session) RemoveInputHandler() argument
157 OnSessionLost(SessionPtr session) OnSessionLost() argument
362 OnSessionLost(SessionPtr session) OnSessionLost() argument
386 SessionPtr session = item.session_; Dump() local
[all...]
/foundation/multimodalinput/input/service/monitor/test/
H A Devent_monitor_handler_test.cpp85 SessionPtr session = std::make_shared<UDSSession>(PROGRAM_NAME, g_moduleType, g_writeFd, UID_ROOT, g_pid); in HWTEST_F() local
228 SessionPtr session = std::make_shared<UDSSession>(PROGRAM_NAME, g_moduleType, g_writeFd, UID_ROOT, g_pid); in HWTEST_F() local
250 SessionPtr session = std::make_shared<UDSSession>(PROGRAM_NAME, g_moduleType, g_writeFd, UID_ROOT, g_pid); in HWTEST_F() local
271 SessionPtr session in HWTEST_F() local
293 SessionPtr session = std::make_shared<UDSSession>(PROGRAM_NAME, g_moduleType, g_writeFd, UID_ROOT, g_pid); HWTEST_F() local
311 SessionPtr session = std::make_shared<UDSSession>(PROGRAM_NAME, g_moduleType, g_writeFd, UID_ROOT, g_pid); HWTEST_F() local
329 SessionPtr session = std::make_shared<UDSSession>(PROGRAM_NAME, g_moduleType, g_writeFd, UID_ROOT, g_pid); HWTEST_F() local
355 SessionPtr session = std::make_shared<UDSSession>(PROGRAM_NAME, g_moduleType, g_writeFd, UID_ROOT, g_pid); HWTEST_F() local
376 SessionPtr session = std::make_shared<UDSSession>(PROGRAM_NAME, g_moduleType, g_writeFd, UID_ROOT, g_pid); HWTEST_F() local
408 SessionPtr session = std::make_shared<UDSSession>(PROGRAM_NAME, g_moduleType, g_writeFd, UID_ROOT, g_pid); HWTEST_F() local
443 SessionPtr session = std::make_shared<UDSSession>(PROGRAM_NAME, g_moduleType, g_writeFd, UID_ROOT, g_pid); HWTEST_F() local
548 SessionPtr session = std::make_shared<UDSSession>(PROGRAM_NAME, g_moduleType, g_writeFd, UID_ROOT, g_pid); HWTEST_F() local
568 SessionPtr session = std::make_shared<UDSSession>(PROGRAM_NAME, g_moduleType, g_writeFd, UID_ROOT, g_pid); HWTEST_F() local
585 SessionPtr session = std::make_shared<UDSSession>(PROGRAM_NAME, g_moduleType, g_writeFd, UID_ROOT, g_pid); HWTEST_F() local
611 SessionPtr session = std::make_shared<UDSSession>(PROGRAM_NAME, g_moduleType, g_writeFd, UID_ROOT, g_pid); HWTEST_F() local
614 SessionPtr session = std::make_shared<UDSSession>(PROGRAM_NAME, g_moduleType, g_writeFd, UID_ROOT, g_pid); HWTEST_F() local
639 SessionPtr session = std::make_shared<UDSSession>(PROGRAM_NAME, g_moduleType, g_writeFd, UID_ROOT, g_pid); HWTEST_F() local
661 SessionPtr session = std::make_shared<UDSSession>(PROGRAM_NAME, g_moduleType, g_writeFd, UID_ROOT, g_pid); HWTEST_F() local
676 SessionPtr session = std::make_shared<UDSSession>(PROGRAM_NAME, g_moduleType, g_writeFd, UID_ROOT, g_pid); HWTEST_F() local
696 SessionPtr session = std::make_shared<UDSSession>(PROGRAM_NAME, g_moduleType, g_writeFd, UID_ROOT, g_pid); HWTEST_F() local
743 SessionPtr session = std::make_shared<UDSSession>(PROGRAM_NAME, g_moduleType, g_writeFd, UID_ROOT, g_pid); HWTEST_F() local
761 SessionPtr session = std::make_shared<UDSSession>(PROGRAM_NAME, g_moduleType, g_writeFd, UID_ROOT, g_pid); HWTEST_F() local
779 SessionPtr session = std::make_shared<UDSSession>(PROGRAM_NAME, g_moduleType, g_writeFd, UID_ROOT, g_pid); HWTEST_F() local
814 SessionPtr session = std::make_shared<UDSSession>(PROGRAM_NAME, g_moduleType, g_writeFd, UID_ROOT, g_pid); HWTEST_F() local
838 SessionPtr session = std::make_shared<UDSSession>(PROGRAM_NAME, g_moduleType, g_writeFd, UID_ROOT, g_pid); HWTEST_F() local
861 SessionPtr session = std::make_shared<UDSSession>(PROGRAM_NAME, g_moduleType, g_writeFd, UID_ROOT, g_pid); HWTEST_F() local
888 SessionPtr session = std::make_shared<UDSSession>(PROGRAM_NAME, g_moduleType, g_writeFd, UID_ROOT, g_pid); HWTEST_F() local
907 SessionPtr session = nullptr; HWTEST_F() local
926 SessionPtr session = std::make_shared<UDSSession>(PROGRAM_NAME, g_moduleType, g_writeFd, UID_ROOT, g_pid); HWTEST_F() local
947 SessionPtr session = std::make_shared<UDSSession>(PROGRAM_NAME, g_moduleType, g_writeFd, UID_ROOT, g_pid); HWTEST_F() local
[all...]
/foundation/multimodalinput/input/intention/drag/server/src/
H A Ddrag_server.cpp55 auto session = env_->GetSocketSessionManager().FindSessionByPid(context.pid); in Start() local
/foundation/multimodalinput/input/service/event_dispatch/test/
H A Devent_dispatch_test.cpp63 SessionPtr session = std::make_shared<UDSSession>(PROGRAM_NAME, 1, 1, 100, 100); in HWTEST_F() local
110 SessionPtr session = std::make_shared<UDSSession>(PROGRAM_NAME, 1, 1, 100, 100); in HWTEST_F() local
203 auto session = udsServer.GetSession(fd); in HWTEST_F() local
224 auto session = udsServer.GetSession(fd); in HWTEST_F() local
245 auto session = udsServer.GetSession(fd); HWTEST_F() local
266 auto session = udsServer.GetSession(fd); HWTEST_F() local
287 auto session = udsServer.GetSession(fd); HWTEST_F() local
361 auto session = udsServer.GetSession(fd); HWTEST_F() local
391 auto session = udsServer.GetSession(fd); HWTEST_F() local
412 auto session = udsServer.GetSession(fd); HWTEST_F() local
1517 SessionPtr session = std::make_shared<UDSSession>(PROGRAM_NAME, g_moduleType, g_writeFd, UID_ROOT, g_pid); HWTEST_F() local
1551 SessionPtr session = std::make_shared<UDSSession>(PROGRAM_NAME, g_moduleType, g_writeFd, UID_ROOT, g_pid); HWTEST_F() local
[all...]
/foundation/multimodalinput/input/service/event_dispatch/src/
H A Devent_dispatch_handler.cpp385 auto session = udsServer.GetSession(fd); in DispatchKeyEvent() local

Completed in 25 milliseconds

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