Home
last modified time | relevance | path

Searched refs:PropertySet (Results 1 - 1 of 1) sorted by relevance

/base/hiviewdfx/hilog/frameworks/libhilog/param/
H A Dproperties.cpp145 static int PropertySet(const string &key, const string &value) in PropertySet() function
150 std::cerr << "PropertySet(): Invalid arguments.\n"; in PropertySet()
152 std::cerr << "PropertySet(): key: " << key.c_str() << ", value: " << value << in PropertySet()
498 return key == "" ? RET_FAIL : (PropertySet(key, val ? "true" : "false")); in SetBoolValue()
504 return key == "" ? RET_FAIL : (PropertySet(key, LogLevel2ShortStr(lvl))); in SetLevel()
557 return PropertySet(GetBufferSizePropName(type, persist), to_string(size)); in SetBufferSize()

Completed in 2 milliseconds