Searched refs:PropertyGet (Results 1 - 1 of 1) sorted by relevance
/base/hiviewdfx/hilog/frameworks/libhilog/param/ |
H A D | properties.cpp | 129 static int PropertyGet(const string &key, char *value, int len) in PropertyGet() function 138 std::cerr << "PropertyGet() -> GetParameterValue -> Can't get value for key: " << key; in PropertyGet() 414 int ret = PropertyGet(GetPropertyName(PropType::PROP_KMSG), rawData.data(), HILOG_PROP_VALUE_MAX); in IsKmsgSwitchOn() 443 int ret = PropertyGet(GetBufferSizePropName(type, persist), value, HILOG_PROP_VALUE_MAX); in GetBufferSize() 454 int ret = PropertyGet(GetPropertyName(PropType::PROP_STATS_ENABLE), rawData.data(), HILOG_PROP_VALUE_MAX); in IsStatsEnable() 464 int ret = PropertyGet(GetPropertyName(PropType::PROP_STATS_TAG_ENABLE), rawData.data(), HILOG_PROP_VALUE_MAX); in IsTagStatsEnable() 476 int ret = PropertyGet(prop, value, HILOG_PROP_VALUE_MAX); in GetProcessQuota() 488 int ret = PropertyGet(prop, value, HILOG_PROP_VALUE_MAX); in GetDomainQuota()
|
Completed in 2 milliseconds