Home
last modified time | relevance | path

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

/ohos5.0/base/customization/enterprise_device_management/common/native/include/
H A Dedm_constants.h47 const char* const DEVICE_SERIAL = "deviceSerial"; variable
/ohos5.0/base/customization/enterprise_device_management/interfaces/inner_api/device_info/src/
H A Ddevice_info_proxy.cpp46 return GetDeviceInfoSync(admin, EdmConstants::DeviceInfo::DEVICE_SERIAL, info); in GetDeviceSerial()
/ohos5.0/base/customization/enterprise_device_management/test/unittest/services/edm_plugin/src/
H A Ddevice_info_plugin_test.cpp116 data.WriteString(EdmConstants::DeviceInfo::DEVICE_SERIAL);
/ohos5.0/base/customization/enterprise_device_management/services/edm_plugin/src/
H A Dget_device_info_plugin.cpp51 if (label == EdmConstants::DeviceInfo::DEVICE_SERIAL) { in OnGetPolicy()