Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/base/utility/include/
H A Dfreeze_json_util.h33 const std::string COMMON_COLON = " : "; variable
150 return WrapByQuote(key) + COMMON_COLON + WrapByQuote(value); in GetStrByKeyValue()