Home
last modified time | relevance | path

Searched refs:KEY_DEVICE_NAME (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/customization/enterprise_device_management/test/unittest/common/
H A Dedm_data_ability_utils_test.cpp27 const std::string KEY_DEVICE_NAME = "settings.general.device_name"; variable
70 code = EdmDataAbilityUtils::GetStringFromSettingsDataShare(KEY_DEVICE_NAME, result);
/ohos5.0/base/customization/enterprise_device_management/services/edm_plugin/src/
H A Dget_device_info_plugin.cpp31 const std::string KEY_DEVICE_NAME = "settings.general.device_name"; variable
69 ErrCode code = EdmDataAbilityUtils::GetStringFromSettingsDataShare(KEY_DEVICE_NAME, name); in GetDeviceName()