Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:GetSession
(Results
1 - 25
of
46
) sorted by relevance
1
2
/foundation/multimedia/camera_framework/frameworks/native/camera/src/output/
H
A
D
preview_output.cpp
178
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
D
video_output.cpp
131
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
D
photo_output.cpp
218
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
D
metadata_output.cpp
134
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
D
depth_data_output.cpp
75
auto captureSession =
GetSession
();
in Start()
/foundation/multimodalinput/input/service/window_manager/test/
H
A
D
mock.h
46
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
D
window_node.cpp
142
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
D
system_window_scene.h
39
sptr<Rosen::Session>
GetSession
();
H
A
D
system_window_scene.cpp
40
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
D
window_scene_layout_manager.cpp
228
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
D
window_pattern.h
37
sptr<Rosen::Session>
GetSession
();
/foundation/CastEngine/castengine_wifi_display/services/network/session/
H
A
D
base_network_session.h
35
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
D
session_manager.h
50
Session
GetSession
(const SessionPoint &from, const std::string &targetDeviceId) const;
H
A
D
session_manager.cpp
39
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
D
uds_server.cpp
85
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
D
session_stack.h
34
sptr<AVSessionItem>
GetSession
(pid_t pid, const std::string& abilityName) override;
H
A
D
session_container.h
35
virtual sptr<AVSessionItem>
GetSession
(pid_t pid, const std::string& abilityName) = 0;
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/network/
H
A
D
network_agent_template.cpp
169
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
D
event_dispatch_test.cpp
203
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
D
event_dispatch_handler.cpp
278
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
D
capture_output.h
128
sptr<CaptureSession>
GetSession
();
/foundation/multimodalinput/input/service/module_loader/include/
H
A
D
uds_server.h
63
SessionPtr
GetSession
(int32_t fd) const;
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/include/network/
H
A
D
network_agent_template.h
88
void
GetSession
(const std::string &cid, uint8_t linkType);
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/window_scene/helper/
H
A
D
window_scene_helper.cpp
79
return windowScenePattern->
GetSession
();
in GetCurSession()
120
auto window2patternSession = windowScenePattern->
GetSession
();
in GetWindowIdForWindowScene()
/foundation/multimodalinput/input/service/nap_process/src/
H
A
D
nap_process.cpp
66
auto session = udsServer->
GetSession
(fd);
in NotifyBundleName()
Completed in 17 milliseconds
1
2