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:REBOOT
(Results
1 - 13
of
13
) sorted by relevance
/base/customization/enterprise_device_management/services/edm_plugin/src/
H
A
D
reboot_plugin.cpp
30
ptr->InitAttribute(EdmInterfaceCode::
REBOOT
, "reboot", "ohos.permission.ENTERPRISE_REBOOT",
in InitPlugin()
H
A
D
operate_device_plugin.cpp
55
param.operate == EdmConstants::DeviceControl::
REBOOT
) {
in OnSetPolicy()
/base/customization/enterprise_device_management/test/fuzztest/enterprisedevicemgrstubmock_fuzzer/
H
A
D
enterprise_device_mgr_stub_mock_fuzzer.cpp
37
code == EdmInterfaceCode::
REBOOT
|| code == EdmInterfaceCode::USB_READ_ONLY ||
in LLVMFuzzerTestOneInput()
/base/customization/enterprise_device_management/test/fuzztest/edmplugin_fuzzer/
H
A
D
edm_plugin_fuzzer.cpp
40
code == EdmInterfaceCode::
REBOOT
|| code == EdmInterfaceCode::USB_READ_ONLY ||
in LLVMFuzzerTestOneInput()
/base/customization/enterprise_device_management/test/fuzztest/adminserviceinterface_fuzzer/
H
A
D
admin_service_interface_fuzzer.cpp
44
code == EdmInterfaceCode::
REBOOT
|| code == EdmInterfaceCode::USB_READ_ONLY ||
in LLVMFuzzerTestOneInput()
/base/customization/enterprise_device_management/test/unittest/services/edm_plugin/src/
H
A
D
reboot_plugin_test.cpp
49
uint32_t code = POLICY_FUNC_CODE((std::uint32_t)FuncOperateType::SET, EdmInterfaceCode::
REBOOT
);
in HWTEST_F()
H
A
D
operate_device_plugin_test.cpp
113
OperateDeviceParam param{EdmConstants::DeviceControl::
REBOOT
, "", userId};
in HWTEST_F()
member in OHOS::EDM::TEST::EdmConstants::DeviceControl
/base/customization/enterprise_device_management/common/native/include/
H
A
D
edm_constants.h
94
const char* const
REBOOT
= "reboot";
member
/base/customization/enterprise_device_management/interfaces/inner_api/common/include/
H
A
D
edm_ipc_interface_code.h
75
REBOOT
= 1037,
/base/customization/enterprise_device_management/interfaces/inner_api/device_control/src/
H
A
D
device_control_proxy.cpp
75
std::uint32_t funcCode = POLICY_FUNC_CODE((std::uint32_t)FuncOperateType::SET, EdmInterfaceCode::
REBOOT
);
in Reboot()
/base/update/updater/services/include/updater/
H
A
D
updater_const.h
109
constexpr int
REBOOT
= 0;
member
/base/powermgr/power_manager/services/native/src/shutdown/
H
A
D
shutdown_controller.cpp
56
REBOOT
= 1,
enumerator
145
PowerEventType eventType = isReboot ? PowerEventType::
REBOOT
: PowerEventType::SHUTDOWN;
in RebootOrShutdown()
/base/powermgr/battery_manager/services/native/src/
H
A
D
battery_notify.cpp
56
const std::string
REBOOT
= "reboot";
member
116
} else if (ueventAct ==
REBOOT
) {
in HandleUevent()
Completed in 5 milliseconds