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:DeviceInfoProxy
(Results
1 - 7
of
7
) sorted by relevance
/base/customization/enterprise_device_management/interfaces/inner_api/device_info/src/
H
A
D
device_info_proxy.cpp
24
std::shared_ptr<
DeviceInfoProxy
>
DeviceInfoProxy
::instance_ = nullptr;
25
std::mutex
DeviceInfoProxy
::mutexLock_;
28
DeviceInfoProxy
::
DeviceInfoProxy
() {}
in DeviceInfoProxy()
function in OHOS::EDM::DeviceInfoProxy
30
DeviceInfoProxy
::~
DeviceInfoProxy
() {}
in ~DeviceInfoProxy()
32
std::shared_ptr<
DeviceInfoProxy
>
DeviceInfoProxy
::GetDeviceInfoProxy()
in GetDeviceInfoProxy()
37
std::shared_ptr<
DeviceInfoProxy
> tem
in GetDeviceInfoProxy()
[all...]
/base/customization/enterprise_device_management/interfaces/inner_api/device_info/include/
H
A
D
device_info_proxy.h
22
class
DeviceInfoProxy
{
class
24
DeviceInfoProxy
();
25
~
DeviceInfoProxy
();
26
static std::shared_ptr<
DeviceInfoProxy
> GetDeviceInfoProxy();
33
static std::shared_ptr<
DeviceInfoProxy
> instance_;
/base/startup/init/device_info/
H
A
D
device_info_proxy.h
25
class INIT_LOCAL_API
DeviceInfoProxy
: public IRemoteProxy<IDeviceInfo> {
class
27
explicit
DeviceInfoProxy
(const sptr<IRemoteObject> &impl) : IRemoteProxy<IDeviceInfo>(impl) {}
in DeviceInfoProxy()
function in OHOS::device_info::DeviceInfoProxy
28
virtual ~
DeviceInfoProxy
() {}
in ~DeviceInfoProxy()
35
static inline BrokerDelegator<
DeviceInfoProxy
> delegator_;
H
A
D
device_info_proxy.cpp
26
int32_t
DeviceInfoProxy
::DeviceInfoSendRequest(uint32_t code,
in DeviceInfoSendRequest()
41
int32_t
DeviceInfoProxy
::GetUdid(std::string& result)
in GetUdid()
46
data.WriteInterfaceToken(
DeviceInfoProxy
::GetDescriptor());
in GetUdid()
54
int32_t
DeviceInfoProxy
::GetSerialID(std::string& result)
in GetSerialID()
60
data.WriteInterfaceToken(
DeviceInfoProxy
::GetDescriptor());
in GetSerialID()
/base/startup/init/test/unittest/deviceinfo/
H
A
D
DeviceInfoUnittest.cpp
206
sptr<device_info::
DeviceInfoProxy
> proxy;
in HWTEST_F()
213
proxy = new(std::nothrow) device_info::
DeviceInfoProxy
(remote);
in HWTEST_F()
230
sptr<device_info::
DeviceInfoProxy
> proxy = new(std::nothrow) device_info::
DeviceInfoProxy
(nullptr);
in HWTEST_F()
/base/customization/enterprise_device_management/test/unittest/interface/inner_api/proxy/
H
A
D
device_info_proxy_test.cpp
39
std::shared_ptr<
DeviceInfoProxy
> deviceInfoProxy = nullptr;
46
deviceInfoProxy =
DeviceInfoProxy
::GetDeviceInfoProxy();
in SetUp()
/base/customization/enterprise_device_management/interfaces/kits/device_info/src/
H
A
D
device_info_addon.cpp
75
int32_t ret =
DeviceInfoProxy
::GetDeviceInfoProxy()->GetDeviceInfoSync(elementName, label, deviceInfo);
in GetDeviceInfoSync()
129
auto deviceInfoProxy =
DeviceInfoProxy
::GetDeviceInfoProxy();
in NativeGetDeviceInfo()
131
EDMLOGE("can not get
DeviceInfoProxy
");
in NativeGetDeviceInfo()
Completed in 2 milliseconds