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:OnPowerOverused
(Results
1 - 6
of
6
) sorted by relevance
/foundation/resourceschedule/device_standby/interfaces/innerkits/src/
H
A
D
standby_service_subscriber_stub.cpp
67
void StandbyServiceSubscriberStub::
OnPowerOverused
(const std::string& module, uint32_t level)
in OnPowerOverused()
function in OHOS::DevStandbyMgr::StandbyServiceSubscriberStub
107
OnPowerOverused
(module, level);
in HandleOnPowerOverused()
/foundation/resourceschedule/device_standby/frameworks/include/
H
A
D
standby_service_subscriber_proxy.h
56
void
OnPowerOverused
(const std::string& module, uint32_t level) override;
H
A
D
istandby_service_subscriber.h
56
virtual void
OnPowerOverused
(const std::string& module, uint32_t level) = 0;
/foundation/resourceschedule/device_standby/interfaces/innerkits/include/
H
A
D
standby_service_subscriber_stub.h
44
void
OnPowerOverused
(const std::string& module, uint32_t level) override;
/foundation/resourceschedule/device_standby/frameworks/src/
H
A
D
standby_service_subscriber_proxy.cpp
86
void StandbyServiceSubscriberProxy::
OnPowerOverused
(const std::string& module, uint32_t level)
in OnPowerOverused()
function in OHOS::DevStandbyMgr::StandbyServiceSubscriberProxy
90
STANDBYSERVICE_LOGW("
OnPowerOverused
remote is dead.");
in OnPowerOverused()
95
STANDBYSERVICE_LOGW("
OnPowerOverused
write interface token failed.");
in OnPowerOverused()
100
STANDBYSERVICE_LOGW("
OnPowerOverused
write notification failed.");
in OnPowerOverused()
109
STANDBYSERVICE_LOGE("
OnPowerOverused
SendRequest failed, error code: %d", ret);
in OnPowerOverused()
/foundation/resourceschedule/device_standby/services/notification/src/
H
A
D
standby_state_subscriber.cpp
169
iter->
OnPowerOverused
(module, level);
in NotifyPowerOverusedByCallback()
Completed in 3 milliseconds