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:ByteCalculate
(Results
1 - 5
of
5
) sorted by relevance
/foundation/distributedhardware/distributed_screen/services/screenservice/sourceservice/dscreenmgr/common/src/
H
A
D
screen_manager_adapter.cpp
39
uint32_t ScreenMgrAdapter::
ByteCalculate
(std::uint32_t screenWidth)
in ByteCalculate()
function in OHOS::DistributedHardware::ScreenMgrAdapter
70
width =
ByteCalculate
(width);
in CreateVirtualScreen()
176
width =
ByteCalculate
(width);
in GetMapRelation()
/foundation/distributedhardware/distributed_screen/screenhandler/test/unittest/screenhandler/src/
H
A
D
dscreen_handler_test.cpp
62
* @tc.desc: Verify the
ByteCalculate
function.
68
uint32_t ret = DScreenHandler::GetInstance().screenListener_->
ByteCalculate
(320);
in HWTEST_F()
70
ret = DScreenHandler::GetInstance().screenListener_->
ByteCalculate
(312);
in HWTEST_F()
/foundation/distributedhardware/distributed_screen/screenhandler/src/
H
A
D
dscreen_handler.cpp
64
uint32_t ScreenListener::
ByteCalculate
(std::uint32_t screenWidth)
in ByteCalculate()
function in OHOS::DistributedHardware::ScreenListener
91
screenWidth =
ByteCalculate
(screenWidth);
in OnConnect()
162
screenWidth = screenListener_->
ByteCalculate
(screenWidth);
in RealQuery()
/foundation/distributedhardware/distributed_screen/services/screenservice/sourceservice/dscreenmgr/common/include/
H
A
D
screen_manager_adapter.h
43
uint32_t
ByteCalculate
(uint32_t screenWidth);
/foundation/distributedhardware/distributed_screen/screenhandler/include/
H
A
D
dscreen_handler.h
31
uint32_t
ByteCalculate
(uint32_t screenWidth);
Completed in 3 milliseconds