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:GetDiscount
(Results
1 - 11
of
11
) sorted by relevance
/base/powermgr/display_manager/brightness_manager/src/
H
A
D
brightness_manager.cpp
93
double BrightnessManager::
GetDiscount
() const
in GetDiscount()
function in OHOS::DisplayPowerMgr::BrightnessManager
96
return mBrightnessManagerExt.
GetDiscount
();
in GetDiscount()
98
return BrightnessService::Get().
GetDiscount
();
in GetDiscount()
H
A
D
brightness_manager_ext.cpp
116
mGetDiscountFunc = dlsym(mBrightnessManagerExtHandle, "
GetDiscount
");
in LoadBrightnessStatus()
118
DISPLAY_HILOGE(FEAT_BRIGHTNESS, "dlsym
GetDiscount
func failed!");
in LoadBrightnessStatus()
278
double BrightnessManagerExt::
GetDiscount
() const
in GetDiscount()
function in OHOS::DisplayPowerMgr::BrightnessManagerExt
H
A
D
brightness_service.cpp
1072
double BrightnessService::
GetDiscount
() const
in GetDiscount()
function in OHOS::DisplayPowerMgr::BrightnessService
/base/powermgr/display_manager/brightness_manager/include/
H
A
D
brightness_manager.h
40
double
GetDiscount
() const;
H
A
D
brightness_manager_ext.h
40
double
GetDiscount
() const;
H
A
D
brightness_service.h
135
double
GetDiscount
() const;
/base/powermgr/display_manager/brightness_manager/test/unittest/src/
H
A
D
brightness_manager_ext_test.cpp
53
double discount = g_BrightnessManagerExt.
GetDiscount
();
in HWTEST_F()
131
auto ret = g_BrightnessManagerExt.
GetDiscount
();
in HWTEST_F()
H
A
D
mock_brightness_manager_interface.cpp
81
double
GetDiscount
()
in GetDiscount()
function
173
ext.mGetDiscountFunc = reinterpret_cast<void*>(
GetDiscount
);
in MockInitBrightnessManagerExt()
/base/powermgr/display_manager/state_manager/service/native/include/
H
A
D
screen_controller.h
72
double
GetDiscount
() const;
/base/powermgr/display_manager/state_manager/service/native/src/
H
A
D
screen_controller.cpp
410
double ScreenController::
GetDiscount
() const
in GetDiscount()
function in OHOS::DisplayPowerMgr::ScreenController
H
A
D
display_power_mgr_service.cpp
605
result.append(" Discount=").append(std::to_string(BrightnessManager::Get().
GetDiscount
()));
in DumpDisplayInfo()
709
double discountStride = static_cast<double>(AUTO_ADJUST_BRIGHTNESS_STRIDE / mainDisp->second->
GetDiscount
());
in AmbientLightCallback()
Completed in 8 milliseconds