Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/include/
H A Ddfx_config.h22 struct DfxConfigInfo { struct
37 static DfxConfigInfo& GetConfig(); argument
40 static void ReadConfig(DfxConfigInfo& config);
41 … static void ParserConfig(DfxConfigInfo& config, const std::string& key, const std::string& value);
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/
H A Ddfx_config.cpp39 DfxConfigInfo& DfxConfig::GetConfig() in GetConfig()
41 static DfxConfigInfo config; in GetConfig()
49 void DfxConfig::ParserConfig(DfxConfigInfo& config, const std::string& key, const std::string& valu… in ParserConfig()
131 void DfxConfig::ReadConfig(DfxConfigInfo& config) in ReadConfig()