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:sourceList_
(Results
1 - 13
of
13
) sorted by relevance
/base/powermgr/power_manager/services/native/src/suspend/
H
A
D
suspend_sources.cpp
58
sourceList_
.push_back(source);
in PutSource()
64
return
sourceList_
;
in GetSourceList()
H
A
D
suspend_controller.cpp
146
sourceList_
= sources->GetSourceList();
in Init()
147
if (
sourceList_
.empty()) {
in Init()
152
for (auto source =
sourceList_
.begin(); source !=
sourceList_
.end(); source++) {
in Init()
215
sourceList_
= updateSourceList;
in UpdateSuspendSources()
219
for (auto source =
sourceList_
.begin(); source !=
sourceList_
.end(); source++, id++) {
in UpdateSuspendSources()
H
A
D
suspend_sources.h
82
std::vector<SuspendSource>
sourceList_
;
member in OHOS::PowerMgr::SuspendAction::SuspendSources
H
A
D
suspend_controller.h
110
std::vector<SuspendSource>
sourceList_
;
member in OHOS::PowerMgr::SuspendController
/base/powermgr/power_manager/utils/vibrator/src/
H
A
D
power_vibrator.cpp
42
sourceList_
.emplace_back(source);
in LoadConfig()
50
for (VibratorSource& src :
sourceList_
) {
in StartVibrator()
/base/powermgr/power_manager/services/native/src/wakeup/
H
A
D
wakeup_sources.cpp
86
sourceList_
.push_back(source);
in PutSource()
92
return
sourceList_
;
in GetSourceList()
H
A
D
wakeup_sources.h
82
std::vector<WakeupSource>
sourceList_
;
member in OHOS::PowerMgr::WakeUpAction::WakeupSources
H
A
D
wakeup_controller.cpp
86
sourceList_
= sources->GetSourceList();
in Init()
87
if (
sourceList_
.empty()) {
in Init()
92
for (auto source =
sourceList_
.begin(); source !=
sourceList_
.end(); source++) {
in Init()
128
sourceList_
= updateSourceList;
in RegisterSettingsObserver()
132
for (auto source =
sourceList_
.begin(); source !=
sourceList_
.end(); source++, id++) {
in RegisterSettingsObserver()
H
A
D
wakeup_controller.h
99
std::vector<WakeupSource>
sourceList_
;
member in OHOS::PowerMgr::WakeupController
/base/powermgr/power_manager/test/unittest/src/interface_test/
H
A
D
power_suspend_parse_test.cpp
60
vector<SuspendSource>::iterator itb = pmsTest_->suspendController_->
sourceList_
.begin();
in TestPowerSuspend()
61
vector<SuspendSource>::iterator ite = pmsTest_->suspendController_->
sourceList_
.end();
in TestPowerSuspend()
H
A
D
power_wakeup_parse_test.cpp
62
vector<WakeupSource>::iterator itb = pmsTest_->wakeupController_->
sourceList_
.begin();
in TestPowerWakeup()
63
vector<WakeupSource>::iterator ite = pmsTest_->wakeupController_->
sourceList_
.end();
in TestPowerWakeup()
H
A
D
power_mgr_util_test.cpp
374
vibrator->
sourceList_
.emplace_back(vibratorSource);
in HWTEST_F()
/base/powermgr/power_manager/utils/vibrator/include/
H
A
D
power_vibrator.h
33
std::vector<VibratorSource>
sourceList_
;
member in OHOS::PowerMgr::PowerVibrator
Completed in 9 milliseconds