Home
last modified time | relevance | path

Searched refs:to_json (Results 1 - 14 of 14) sorted by relevance

/base/security/security_guard/test/unittest/config_manager/include/
H A Dmodel_cfg_marshalling.h31 void to_json(nlohmann::json &jsonObj, const ModelCfg &modelCfg);
33 void to_json(nlohmann::json &jsonObj, const EventCfg &eventCfg);
35 void to_json(nlohmann::json &jsonObj, const DataMgrCfgSt &dataMgrCfg);
37 void to_json(nlohmann::json &jsonObj, const SecEvent &eventDataSt);
38 void to_json(nlohmann::json &jsonObj, const EventContentSt &eventContentSt);
/base/security/security_guard/services/config_manager/include/
H A Dmodel_cfg_marshalling.h31 void to_json(nlohmann::json &jsonObj, const ModelCfg &modelCfg);
33 void to_json(nlohmann::json &jsonObj, const EventCfg &eventCfg);
35 void to_json(nlohmann::json &jsonObj, const DataMgrCfgSt &dataMgrCfg);
37 void to_json(nlohmann::json &jsonObj, const SecEvent &eventDataSt);
38 void to_json(nlohmann::json &jsonObj, const EventContentSt &eventContentSt);
/base/security/security_guard/test/unittest/risk_classify/include/
H A Dmodel_cfg_marshalling.h58 void to_json(nlohmann::json &jsonObj, const ModelCfg &modelCfg) {};
60 void to_json(nlohmann::json &jsonObj, const EventCfg &eventCfg) {};
62 void to_json(nlohmann::json &jsonObj, const DataMgrCfgSt &dataMgrCfg) {};
64 void to_json(nlohmann::json &jsonObj, const SecEvent &eventDataSt) {};
65 void to_json(nlohmann::json &jsonObj, const EventContentSt &eventContentSt) {};
/base/security/security_guard/test/unittest/data_collect/sa/
H A Dmodel_cfg_marshalling.h57 void to_json(nlohmann::json &jsonObj, const ModelCfg &modelCfg) {};
59 void to_json(nlohmann::json &jsonObj, const EventCfg &eventCfg) {};
61 void to_json(nlohmann::json &jsonObj, const DataMgrCfgSt &dataMgrCfg) {};
63 void to_json(nlohmann::json &jsonObj, const SecEvent &eventDataSt) {};
64 void to_json(nlohmann::json &jsonObj, const EventContentSt &eventContentSt) {};
/base/useriam/user_auth_framework/services/context/inc/
H A Dwidget_json.h53 void to_json(nlohmann::json &jsonNotice, const WidgetNotice &notice);
91 void to_json(nlohmann::json &jsonCommand, const WidgetCommand &command);
101 void to_json(nlohmann::json &jsonWidgetCmdParams, const WidgetCmdParameters &widgetCmdParameters);
/base/security/security_guard/services/security_collector/include/
H A Dcollector_cfg_marshalling.h27 void to_json(nlohmann::json &jsonObj, const ModuleCfgSt &moduleCfgSt);
/base/security/security_guard/test/unittest/security_collector/include/
H A Dcollector_cfg_marshalling.h27 void to_json(nlohmann::json &jsonObj, const ModuleCfgSt &moduleCfgSt) {}; in to_json() function
/base/security/security_guard/test/unittest/security_collector/data_collection/include/
H A Dcollector_cfg_marshalling.h27 void to_json(nlohmann::json &jsonObj, const ModuleCfgSt &moduleCfgSt);
/base/security/security_guard/services/config_manager/src/
H A Dmodel_cfg_marshalling.cpp90 void to_json(json &jsonObj, const ModelCfg &modelCfg) in to_json() function
159 void to_json(json &jsonObj, const EventCfg &eventCfg) in to_json() function
200 void to_json(json &jsonObj, const DataMgrCfgSt &dataMgrCfg) in to_json() function
218 void to_json(json &jsonObj, const SecEvent &eventDataSt) in to_json() function
230 void to_json(json &jsonObj, const EventContentSt &eventContentSt) in to_json() function
/base/update/updateservice/foundations/model/include/
H A Derror_message.h32 friend void to_json(nlohmann::json &jsonObj, const ErrorMessage &message) in to_json() function
H A Dbusiness_error.h51 friend void to_json(nlohmann::json &jsonObj, const BusinessError &businessError) in to_json() function
/base/useriam/user_auth_framework/services/context/src/
H A Dwidget_json.cpp243 void to_json(nlohmann::json &jsonNotice, const WidgetNotice &notice) in to_json() function
308 void to_json(nlohmann::json &jsonCommand, const WidgetCommand &command) in to_json() function
314 void to_json(nlohmann::json &jsWidgetCmdParam, const WidgetCmdParameters &widgetCmdParameters) in to_json() function
/base/security/security_guard/services/security_collector/src/
H A Dcollector_cfg_marshalling.cpp23 void to_json(json &jsonObj, const ModuleCfgSt &moduleCfg) in to_json() function
/base/security/security_guard/test/unittest/config_manager/src/
H A Dsecurity_guard_config_manager_test.cpp311 to_json(jsonObj, modelCfg); in HWTEST_F()
313 to_json(jsonObj, dataMgrCfg); in HWTEST_F()
316 to_json(jsonObj, eventDataSt); in HWTEST_F()
318 to_json(jsonObj, eventContentSt); in HWTEST_F()

Completed in 6 milliseconds