Home
last modified time | relevance | path

Searched defs:eventCfg (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/base/security/security_guard/services/config_manager/src/
H A Dmodel_cfg_marshalling.cpp159 void to_json(json &jsonObj, const EventCfg &eventCfg) in to_json()
177 void from_json(const json &jsonObj, EventCfg &eventCfg) in from_json()
/ohos5.0/base/security/security_guard/test/unittest/data_collect/sa/
H A Dmodel_cfg_marshalling.h59 void to_json(nlohmann::json &jsonObj, const EventCfg &eventCfg) {}; in to_json()
60 void from_json(const nlohmann::json &jsonObj, EventCfg &eventCfg) {}; in from_json()
/ohos5.0/base/security/security_guard/test/unittest/risk_classify/include/
H A Dmodel_cfg_marshalling.h60 void to_json(nlohmann::json &jsonObj, const EventCfg &eventCfg) {}; in to_json()
61 void from_json(const nlohmann::json &jsonObj, EventCfg &eventCfg) {}; in from_json()
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/
H A Dhiappevent_verify.cpp525 bool IsValidEventConfig(const EventConfig& eventCfg) in IsValidEventConfig()
/ohos5.0/base/security/security_guard/test/unittest/config_manager/src/
H A Dsecurity_guard_config_manager_test.cpp235 EventCfg eventCfg; variable
254 EventCfg eventCfg; variable
/ohos5.0/base/security/security_guard/services/data_collect/sa/
H A Ddata_collect_manager_service.cpp99 EventCfg eventCfg; in OnStart() local