Home
last modified time | relevance | path

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

/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/include/
H A Ddfx_config.h22 struct DfxConfigInfo { struct
35 static DfxConfigInfo& GetConfig();
38 static void ReadConfig(DfxConfigInfo& config);
39 static void ParserConfig(DfxConfigInfo& config, const std::string& key, const std::string& value);
/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& value) in ParserConfig()
116 void DfxConfig::ReadConfig(DfxConfigInfo& config) in ReadConfig()

Completed in 2 milliseconds