Lines Matching refs:GetPropertyName
107 static string GetPropertyName(PropType propType)
194 m_key = GetPropertyName(m_propType) + suffix;
414 int ret = PropertyGet(GetPropertyName(PropType::PROP_KMSG), rawData.data(), HILOG_PROP_VALUE_MAX);
432 return name + GetPropertyName(PropType::PROP_BUFFER_SIZE) + suffix;
454 int ret = PropertyGet(GetPropertyName(PropType::PROP_STATS_ENABLE), rawData.data(), HILOG_PROP_VALUE_MAX);
464 int ret = PropertyGet(GetPropertyName(PropType::PROP_STATS_TAG_ENABLE), rawData.data(), HILOG_PROP_VALUE_MAX);
474 string prop = GetPropertyName(PropType::PROP_PROC_QUOTA) + proc;
486 string prop = GetPropertyName(PropType::PROP_DOMAIN_QUOTA) + Uint2HexStr(domain);
497 string key = GetPropertyName(type);
503 string key = GetPropertyName(type) + suffix;