Home
last modified time | relevance | path

Searched refs:GetSession (Results 1 - 25 of 46) sorted by relevance

12

/foundation/multimedia/camera_framework/frameworks/native/camera/src/output/
H A Dpreview_output.cpp178 auto session = GetSession(); in OnSketchStatusChanged()
198 auto session = GetSession(); in Start()
244 auto session = GetSession(); in IsSketchSupported()
263 auto session = GetSession(); in GetSketchRatio()
281 auto session = GetSession(); in CreateSketchWrapper()
300 auto session = GetSession(); in EnableSketch()
323 auto session = GetSession(); in AttachSketchSurface()
388 auto session = GetSession(); in SetFrameRate()
397 auto session = GetSession(); in GetSupportedFrameRates()
431 auto session = GetSession(); in StartSketch()
[all...]
H A Dvideo_output.cpp131 auto session = GetSession(); in Start()
168 auto session = GetSession(); in Stop()
303 auto session = GetSession(); in GetSupportedFrameRates()
333 auto session = GetSession(); in enableMirror()
347 auto session = GetSession(); in IsMirrorSupported()
389 auto captureSession = GetSession(); in IsTagSupported()
433 auto session = GetSession(); in canSetFrameRateRange()
459 auto session = GetSession(); in GetVideoRotation()
492 auto captureSession = GetSession(); in IsAutoDeferredVideoEnhancementSupported()
512 auto captureSession = GetSession(); in IsAutoDeferredVideoEnhancementEnabled()
[all...]
H A Dphoto_output.cpp218 sptr<CaptureSession> session = photoOutput->GetSession(); in OnCaptureStarted()
348 auto session = GetSession(); in SetCallbackFlag()
474 auto session = GetSession(); in SetThumbnail()
495 auto session = GetSession(); in EnableRawDelivery()
538 auto session = GetSession(); in Capture()
561 auto session = GetSession(); in Capture()
587 auto session = GetSession(); in CancelCapture()
606 auto session = GetSession(); in ConfirmCapture()
668 auto session = GetSession(); in IsMirrorSupported()
704 auto session = GetSession(); in EnableMirror()
[all...]
H A Dmetadata_output.cpp134 auto session = GetSession(); in GetSupportedMetadataObjectTypes()
156 auto session = GetSession(); in SetCapturingMetadataObjectTypes()
182 auto session = GetSession(); in AddMetadataObjectTypes()
228 auto session = GetSession(); in RemoveMetadataObjectTypes()
297 auto session = GetSession(); in Start()
630 auto session = metadataOutput->GetSession(); in OnMetadataResult()
H A Ddepth_data_output.cpp75 auto captureSession = GetSession(); in Start()
/foundation/multimodalinput/input/service/window_manager/test/
H A Dmock.h46 virtual SessionPtr GetSession(int32_t fd) = 0;
63 MOCK_METHOD1(GetSession, SessionPtr(int32_t fd));
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/window_scene/scene/
H A Dwindow_node.cpp142 if (pattern != nullptr && pattern->GetSession() != nullptr && in ConvertHotRect()
143 (pattern->GetSession()->GetWindowType() != Rosen::WindowType::WINDOW_TYPE_APP_MAIN_WINDOW && in ConvertHotRect()
144 pattern->GetSession()->GetWindowType() != Rosen::WindowType::WINDOW_TYPE_APP_SUB_WINDOW)) { in ConvertHotRect()
H A Dsystem_window_scene.h39 sptr<Rosen::Session> GetSession();
H A Dsystem_window_scene.cpp40 sptr<Rosen::Session> SystemWindowScene::GetSession() in GetSession() function in OHOS::Ace::NG::SystemWindowScene
287 CHECK_NULL_VOID(self->GetSession()); in RegisterFocusCallback()
288 pipeline->RestoreDefault(self->GetSession()->GetPersistentId()); in RegisterFocusCallback()
H A Dwindow_scene_layout_manager.cpp228 auto session = windowPattern->GetSession(); in NoNeedSyncScenePanelGlobalPosition()
273 auto session = windowPattern->GetSession(); in IsRecentContainerState()
347 auto session = windowPattern->GetSession(); in GetWindowIdInner()
370 if (windowPattern == nullptr || windowPattern->GetSession() == nullptr) { in GetWindowId()
392 auto session = windowPattern->GetSession(); in GetWindowNameInner()
H A Dwindow_pattern.h37 sptr<Rosen::Session> GetSession();
/foundation/CastEngine/castengine_wifi_display/services/network/session/
H A Dbase_network_session.h35 virtual std::weak_ptr<BaseNetworkSession> &GetSession() in GetSession() function in OHOS::Sharing::BaseSessionEventListener
58 virtual std::weak_ptr<BaseNetworkSession> &GetSession() in GetSession() function in OHOS::Sharing::BaseSessionEventHandler
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/app/src/session_manager/
H A Dsession_manager.h50 Session GetSession(const SessionPoint &from, const std::string &targetDeviceId) const;
H A Dsession_manager.cpp39 Session SessionManager::GetSession(const SessionPoint &from, const std::string &targetDeviceId) const in GetSession() function in OHOS::DistributedData::SessionManager
/foundation/multimodalinput/input/service/module_loader/src/
H A Duds_server.cpp85 auto ses = GetSession(fd); in SendMsg()
232 auto secPtr = GetSession(fd); in ReleaseSession()
258 auto sess = GetSession(fd); in OnPacket()
336 SessionPtr UDSServer::GetSession(int32_t fd) const in GetSession() function in OHOS::MMI::UDSServer
357 return GetSession(fd); in GetSessionByPid()
/foundation/multimedia/av_session/services/session/server/
H A Dsession_stack.h34 sptr<AVSessionItem> GetSession(pid_t pid, const std::string& abilityName) override;
H A Dsession_container.h35 virtual sptr<AVSessionItem> GetSession(pid_t pid, const std::string& abilityName) = 0;
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/network/
H A Dnetwork_agent_template.cpp169 GetSession(cidStr, linkType); in GetSessionProcessInner()
172 void NetworkAgentTemplate::GetSession(const string &cid, uint8_t linkType) in GetSession() function in OHOS::Storage::DistributedFile::NetworkAgentTemplate
/foundation/multimodalinput/input/service/event_dispatch/test/
H A Devent_dispatch_test.cpp203 auto session = udsServer.GetSession(fd); in HWTEST_F()
224 auto session = udsServer.GetSession(fd); in HWTEST_F()
245 auto session = udsServer.GetSession(fd); in HWTEST_F()
266 auto session = udsServer.GetSession(fd); in HWTEST_F()
287 auto session = udsServer.GetSession(fd); in HWTEST_F()
361 auto session = udsServer.GetSession(fd); in HWTEST_F()
391 auto session = udsServer.GetSession(fd); in HWTEST_F()
412 auto session = udsServer.GetSession(fd); in HWTEST_F()
1671 auto session = InputHandler->udsServer_->GetSession(fd);
1692 auto session = InputHandler->udsServer_->GetSession(f
[all...]
/foundation/multimodalinput/input/service/event_dispatch/src/
H A Devent_dispatch_handler.cpp278 if (WIN_MGR->GetCancelEventFlag(point) && udsServer->GetSession(fd) == nullptr && in HandlePointerEventInner()
308 auto sess = udsServer->GetSession(fd); in DispatchPointerEventInner()
385 auto session = udsServer.GetSession(fd); in DispatchKeyEvent()
/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/output/
H A Dcapture_output.h128 sptr<CaptureSession> GetSession();
/foundation/multimodalinput/input/service/module_loader/include/
H A Duds_server.h63 SessionPtr GetSession(int32_t fd) const;
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/include/network/
H A Dnetwork_agent_template.h88 void GetSession(const std::string &cid, uint8_t linkType);
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/window_scene/helper/
H A Dwindow_scene_helper.cpp79 return windowScenePattern->GetSession(); in GetCurSession()
120 auto window2patternSession = windowScenePattern->GetSession(); in GetWindowIdForWindowScene()
/foundation/multimodalinput/input/service/nap_process/src/
H A Dnap_process.cpp66 auto session = udsServer->GetSession(fd); in NotifyBundleName()

Completed in 17 milliseconds

12