Home
last modified time | relevance | path

Searched refs:EVENT_CFG_OWNER_KEY (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/security/security_guard/services/config_manager/include/
H A Dmodel_analysis_define.h59 constexpr const char* EVENT_CFG_OWNER_KEY = "owner"; variable
/ohos5.0/base/security/security_guard/test/unittest/config_manager/include/
H A Dmodel_analysis_define.h59 const std::string EVENT_CFG_OWNER_KEY = "owner"; variable
/ohos5.0/base/security/security_guard/test/unittest/risk_collect/include/
H A Dmodel_analysis_define.h59 const std::string EVENT_CFG_OWNER_KEY = "owner"; variable
/ohos5.0/base/security/security_guard/services/config_manager/src/
H A Dmodel_cfg_marshalling.cpp170 { EVENT_CFG_OWNER_KEY, eventCfg.owner }, in to_json()
194 JsonCfg::Unmarshal(eventCfg.owner, jsonObj, EVENT_CFG_OWNER_KEY); in from_json()