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:parentSession_
(Results
1 - 13
of
13
) sorted by relevance
/foundation/window/window_manager/window_scene/session/host/src/
H
A
D
sub_session.cpp
208
if (
parentSession_
&& WindowHelper::IsMainWindow(
parentSession_
->GetWindowType())) {
in IsVisibleForeground()
209
return
parentSession_
->IsVisibleForeground() && Session::IsVisibleForeground();
in IsVisibleForeground()
H
A
D
system_session.cpp
354
parentSession_
&& WindowHelper::IsMainWindow(
parentSession_
->GetWindowType())) {
in IsVisibleForeground()
355
return
parentSession_
->IsVisibleForeground() && Session::IsVisibleForeground();
in IsVisibleForeground()
H
A
D
session.cpp
569
if (
parentSession_
) {
in GetSystemFocusable()
570
return systemFocusable_ &&
parentSession_
->GetSystemFocusable();
in GetSystemFocusable()
1705
parentSession_
= session;
in SetParentSession()
1714
return
parentSession_
;
in GetParentSession()
1721
} else if (
parentSession_
) {
in GetMainSession()
1722
return
parentSession_
->GetMainSession();
in GetMainSession()
/foundation/window/window_manager/window_scene/test/unittest/
H
A
D
system_session_test.cpp
231
systemSession_->
parentSession_
= session;
in HWTEST_F()
250
systemSession_->
parentSession_
= session;
in HWTEST_F()
461
sysSession->
parentSession_
= parentSesssion;
in HWTEST_F()
543
sysSession->
parentSession_
= parentSesssion;
in HWTEST_F()
649
sysSession->
parentSession_
= parentSesssion;
in HWTEST_F()
756
sysSession->
parentSession_
= parentSesssion;
in HWTEST_F()
H
A
D
anomaly_detection_test.cpp
199
sceneSession->
parentSession_
= nullptr;
in SubWindowTest()
202
sceneSession->
parentSession_
= mainSession;
in SubWindowTest()
H
A
D
main_session_test.cpp
266
mainSession_->
parentSession_
= session;
in HWTEST_F()
H
A
D
sub_session_test.cpp
311
subSession_->
parentSession_
= session;
in HWTEST_F()
H
A
D
scene_session_manager_test4.cpp
895
sceneSession01->
parentSession_
= session04;
in HWTEST_F()
896
sceneSession02->
parentSession_
= session05;
in HWTEST_F()
1688
sceneSession01->
parentSession_
= sceneSession;
in HWTEST_F()
H
A
D
session_test2.cpp
290
* @tc.desc:
parentSession_
&&
parentSession_
->CheckDialogOnForeground() is true
313
session_->
parentSession_
= session_;
in HWTEST_F()
445
* @tc.desc:
parentSession_
&&
parentSession_
->CheckDialogOnForeground() is true
468
session_->
parentSession_
= session_;
in HWTEST_F()
H
A
D
keyboard_session_test.cpp
1291
callingSession->
parentSession_
= callingParentSession;
in HWTEST_F()
H
A
D
session_test3.cpp
1295
session_->
parentSession_
= nullptr;
in HWTEST_F()
H
A
D
scene_session_manager_test6.cpp
597
sceneSessionSecond->
parentSession_
= sceneSessionFirst;
in HWTEST_F()
/foundation/window/window_manager/window_scene/session/host/include/
H
A
D
session.h
655
sptr<Session>
parentSession_
;
member in OHOS::OHOS::OHOS::Rosen::Session
Completed in 23 milliseconds