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:DoReboot
(Results
1 - 12
of
12
) sorted by relevance
/base/powermgr/power_manager/services/native/src/actions/default/
H
A
D
device_power_action.cpp
35
DoReboot
(rebootReason.c_str());
in Reboot()
41
DoReboot
(SHUTDOWN_CMD.c_str());
in Shutdown()
/base/startup/init/services/begetctl/
H
A
D
init_cmd_reboot.c
31
ret =
DoReboot
(argv[1]);
in main_cmd()
33
ret =
DoReboot
(NULL);
in main_cmd()
36
printf("[reboot command]
DoReboot
Api return error\n");
in main_cmd()
38
printf("[reboot command]
DoReboot
Api return ok\n");
in main_cmd()
/base/startup/init/test/unittest/init/
H
A
D
init_reboot_unittest.cpp
138
int ret =
DoReboot
(option);
in HWTEST_F()
141
ret =
DoReboot
(option);
in HWTEST_F()
143
ret =
DoReboot
(DEVICE_CMD_SUSPEND);
in HWTEST_F()
145
ret =
DoReboot
(DEVICE_CMD_FREEZE);
in HWTEST_F()
/base/startup/init/interfaces/innerkits/include/
H
A
D
init_reboot.h
40
int
DoReboot
(const char *cmdContent);
/base/startup/init/test/fuzztest/doreboot_fuzzer/
H
A
D
doreboot_fuzzer.cpp
25
if (!
DoReboot
(str.c_str())) {
in FuzzDoReboot()
/base/update/updateservice/services/firmware/upgrade/executor/src/
H
A
D
firmware_apply_executor.cpp
56
DoReboot
(NULL); // ab apply
in DoInstall()
/base/startup/init/interfaces/innerkits/reboot/
H
A
D
init_reboot_innerkits.c
85
int
DoReboot
(const char *option)
in DoReboot()
function
/base/update/updater/services/hwfault_retry/
H
A
D
hwfault_retry.cpp
82
DoReboot
("updater:Updater fault retry");
in RebootRetry()
/base/startup/init/services/modules/reboot/
H
A
D
reboot.c
78
static int
DoReboot
(int id, const char *name, int argc, const char **argv)
in DoReboot()
function
204
(void)AddCmdExecutor("reboot",
DoReboot
);
in RebootAdpInit()
/base/update/updater/interfaces/kits/updaterkits/
H
A
D
updaterkits.cpp
42
DoReboot
("updater:reboot to updater to trigger update");
in WriteToMiscAndRebootToUpdater()
117
DoReboot
("updater:reboot to updater to trigger update");
in WriteToMiscAndResultFileRebootToUpdater()
/base/powermgr/battery_manager/charger/src/
H
A
D
charger_thread.cpp
167
DoReboot
(SHUTDOWN_CMD.c_str());
in HandleTemperature()
177
DoReboot
(SHUTDOWN_CMD.c_str());
in HandleCapacity()
275
DoReboot
(REBOOT_CMD.c_str());
in HandlePowerKey()
/base/update/sys_installer/services/module_update/util/src/
H
A
D
module_utils.cpp
244
DoReboot
("");
in Revert()
Completed in 5 milliseconds