Home
last modified time | relevance | path

Searched refs:DeviceInfoProxy (Results 1 - 7 of 7) sorted by relevance

/base/customization/enterprise_device_management/interfaces/inner_api/device_info/src/
H A Ddevice_info_proxy.cpp24 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 Ddevice_info_proxy.h22 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 Ddevice_info_proxy.h25 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 Ddevice_info_proxy.cpp26 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 DDeviceInfoUnittest.cpp206 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 Ddevice_info_proxy_test.cpp39 std::shared_ptr<DeviceInfoProxy> deviceInfoProxy = nullptr;
46 deviceInfoProxy = DeviceInfoProxy::GetDeviceInfoProxy(); in SetUp()
/base/customization/enterprise_device_management/interfaces/kits/device_info/src/
H A Ddevice_info_addon.cpp75 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