Searched refs:eventDataSt (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/base/security/security_guard/services/config_manager/src/ |
H A D | model_cfg_marshalling.cpp | 218 void to_json(json &jsonObj, const SecEvent &eventDataSt) in to_json() argument 221 { EVENT_DATA_EVENT_ID_KEY, eventDataSt.eventId }, in to_json() 222 { EVENT_DATA_VERSION_KEY, eventDataSt.version }, in to_json() 223 { EVENT_DATA_DATE_KEY, eventDataSt.date }, in to_json() 224 { EVENT_DATA_EVENT_CONTENT_KEY, eventDataSt.content }, in to_json() 225 { EVENT_CFG_USER_ID_KEY, eventDataSt.userId }, in to_json() 226 { EVENT_CFG_DEVICE_ID_KEY, eventDataSt.deviceId }, in to_json()
|
/ohos5.0/base/security/security_guard/test/unittest/risk_collect/include/ |
H A D | uevent_listener_impl.h | 40 ErrorCode ParseSgEvent(char *buffer, size_t length, SecEvent &eventDataSt);
|
H A D | model_cfg_marshalling.h | 33 void to_json(nlohmann::json &jsonObj, const SecEvent &eventDataSt);
|
/ohos5.0/base/security/security_guard/services/config_manager/include/ |
H A D | model_cfg_marshalling.h | 37 void to_json(nlohmann::json &jsonObj, const SecEvent &eventDataSt);
|
/ohos5.0/base/security/security_guard/test/unittest/config_manager/include/ |
H A D | model_cfg_marshalling.h | 37 void to_json(nlohmann::json &jsonObj, const SecEvent &eventDataSt);
|
/ohos5.0/base/security/security_guard/test/unittest/data_collect/sa/ |
H A D | model_cfg_marshalling.h | 63 void to_json(nlohmann::json &jsonObj, const SecEvent &eventDataSt) {}; in to_json() argument
|
/ohos5.0/base/security/security_guard/test/unittest/risk_classify/include/ |
H A D | model_cfg_marshalling.h | 64 void to_json(nlohmann::json &jsonObj, const SecEvent &eventDataSt) {}; in to_json() argument
|