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:Hibernate
(Results
1 - 19
of
19
) sorted by relevance
/base/powermgr/power_manager/services/native/src/hibernate/
H
A
D
hibernate_controller.cpp
21
bool HibernateController::
Hibernate
(bool clearMemory)
in Hibernate()
function in OHOS::PowerMgr::HibernateController
23
return SystemSuspendController::GetInstance().
Hibernate
();
in Hibernate()
H
A
D
hibernate_controller.h
30
virtual bool
Hibernate
(bool clearMemory);
/base/powermgr/power_manager/frameworks/napi/power/
H
A
D
power_napi.h
33
static napi_value
Hibernate
(napi_env env, napi_callback_info info);
H
A
D
power_module.cpp
88
DECLARE_NAPI_FUNCTION("hibernate", PowerNapi::
Hibernate
),
in PowerInit()
H
A
D
power_napi.cpp
117
napi_value PowerNapi::
Hibernate
(napi_env env, napi_callback_info info)
in Hibernate()
function in OHOS::PowerMgr::PowerNapi
136
PowerErrors code = g_powerMgrClient.
Hibernate
(clearMemory);
in Hibernate()
138
POWER_HILOGE(FEATURE_WAKEUP, "
Hibernate
failed.");
in Hibernate()
/base/powermgr/power_manager/services/native/src/actions/default/
H
A
D
system_suspend_controller.h
38
bool
Hibernate
();
H
A
D
system_suspend_controller.cpp
154
bool SystemSuspendController::
Hibernate
()
in Hibernate()
function in OHOS::PowerMgr::SystemSuspendController
165
int32_t ret = powerInterface_->
Hibernate
();
in Hibernate()
/base/powermgr/power_manager/services/native/src/wakeup_action/
H
A
D
wakeup_action_controller.cpp
112
if (pms->
Hibernate
(false) != PowerErrors::ERR_OK) {
in HandleHibernate()
/base/powermgr/power_manager/interfaces/inner_api/native/include/
H
A
D
power_mgr_client.h
144
*
Hibernate
the device.
147
PowerErrors
Hibernate
(bool clearMemory);
H
A
D
ipower_mgr.h
89
virtual PowerErrors
Hibernate
(bool clearMemory) = 0;
/base/powermgr/power_manager/services/zidl/include/
H
A
D
power_mgr_proxy.h
86
virtual PowerErrors
Hibernate
(bool clearMemory) override;
/base/powermgr/power_manager/frameworks/native/
H
A
D
power_mgr_client.cpp
430
PowerErrors PowerMgrClient::
Hibernate
(bool clearMemory)
in Hibernate()
function in OHOS::PowerMgr::PowerMgrClient
433
return proxy_->
Hibernate
(clearMemory);
in Hibernate()
/base/powermgr/power_manager/services/native/include/
H
A
D
power_mgr_service.h
92
virtual PowerErrors
Hibernate
(bool clearMemory) override;
/base/powermgr/power_manager/utils/shell/src/
H
A
D
power_shell_command.cpp
350
client.
Hibernate
(clearMemory);
in RunAsHibernateCommand()
352
resultReceiver_.append("
Hibernate
true is called\n");
in RunAsHibernateCommand()
354
resultReceiver_.append("
Hibernate
false is called\n");
in RunAsHibernateCommand()
/base/powermgr/power_manager/test/unittest/src/interface_test/
H
A
D
power_mgr_client_test.cpp
1176
powerMgrClient.
Hibernate
(true);
in HWTEST_F()
1190
powerMgrClient.
Hibernate
(false);
in HWTEST_F()
/base/powermgr/power_manager/services/zidl/src/
H
A
D
power_mgr_stub.cpp
651
PowerErrors error =
Hibernate
(clearMemory);
in HibernateStub()
H
A
D
power_mgr_proxy.cpp
1127
PowerErrors PowerMgrProxy::
Hibernate
(bool clearMemory)
in Hibernate()
function in OHOS::PowerMgr::PowerMgrProxy
/base/powermgr/power_manager/services/native/src/
H
A
D
power_mgr_service.cpp
1005
PowerErrors PowerMgrService::
Hibernate
(bool clearMemory)
in Hibernate()
function in OHOS::PowerMgr::PowerMgrService
1009
POWER_HILOGI(FEATURE_SUSPEND, "
Hibernate
failed, System permission intercept");
in Hibernate()
1031
POWER_HILOGI(FEATURE_SUSPEND, "
Hibernate
interface not supported.");
in Hibernate()
H
A
D
power_state_machine.cpp
783
bool success = hibernateController->
Hibernate
(clearMemory);
in WakeupDeviceInner()
Completed in 18 milliseconds