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:physicalWidth_
(Results
1 - 10
of
10
) sorted by relevance
/foundation/window/window_manager/utils/src/
H
A
D
display_info.cpp
27
parcel.WriteInt32(
physicalWidth_
) && parcel.WriteInt32(physicalHeight_) &&
in Marshalling()
60
parcel.ReadInt32(displayInfo->
physicalWidth_
) && parcel.ReadInt32(displayInfo->physicalHeight_) &&
in Unmarshalling()
/foundation/window/window_manager/interfaces/innerkits/dm/
H
A
D
dm_common.h
417
uint32_t
physicalWidth_
;
member
/foundation/window/window_manager/dmserver/src/
H
A
D
display_manager_stub.cpp
460
writeRet = reply.WriteUint32(physicalItem.
physicalWidth_
);
in OnRemoteRequest()
H
A
D
display_manager_service.cpp
832
defaultResolution.
physicalWidth_
= static_cast<uint32_t>(displayInfo->GetWidth());
in GetAllDisplayPhysicalResolution()
H
A
D
display_manager_proxy.cpp
1822
physicalItem.
physicalWidth_
= reply.ReadUint32();
in GetAllDisplayPhysicalResolution()
/foundation/window/window_manager/window_scene/screen_session_manager/src/
H
A
D
screen_scene_config.cpp
285
physicalSize.
physicalWidth_
= static_cast<uint32_t>(std::stoi(displaySizeArray[0]));
in ReadPhysicalDisplayConfigInfo()
H
A
D
screen_session_manager.cpp
5730
defaultSize.
physicalWidth_
= defaultScreenProperty.GetPhyBounds().rect_.width_;
in GetAllDisplayPhysicalResolution()
/foundation/window/window_manager/interfaces/kits/napi/display_runtime/
H
A
D
js_display.cpp
719
napi_set_named_property(env, objValue, "physicalWidth", CreateJsValue(env, physicalInfo.
physicalWidth_
));
in CreateJsDisplayPhysicalInfoObject()
/foundation/window/window_manager/window_scene/screen_session_manager/src/zidl/
H
A
D
screen_session_manager_stub.cpp
945
writeRet = reply.WriteUint32(physicalItem.
physicalWidth_
);
in ProcGetAllDisplayPhysicalResolution()
H
A
D
screen_session_manager_proxy.cpp
3118
physicalItem.
physicalWidth_
= reply.ReadUint32();
in GetAllDisplayPhysicalResolution()
Completed in 24 milliseconds