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:CreateMonitor
(Results
1 - 6
of
6
) sorted by relevance
/base/powermgr/power_manager/services/native/src/suspend/
H
A
D
suspend_controller.cpp
155
std::shared_ptr<SuspendMonitor> monitor = SuspendMonitor::
CreateMonitor
(*source);
in Init()
220
std::shared_ptr<SuspendMonitor> monitor = SuspendMonitor::
CreateMonitor
(*source);
in UpdateSuspendSources()
221
POWER_HILOGI(FEATURE_SUSPEND, "UpdateFunc
CreateMonitor
[%{public}u] reason=%{public}d",
in UpdateSuspendSources()
667
const std::shared_ptr<SuspendMonitor> SuspendMonitor::
CreateMonitor
(SuspendSource& source)
in RegisterSettingsObserver()
function in OHOS::PowerMgr::SuspendMonitor
685
POWER_HILOGE(FEATURE_SUSPEND, "
CreateMonitor
: Invalid reason=%{public}d", reason);
in RegisterSettingsObserver()
H
A
D
suspend_controller.h
130
const static std::shared_ptr<SuspendMonitor>
CreateMonitor
(SuspendSource& source);
/base/powermgr/power_manager/services/native/src/wakeup/
H
A
D
wakeup_controller.h
126
static std::shared_ptr<WakeupMonitor>
CreateMonitor
(WakeupSource& source);
H
A
D
wakeup_controller.cpp
95
std::shared_ptr<WakeupMonitor> monitor = WakeupMonitor::
CreateMonitor
(*source);
in Init()
133
std::shared_ptr<WakeupMonitor> monitor = WakeupMonitor::
CreateMonitor
(*source);
in RegisterSettingsObserver()
134
POWER_HILOGI(FEATURE_WAKEUP, "UpdateFunc
CreateMonitor
[%{public}u] reason=%{public}d",
in RegisterSettingsObserver()
750
std::shared_ptr<WakeupMonitor> WakeupMonitor::
CreateMonitor
(WakeupSource& source)
in CreateMonitor()
function in OHOS::PowerMgr::WakeupMonitor
786
POWER_HILOGE(FEATURE_WAKEUP, "
CreateMonitor
: Invalid reason=%{public}d", reason);
in CreateMonitor()
/base/powermgr/power_manager/test/unittest/src/interface_test/
H
A
D
power_wakeup_controller_test.cpp
184
* @tc.desc: test
CreateMonitor
194
std::shared_ptr<WakeupMonitor> monitor1 = WakeupMonitor::
CreateMonitor
(source1);
in HWTEST_F()
198
std::shared_ptr<WakeupMonitor> monitor2 = WakeupMonitor::
CreateMonitor
(source2);
in HWTEST_F()
H
A
D
power_suspend_controller_test.cpp
144
* @tc.desc: test
CreateMonitor
154
std::shared_ptr<SuspendMonitor> monitor = SuspendMonitor::
CreateMonitor
(source);
in HWTEST_F()
Completed in 6 milliseconds