Home
last modified time | relevance | path

Searched refs:GetDeviceInfoProxy (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/customization/enterprise_device_management/interfaces/kits/device_info/src/
H A Ddevice_info_addon.cpp75 …int32_t ret = DeviceInfoProxy::GetDeviceInfoProxy()->GetDeviceInfoSync(elementName, label, deviceI… in GetDeviceInfoSync()
129 auto deviceInfoProxy = DeviceInfoProxy::GetDeviceInfoProxy(); in NativeGetDeviceInfo()
/ohos5.0/base/customization/enterprise_device_management/interfaces/inner_api/device_info/include/
H A Ddevice_info_proxy.h26 static std::shared_ptr<DeviceInfoProxy> GetDeviceInfoProxy();
/ohos5.0/base/customization/enterprise_device_management/interfaces/inner_api/device_info/src/
H A Ddevice_info_proxy.cpp32 std::shared_ptr<DeviceInfoProxy> DeviceInfoProxy::GetDeviceInfoProxy() in GetDeviceInfoProxy() function in OHOS::EDM::DeviceInfoProxy
/ohos5.0/base/customization/enterprise_device_management/test/unittest/interface/inner_api/proxy/
H A Ddevice_info_proxy_test.cpp46 deviceInfoProxy = DeviceInfoProxy::GetDeviceInfoProxy(); in SetUp()