Home
last modified time | relevance | path

Searched refs:eventDataSt (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/base/security/security_guard/services/config_manager/src/
H A Dmodel_cfg_marshalling.cpp218 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 Duevent_listener_impl.h40 ErrorCode ParseSgEvent(char *buffer, size_t length, SecEvent &eventDataSt);
H A Dmodel_cfg_marshalling.h33 void to_json(nlohmann::json &jsonObj, const SecEvent &eventDataSt);
/ohos5.0/base/security/security_guard/services/config_manager/include/
H A Dmodel_cfg_marshalling.h37 void to_json(nlohmann::json &jsonObj, const SecEvent &eventDataSt);
/ohos5.0/base/security/security_guard/test/unittest/config_manager/include/
H A Dmodel_cfg_marshalling.h37 void to_json(nlohmann::json &jsonObj, const SecEvent &eventDataSt);
/ohos5.0/base/security/security_guard/test/unittest/data_collect/sa/
H A Dmodel_cfg_marshalling.h63 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 Dmodel_cfg_marshalling.h64 void to_json(nlohmann::json &jsonObj, const SecEvent &eventDataSt) {}; in to_json() argument