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:DeviceInfoService
(Results
1 - 3
of
3
) sorted by relevance
/base/startup/init/device_info/
H
A
D
device_info_stub.h
38
class
DeviceInfoService
: public SystemAbility, public DeviceInfoStub {
class
40
DECLARE_SYSTEM_ABILITY(
DeviceInfoService
);
41
DISALLOW_COPY_AND_MOVE(
DeviceInfoService
);
42
explicit
DeviceInfoService
(int32_t systemAbilityId, bool runOnCreate = true)
in DeviceInfoService()
function in OHOS::device_info::DeviceInfoService
46
~
DeviceInfoService
() override {}
H
A
D
device_info_stub.cpp
41
REGISTER_SYSTEM_ABILITY_BY_ID(
DeviceInfoService
, SYSPARAM_DEVICE_SERVICE_ID, true)
63
DINFO_LOGI("
DeviceInfoService
::UnloadDeviceInfoSa");
in UnloadDeviceInfoSa()
131
int32_t
DeviceInfoService
::GetUdid(std::string& result)
in GetUdid()
135
int32_t
DeviceInfoService
::GetSerialID(std::string& result)
in GetSerialID()
140
void
DeviceInfoService
::OnStart(void)
in OnStart()
144
DINFO_LOGI("
DeviceInfoService
OnStart");
in OnStart()
147
DINFO_LOGE("
DeviceInfoService
Publish failed");
in OnStart()
154
void
DeviceInfoService
::OnStop(void)
in OnStop()
157
DINFO_LOGI("
DeviceInfoService
OnStop");
in OnStop()
160
int
DeviceInfoService
[all...]
/base/startup/init/test/unittest/deviceinfo/
H
A
D
DeviceInfoUnittest.cpp
59
using DeviceInfoServicePtr = OHOS::device_info::
DeviceInfoService
*;
73
deviceInfoServicePtr = new OHOS::device_info::
DeviceInfoService
(0, true);
in GetDeviceInfoService()
Completed in 1 milliseconds