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
defs:discount
(Results
1 - 25
of
28
) sorted by relevance
1
2
/foundation/barrierfree/accessibility/services/aams/src/
H
A
D
accessibility_power_manager.cpp
30
bool AccessibilityPowerManager::DiscountBrightness(const float
discount
)
in DiscountBrightness()
argument
H
A
D
accessibility_settings.cpp
343
RetError AccessibilitySettings::SetBrightnessDiscount(const float
discount
)
in SetBrightnessDiscount()
argument
/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()
local
H
A
D
mock_brightness_manager_interface.cpp
76
bool DiscountBrightness(double
discount
)
in DiscountBrightness()
argument
/foundation/barrierfree/accessibility/services/aams/test/mock/src/
H
A
D
mock_display_power_mgr_client.cpp
66
bool DisplayPowerMgrClient::DiscountBrightness(double
discount
, uint32_t displayId)
in DiscountBrightness()
argument
H
A
D
mock_accessibility_settings_config.cpp
187
RetError AccessibilitySettingsConfig::SetBrightnessDiscount(const float
discount
)
in SetBrightnessDiscount()
argument
H
A
D
mock_accessible_ability_manager_service.cpp
352
RetError AccessibleAbilityManagerService::SetBrightnessDiscount(const float
discount
)
in SetBrightnessDiscount()
argument
/base/powermgr/display_manager/brightness_manager/src/
H
A
D
brightness_manager.cpp
84
bool BrightnessManager::DiscountBrightness(double
discount
)
in DiscountBrightness()
argument
H
A
D
brightness_manager_ext.cpp
269
bool BrightnessManagerExt::DiscountBrightness(double
discount
)
in DiscountBrightness()
argument
H
A
D
brightness_service.cpp
356
void BrightnessService::DimmingCallbackImpl::DiscountBrightness(double
discount
)
in DiscountBrightness()
argument
839
bool BrightnessService::DiscountBrightness(double
discount
, uint32_t gradualDuration)
in DiscountBrightness()
argument
[all...]
/base/powermgr/display_manager/state_manager/service/zidl/src/
H
A
D
display_power_mgr_stub.cpp
231
double
discount
= 0;
in DiscountBrightnessStub()
local
H
A
D
display_power_mgr_proxy.cpp
280
bool DisplayPowerMgrProxy::DiscountBrightness(double
discount
, uint32_t displayId)
in DiscountBrightness()
argument
/base/powermgr/display_manager/state_manager/frameworks/native/
H
A
D
display_power_mgr_client.cpp
127
bool DisplayPowerMgrClient::DiscountBrightness(double
discount
, uint32_t displayId)
in DiscountBrightness()
argument
/base/powermgr/display_manager/state_manager/service/native/src/
H
A
D
screen_controller.cpp
74
void ScreenController::AnimateCallbackImpl::DiscountBrightness(double
discount
)
in DiscountBrightness()
argument
182
bool ScreenController::DiscountBrightness(double
discount
, uint32_t gradualDuration)
in DiscountBrightness()
argument
H
A
D
display_power_mgr_service.cpp
319
bool DisplayPowerMgrService::DiscountBrightness(double
discount
, uint32_t displayId)
in DiscountBrightness()
argument
777
double DisplayPowerMgrService::GetSafeDiscount(double
discount
, uint32_t brightness)
in GetSafeDiscount()
argument
[all...]
/base/powermgr/power_manager/utils/shell/src/
H
A
D
power_shell_command.cpp
609
double
discount
= 0;
in RunAsDisplayCommandDiscount()
local
610
fstr >>
discount
;
in RunAsDisplayCommandDiscount()
local
/foundation/barrierfree/accessibility/services/test/moduletest/mock/src/
H
A
D
mock_mt_accessibility_settings_config.cpp
187
RetError MockAccessibilitySettingsConfig::SetBrightnessDiscount(const float
discount
)
in SetBrightnessDiscount()
argument
/foundation/barrierfree/accessibility/services/test/mock/
H
A
D
mock_accessible_ability_manager_service_stub.cpp
282
RetError MockAccessibleAbilityManagerServiceStub::SetBrightnessDiscount(const float
discount
)
in SetBrightnessDiscount()
argument
/foundation/ability/ability_runtime/tools/aa/src/
H
A
D
accessibility_ability_command.cpp
1095
float
discount
= 1.0 * std::atoi(argument.value.c_str()) / 100;
in RunAsSetBrightnessDiscount()
local
/foundation/barrierfree/accessibility/services/test/xts/src/asac_register_elemnt_operator_test/
H
A
D
asac_register_element_operator_xts.cpp
327
RetError AsacRegisterElementOperatorXTS::SetBrightnessDiscount(const float
discount
)
in SetBrightnessDiscount()
argument
/foundation/barrierfree/accessibility/services/test/xts/src/sa_get_attribute_value/
H
A
D
sa_get_attribute_value_xts.cpp
327
RetError SaGetAttributeValueXts::SetBrightnessDiscount(const float
discount
)
in SetBrightnessDiscount()
argument
/foundation/barrierfree/accessibility/interfaces/innerkits/test/mock/
H
A
D
mock_a11y_ability_manager_service.cpp
352
RetError A11yManagerService::SetBrightnessDiscount(const float
discount
)
in SetBrightnessDiscount()
argument
/foundation/barrierfree/accessibility/common/interface/src/
H
A
D
accessible_ability_manager_service_stub.cpp
849
float
discount
= data.ReadFloat();
in HandleSetBrightnessDiscount()
local
H
A
D
accessible_ability_manager_service_proxy.cpp
993
RetError AccessibleAbilityManagerServiceProxy::SetBrightnessDiscount(const float
discount
)
in SetBrightnessDiscount()
argument
/foundation/barrierfree/accessibility/services/test/xts/src/sa_perform_action_test/
H
A
D
sa_perform_action_xts.cpp
1666
float
discount
= accountData->GetConfig()->GetBrightnessDiscount();
in SwitchedUser()
local
Completed in 27 milliseconds
1
2