Searched refs:PageCfg (Results 1 – 2 of 2) sorted by relevance
52 struct PageCfg { struct57 using Config = std::unordered_map<std::string, PageCfg>; argument72 inline void ParseShareNode(const std::unique_ptr<JsonValue>& shareNodeArray, PageCfg& pageCfg);73 …inline void ParseExposureCfg(const std::unique_ptr<JsonValue>& exposureCfgArray, PageCfg& pageCfg);
46 PageCfg pageCfg; in Init()79 void EventConfig::ParseShareNode(const std::unique_ptr<JsonValue>& shareNodeArray, PageCfg& pageCfg) in ParseShareNode()94 void EventConfig::ParseExposureCfg(const std::unique_ptr<JsonValue>& exposureCfgArray, PageCfg& pag… in ParseExposureCfg()