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:isSettingEnable
(Results
1 - 2
of
2
) sorted by relevance
/base/powermgr/display_manager/state_manager/service/native/src/
H
A
D
display_power_mgr_service.cpp
175
bool
isSettingEnable
= GetSettingAutoBrightness(key);
in AutoBrightnessSettingUpdateFunc()
local
177
if (
isSettingEnable
== isSystemEnable) {
in AutoBrightnessSettingUpdateFunc()
181
DISPLAY_HILOGI(FEAT_BRIGHTNESS, "AutoBrightnessSettingUpdateFunc
isSettingEnable
=%{public}d",
isSettingEnable
);
in AutoBrightnessSettingUpdateFunc()
182
BrightnessManager::Get().AutoAdjustBrightness(
isSettingEnable
);
in AutoBrightnessSettingUpdateFunc()
183
DelayedSpSingleton<DisplayPowerMgrService>::GetInstance()->AutoAdjustBrightness(
isSettingEnable
);
in AutoBrightnessSettingUpdateFunc()
184
if (!
isSettingEnable
) {
in AutoBrightnessSettingUpdateFunc()
/base/powermgr/power_manager/services/native/src/
H
A
D
power_mgr_service.cpp
274
bool
isSettingEnable
= GetSettingWakeupDoubleClick(key);
in WakeupDoubleClickSettingUpdateFunc()
local
275
WakeupController::ChangeWakeupSourceConfig(
isSettingEnable
);
in WakeupDoubleClickSettingUpdateFunc()
276
WakeupController::SetWakeupDoubleClickSensor(
isSettingEnable
);
in WakeupDoubleClickSettingUpdateFunc()
277
POWER_HILOGI(COMP_SVC, "WakeupDoubleClickSettingUpdateFunc
isSettingEnable
=%{public}d",
isSettingEnable
);
in WakeupDoubleClickSettingUpdateFunc()
294
bool
isSettingEnable
= SettingHelper::GetSettingWakeupPickup(key);
in WakeupPickupGestureSettingUpdateFunc()
local
295
WakeupController::PickupConnectMotionConfig(
isSettingEnable
);
in WakeupPickupGestureSettingUpdateFunc()
296
POWER_HILOGI(COMP_SVC, "PickupConnectMotionConfig done,
isSettingEnable
=%{public}d",
isSettingEnable
);
in WakeupPickupGestureSettingUpdateFunc()
297
WakeupController::ChangePickupWakeupSourceConfig(
isSettingEnable
);
in WakeupPickupGestureSettingUpdateFunc()
[all...]
Completed in 7 milliseconds