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:screenGroupInfo
(Results
1 - 8
of
8
) sorted by relevance
/foundation/window/window_manager/dm/test/unittest/
H
A
D
screen_group_test.cpp
63
sptr<ScreenGroupInfo>
screenGroupInfo
= new(std::nothrow) ScreenGroupInfo();
in HWTEST_F()
local
64
sptr<ScreenGroup> screenGroup = new ScreenGroup(
screenGroupInfo
);
in HWTEST_F()
78
sptr<ScreenGroupInfo>
screenGroupInfo
= new(std::nothrow) ScreenGroupInfo();
in HWTEST_F()
local
79
sptr<ScreenGroup> screenGroup = new ScreenGroup(
screenGroupInfo
);
in HWTEST_F()
80
screenGroupInfo
->combination_ = ScreenCombination::SCREEN_EXPAND;
in HWTEST_F()
82
EXPECT_CALL(m.Mock(), GetScreenGroupInfoById(_)).Times(1).WillOnce(Return(
screenGroupInfo
));
in HWTEST_F()
94
sptr<ScreenGroupInfo>
screenGroupInfo
= new(std::nothrow) ScreenGroupInfo();
in HWTEST_F()
local
95
sptr<ScreenGroup> screenGroup = new ScreenGroup(
screenGroupInfo
);
in HWTEST_F()
98
screenGroupInfo
->position_ = position;
in HWTEST_F()
100
EXPECT_CALL(m.Mock(), GetScreenGroupInfoById(_)).Times(1).WillOnce(Return(
screenGroupInfo
));
in HWTEST_F()
111
sptr<ScreenGroupInfo>
screenGroupInfo
= new(std::nothrow) ScreenGroupInfo();
HWTEST_F()
local
[all...]
/foundation/window/window_manager/utils/src/
H
A
D
screen_group_info.cpp
43
ScreenGroupInfo*
screenGroupInfo
= new(std::nothrow) ScreenGroupInfo();
in Unmarshalling()
local
44
if (
screenGroupInfo
== nullptr) {
in Unmarshalling()
45
return
screenGroupInfo
;
in Unmarshalling()
47
bool res =
screenGroupInfo
->InnerUnmarshalling(parcel);
in Unmarshalling()
49
return
screenGroupInfo
;
in Unmarshalling()
51
delete
screenGroupInfo
;
in Unmarshalling()
/foundation/window/window_manager/dmserver/src/
H
A
D
abstract_screen.cpp
507
sptr<ScreenGroupInfo>
screenGroupInfo
= new(std::nothrow) ScreenGroupInfo();
in ConvertToScreenGroupInfo()
local
508
if (
screenGroupInfo
== nullptr) {
in ConvertToScreenGroupInfo()
511
FillScreenInfo(
screenGroupInfo
);
in ConvertToScreenGroupInfo()
512
screenGroupInfo
->combination_ = combination_;
in ConvertToScreenGroupInfo()
514
screenGroupInfo
->children_.push_back(iter->first);
in ConvertToScreenGroupInfo()
515
screenGroupInfo
->position_.push_back(iter->second->startPoint_);
in ConvertToScreenGroupInfo()
517
return
screenGroupInfo
;
in ConvertToScreenGroupInfo()
H
A
D
display_manager_stub.cpp
239
auto
screenGroupInfo
= GetScreenGroupInfoById(screenId);
in OnRemoteRequest()
local
240
reply.WriteStrongParcelable(
screenGroupInfo
);
in OnRemoteRequest()
/foundation/window/window_manager/dm/src/
H
A
D
screen_group.cpp
39
DEFINE_VAR_FUNC_GET_SET_WITH_LOCK(sptr<ScreenGroupInfo>, ScreenGroupInfo,
screenGroupInfo
);
H
A
D
screen_manager.cpp
241
auto
screenGroupInfo
= SingletonContainer::Get<ScreenManagerAdapter>().GetScreenGroupInfoById(screenId);
in GetScreenGroup()
local
243
if (
screenGroupInfo
== nullptr) {
in GetScreenGroup()
244
WLOGFE("
screenGroupInfo
is null");
in GetScreenGroup()
250
iter->second->UpdateScreenGroupInfo(
screenGroupInfo
);
in GetScreenGroup()
253
sptr<ScreenGroup> screenGroup = new ScreenGroup(
screenGroupInfo
);
in GetScreenGroup()
/foundation/window/window_manager/window_scene/session/screen/src/
H
A
D
screen_session.cpp
1360
sptr<ScreenGroupInfo>
screenGroupInfo
= new(std::nothrow) ScreenGroupInfo();
in ConvertToScreenGroupInfo()
local
1361
if (
screenGroupInfo
== nullptr) {
in ConvertToScreenGroupInfo()
1364
FillScreenInfo(
screenGroupInfo
);
in ConvertToScreenGroupInfo()
1365
screenGroupInfo
->combination_ = combination_;
in ConvertToScreenGroupInfo()
1367
screenGroupInfo
->children_.push_back(iter->first);
in ConvertToScreenGroupInfo()
1370
screenGroupInfo
->position_.insert(
screenGroupInfo
->position_.end(), positions.begin(), positions.end());
in ConvertToScreenGroupInfo()
1371
return
screenGroupInfo
;
in ConvertToScreenGroupInfo()
/foundation/window/window_manager/window_scene/screen_session_manager/src/zidl/
H
A
D
screen_session_manager_stub.cpp
347
auto
screenGroupInfo
= GetScreenGroupInfoById(screenId);
in OnRemoteRequest()
local
348
reply.WriteStrongParcelable(
screenGroupInfo
);
in OnRemoteRequest()
Completed in 9 milliseconds