Home
last modified time | relevance | path

Searched refs:GET_DISPLAY_VERSION (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.cpp43 return GetDeviceInfo(env, info, EdmInterfaceCode::GET_DISPLAY_VERSION); in GetDisplayVersion()
139 case static_cast<int32_t>(EdmInterfaceCode::GET_DISPLAY_VERSION): in NativeGetDeviceInfo()
/ohos5.0/base/customization/enterprise_device_management/services/edm_plugin/src/
H A Dget_display_version_plugin.cpp33 ptr->InitAttribute(EdmInterfaceCode::GET_DISPLAY_VERSION, "get_display_version", config, false); in InitPlugin()
/ohos5.0/base/customization/enterprise_device_management/interfaces/inner_api/common/include/
H A Dedm_ipc_interface_code.h44 GET_DISPLAY_VERSION = 1003, enumerator
/ohos5.0/base/customization/enterprise_device_management/interfaces/inner_api/device_info/src/
H A Ddevice_info_proxy.cpp51 return GetDeviceInfo(admin, info, EdmInterfaceCode::GET_DISPLAY_VERSION); in GetDisplayVersion()