Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/recorder/
H A Devent_config.h52 struct PageCfg { struct
57 using Config = std::unordered_map<std::string, PageCfg>; argument
72 inline void ParseShareNode(const std::unique_ptr<JsonValue>& shareNodeArray, PageCfg& pageCfg);
73 …inline void ParseExposureCfg(const std::unique_ptr<JsonValue>& exposureCfgArray, PageCfg& pageCfg);
H A Devent_config.cpp46 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()