Home
last modified time | relevance | path

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

/base/hiviewdfx/hilog/frameworks/libhilog/param/
Dproperties.cpp106 static string GetPropertyName(PropType propType) in GetPropertyName() function
193 m_key = GetPropertyName(m_propType) + suffix; in CacheData()
409 … int ret = PropertyGet(GetPropertyName(PropType::PROP_KMSG), rawData.data(), HILOG_PROP_VALUE_MAX); in IsKmsgSwitchOn()
427 return name + GetPropertyName(PropType::PROP_BUFFER_SIZE) + suffix; in GetBufferSizePropName()
449 …int ret = PropertyGet(GetPropertyName(PropType::PROP_STATS_ENABLE), rawData.data(), HILOG_PROP_VAL… in IsStatsEnable()
459 …int ret = PropertyGet(GetPropertyName(PropType::PROP_STATS_TAG_ENABLE), rawData.data(), HILOG_PROP… in IsTagStatsEnable()
470 string prop = GetPropertyName(PropType::PROP_PROC_QUOTA) + proc; in GetProcessQuota()
483 string prop = GetPropertyName(PropType::PROP_DOMAIN_QUOTA) + Uint2HexStr(domain); in GetDomainQuota()
494 string key = GetPropertyName(type); in SetBoolValue()
500 string key = GetPropertyName(type) + suffix; in SetLevel()