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
defs:parentSession
(Results
1 - 16
of
16
) sorted by relevance
/foundation/window/window_manager/window_scene/test/unittest/
H
A
D
sub_session_test.cpp
291
auto
parentSession
= new SubSession(info, specificCallback);
in HWTEST_F()
local
H
A
D
session_lifecycle_test.cpp
262
sptr<Session>
parentSession
= sptr<Session>::MakeSptr(parentInfo);
in HWTEST_F()
local
H
A
D
session_test3.cpp
418
sptr<Session>
parentSession
= sptr<Session>::MakeSptr(info);
in HWTEST_F()
local
H
A
D
session_test.cpp
436
sptr<SceneSession>
parentSession
= sptr<SceneSession>::MakeSptr(info, nullptr);
in HWTEST_F()
local
H
A
D
scene_session_test.cpp
475
sptr<Session>
parentSession
= sptr<Session>::MakeSptr(parentInfo);
in HWTEST_F()
local
530
sptr<Session>
parentSession
= sptr<Session>::MakeSptr(parentInfo);
in HWTEST_F()
local
1918
sptr<SceneSession>
parentSession
= sptr<SceneSession>::MakeSptr(info, nullptr);
HWTEST_F()
local
[all...]
H
A
D
scene_session_manager_test.cpp
457
sptr<SceneSession>
parentSession
= new (std::nothrow) MainSession(parentInfo, nullptr);
in HWTEST_F()
local
/foundation/window/window_manager/window_scene/session/host/src/
H
A
D
sub_session.cpp
112
auto
parentSession
= GetParentSession();
in ProcessPointDownSession()
local
130
auto
parentSession
= GetParentSession();
in GetMissionId()
local
143
auto
parentSession
= GetParentSession();
in TransferKeyEvent()
local
H
A
D
system_session.cpp
84
auto
parentSession
= GetParentSession();
in Show()
local
179
auto
parentSession
= GetParentSession();
in ProcessPointDownSession()
local
201
auto
parentSession
= GetParentSession();
in GetMissionId()
local
218
auto
parentSession
= GetParentSession();
TransferKeyEvent()
local
292
auto
parentSession
= GetParentSession();
CheckKeyEventDispatch()
local
[all...]
H
A
D
scene_session.cpp
1165
auto
parentSession
= GetParentSession();
in UpdateSessionRect()
local
1594
auto
parentSession
= GetParentSession();
in CheckGetAvoidAreaAvailable()
local
H
A
D
session.cpp
1795
auto
parentSession
= GetParentSession();
in IsTopDialog()
local
1876
auto
parentSession
= GetParentSession();
in HandleSubWindowClick()
local
1921
auto
parentSession
= GetParentSession();
in TransferPointerEvent()
local
[all...]
/foundation/window/window_manager/wm/test/unittest/
H
A
D
window_scene_session_impl_test4.cpp
1204
sptr<WindowSessionImpl>
parentSession
= nullptr;
in HWTEST_F()
local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/ui_extension/
H
A
D
security_session_wrapper_impl.cpp
598
auto
parentSession
= session_->GetParentSession();
in NotifyDisplayArea()
local
H
A
D
session_wrapper_impl.cpp
773
auto
parentSession
= session_->GetParentSession();
in GetSizeChangeReason()
local
787
auto
parentSession
= session_->GetParentSession();
in NotifyDisplayArea()
local
/foundation/window/window_manager/window_scene/session_manager/src/
H
A
D
scene_session_dirty_manager.cpp
325
auto
parentSession
= session->GetParentSession();
in UpdateCallingPidMapItem()
local
H
A
D
scene_session_manager.cpp
1313
auto
parentSession
= GetSceneSession(parentPersistentId);
in UpdateParentSessionForDialog()
local
2370
auto
parentSession
= GetSceneSession(property->GetParentPersistentId());
in CreateAndConnectSpecificSession()
local
2500
auto
parentSession
= GetSceneSession(property->GetParentPersistentId());
in isEnablePiPCreate()
local
2849
auto
parentSession
= GetSceneSession(property->GetParentPersistentId());
NotifyCreateSpecificSession()
local
2895
sptr<SceneSession>
parentSession
= nullptr;
NotifyCreateSubSession()
local
2928
sptr<SceneSession>
parentSession
= iter->second;
GetMainParentSceneSession()
local
2949
auto
parentSession
= GetSceneSession(persistentId);
NotifyCreateToastSession()
local
3057
auto
parentSession
= GetSceneSession(sceneSession->GetParentPersistentId());
DestroyAndDisconnectSpecificSessionInner()
local
3065
auto
parentSession
= GetSceneSession(sceneSession->GetParentPersistentId());
DestroyAndDisconnectSpecificSessionInner()
local
3077
auto
parentSession
= GetSceneSession(sceneSession->GetParentPersistentId());
DestroyAndDisconnectSpecificSessionInner()
local
4903
auto
parentSession
= GetSceneSession(focusedSession->GetParentPersistentId());
CheckTopmostWindowFocus()
local
4999
auto
parentSession
= GetSceneSession(session->GetParentPersistentId());
IsParentSessionVisible()
local
[all...]
/foundation/window/window_manager/wm/src/
H
A
D
window_scene_session_impl.cpp
288
WMError WindowSceneSessionImpl::GetParentSessionAndVerify(bool isToast, sptr<WindowSessionImpl>&
parentSession
)
in GetParentSessionAndVerify()
argument
343
sptr<WindowSessionImpl>
parentSession
= nullptr;
in CreateAndConnectSpecificSession()
local
411
sptr<WindowSessionImpl>
parentSession
= nullptr;
SetSystemWindowDisplayId()
local
462
auto
parentSession
= FindParentSessionByParentId(property_->GetParentId());
CreateSystemWindow()
local
499
auto
parentSession
= FindParentSessionByParentId(property_->GetParentId());
RecoverAndConnectSpecificSession()
local
1359
auto
parentSession
= FindParentSessionByParentId(GetParentId());
DestroyInner()
local
[all...]
Completed in 43 milliseconds