Home
last modified time | relevance | path

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

/ohos5.0/base/security/security_guard/services/config_manager/include/
H A Dmodel_analysis_define.h80 constexpr const char* EVENT_CONTENT_EXTRA_KEY = "extra"; variable
/ohos5.0/base/security/security_guard/test/unittest/config_manager/include/
H A Dmodel_analysis_define.h81 const std::string EVENT_CONTENT_EXTRA_KEY = "extra"; variable
/ohos5.0/base/security/security_guard/test/unittest/risk_collect/include/
H A Dmodel_analysis_define.h81 const std::string EVENT_CONTENT_EXTRA_KEY = "extra"; variable
/ohos5.0/base/security/security_guard/services/config_manager/src/
H A Dmodel_cfg_marshalling.cpp235 { EVENT_CONTENT_EXTRA_KEY, eventContentSt.extra } in to_json()
243 JsonCfg::Unmarshal(eventContentSt.extra, jsonObj, EVENT_CONTENT_EXTRA_KEY); in from_json()