Searched refs:eventContentSt (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/base/security/security_guard/services/config_manager/src/ |
H A D | model_cfg_marshalling.cpp | 230 void to_json(json &jsonObj, const EventContentSt &eventContentSt) in to_json() argument 233 { EVENT_CONTENT_STATUS_KEY, eventContentSt.status }, in to_json() 234 { EVENT_CONTENT_CRED_KEY, eventContentSt.cred }, in to_json() 235 { EVENT_CONTENT_EXTRA_KEY, eventContentSt.extra } in to_json() 239 void from_json(const json &jsonObj, EventContentSt &eventContentSt) in from_json() argument 241 JsonCfg::Unmarshal(eventContentSt.status, jsonObj, EVENT_CONTENT_STATUS_KEY); in from_json() 242 JsonCfg::Unmarshal(eventContentSt.cred, jsonObj, EVENT_CONTENT_CRED_KEY); in from_json() 243 JsonCfg::Unmarshal(eventContentSt.extra, jsonObj, EVENT_CONTENT_EXTRA_KEY); in from_json()
|
/ohos5.0/base/security/security_guard/test/unittest/risk_collect/include/ |
H A D | model_cfg_marshalling.h | 34 void to_json(nlohmann::json &jsonObj, const EventContentSt &eventContentSt); 35 void from_json(const nlohmann::json &jsonObj, EventContentSt &eventContentSt);
|
/ohos5.0/base/security/security_guard/services/config_manager/include/ |
H A D | model_cfg_marshalling.h | 38 void to_json(nlohmann::json &jsonObj, const EventContentSt &eventContentSt); 39 void from_json(const nlohmann::json &jsonObj, EventContentSt &eventContentSt);
|
/ohos5.0/base/security/security_guard/test/unittest/config_manager/include/ |
H A D | model_cfg_marshalling.h | 38 void to_json(nlohmann::json &jsonObj, const EventContentSt &eventContentSt); 39 void from_json(const nlohmann::json &jsonObj, EventContentSt &eventContentSt);
|
/ohos5.0/base/security/security_guard/test/unittest/data_collect/sa/ |
H A D | model_cfg_marshalling.h | 64 void to_json(nlohmann::json &jsonObj, const EventContentSt &eventContentSt) {}; in to_json() argument 65 void from_json(const nlohmann::json &jsonObj, EventContentSt &eventContentSt) {}; in from_json() argument
|
/ohos5.0/base/security/security_guard/test/unittest/risk_classify/include/ |
H A D | model_cfg_marshalling.h | 65 void to_json(nlohmann::json &jsonObj, const EventContentSt &eventContentSt) {}; in to_json() argument 66 void from_json(const nlohmann::json &jsonObj, EventContentSt &eventContentSt) {}; in from_json() argument
|