Home
last modified time | relevance | path

Searched refs:eventDataSt (Results 1 - 6 of 6) sorted by relevance

/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()
/base/security/security_guard/test/unittest/config_manager/include/
H A Dmodel_cfg_marshalling.h37 void to_json(nlohmann::json &jsonObj, const SecEvent &eventDataSt);
/base/security/security_guard/services/config_manager/include/
H A Dmodel_cfg_marshalling.h37 void to_json(nlohmann::json &jsonObj, const SecEvent &eventDataSt);
/base/security/security_guard/test/unittest/risk_classify/include/
H A Dmodel_cfg_marshalling.h64 void to_json(nlohmann::json &jsonObj, const SecEvent &eventDataSt) {};
/base/security/security_guard/test/unittest/data_collect/sa/
H A Dmodel_cfg_marshalling.h63 void to_json(nlohmann::json &jsonObj, const SecEvent &eventDataSt) {};
/base/security/security_guard/test/unittest/config_manager/src/
H A Dsecurity_guard_config_manager_test.cpp315 SecEvent eventDataSt{}; in HWTEST_F()
316 to_json(jsonObj, eventDataSt); in HWTEST_F()

Completed in 3 milliseconds