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:g_powerMgrClient
(Results
1 - 5
of
5
) sorted by relevance
/base/powermgr/power_manager/frameworks/cj/power/src/
H
A
D
power_ffi.cpp
21
static PowerMgrClient&
g_powerMgrClient
= PowerMgrClient::GetInstance();
member
25
bool isScreen =
g_powerMgrClient
.IsScreenOn();
in FfiPowerIsActive()
31
PowerMode mode =
g_powerMgrClient
.GetDeviceMode();
in FfiPowerGetPowerMode()
38
PowerErrors errCode =
g_powerMgrClient
.IsStandby(isStandby);
in FfiPowerIsStandby()
/base/powermgr/power_manager/frameworks/napi/power/
H
A
D
power_napi.cpp
45
static PowerMgrClient&
g_powerMgrClient
= PowerMgrClient::GetInstance();
member
59
bool isScreen =
g_powerMgrClient
.IsScreenOn();
in IsActive()
78
PowerErrors code =
g_powerMgrClient
.WakeupDevice(WakeupDeviceType::WAKEUP_DEVICE_APPLICATION, detail);
in Wakeup()
106
code =
g_powerMgrClient
.ForceSuspendDevice();
in Suspend()
108
code =
g_powerMgrClient
.SuspendDevice();
in Suspend()
136
PowerErrors code =
g_powerMgrClient
.Hibernate(clearMemory);
in Hibernate()
170
PowerMode mode =
g_powerMgrClient
.GetDeviceMode();
in GetPowerMode()
216
code =
g_powerMgrClient
.RebootDevice(reason);
in RebootOrShutdown()
218
code =
g_powerMgrClient
.ShutDownDevice(reason);
in RebootOrShutdown()
245
PowerErrors error =
g_powerMgrClient
in SetPowerModeCallback()
[all...]
H
A
D
power.cpp
34
static PowerMgrClient&
g_powerMgrClient
= PowerMgrClient::GetInstance();
member
59
g_powerMgrClient
.RebootDeviceForDeprecated(std::string(reason));
in RebootOrShutdown()
61
g_powerMgrClient
.ShutDownDevice(std::string(reason));
in RebootOrShutdown()
84
asyncCallbackInfo->screenOn =
g_powerMgrClient
.IsScreenOn();
in IsScreenOnCallBack()
170
g_powerMgrClient
.WakeupDevice(WakeupDeviceType::WAKEUP_DEVICE_APPLICATION, std::string(reason));
in WakeupDevice()
183
g_powerMgrClient
.SuspendDevice(SuspendDeviceType::SUSPEND_DEVICE_REASON_APPLICATION, false);
in SuspendDevice()
/base/powermgr/thermal_manager/services/native/src/thermal_action/action/
H
A
D
action_popup.cpp
33
static PowerMgrClient&
g_powerMgrClient
= PowerMgrClient::GetInstance();
member
97
g_powerMgrClient
.RefreshActivity(UserActivityType::USER_ACTIVITY_TYPE_ATTENTION);
in HandlePopupEvent()
101
g_powerMgrClient
.RefreshActivity(UserActivityType::USER_ACTIVITY_TYPE_ATTENTION);
in HandlePopupEvent()
/base/powermgr/power_manager/frameworks/napi/runninglock/
H
A
D
runninglock_interface.cpp
37
static PowerMgrClient&
g_powerMgrClient
= PowerMgrClient::GetInstance();
member
251
asyncInfo->runningLock =
g_powerMgrClient
.CreateRunningLock(std::string(asyncInfo->name), asyncInfo->type);
in CreateRunningLockCallBack()
Completed in 3 milliseconds