Searched refs:EventJsonParser (Results 1 – 5 of 5) sorted by relevance
50 EventJsonParser::EventJsonParser(const std::string& defFilePath) in EventJsonParser() function in OHOS::HiviewDFX::EventJsonParser56 std::string EventJsonParser::GetTagByDomainAndName(const std::string& domain, const std::string& na… in GetTagByDomainAndName()61 int EventJsonParser::GetTypeByDomainAndName(const std::string& domain, const std::string& name) con… in GetTypeByDomainAndName()66 bool EventJsonParser::GetPreserveByDomainAndName(const std::string& domain, const std::string& name… in GetPreserveByDomainAndName()71 BaseInfo EventJsonParser::GetDefinedBaseInfoByDomainName(const std::string& domain, in GetDefinedBaseInfoByDomainName()92 bool EventJsonParser::HasIntMember(const Json::Value& jsonObj, const std::string& name) const in HasIntMember()97 bool EventJsonParser::HasStringMember(const Json::Value& jsonObj, const std::string& name) const in HasStringMember()102 bool EventJsonParser::HasBoolMember(const Json::Value& jsonObj, const std::string& name) const in HasBoolMember()124 BaseInfo EventJsonParser::ParseBaseConfig(const Json::Value& eventNameJson) const in ParseBaseConfig()174 NAME_INFO_MAP EventJsonParser::ParseNameConfig(const Json::Value& domainJson) const in ParseNameConfig()[all …]
121 sysEventParser_ = std::make_shared<EventJsonParser>(defFilePath); in OnLoad()
46 class EventJsonParser {48 EventJsonParser(const std::string& defFilePath);49 ~EventJsonParser() {}; in ~EventJsonParser()
73 std::shared_ptr<EventJsonParser> sysEventParser_ = nullptr;
49 EventJsonParser jsonParser(INVALID_TEST_DEF_FILE_PATH);