/base/security/security_guard/test/unittest/config_manager/include/ |
H A D | model_cfg_marshalling.h | 31 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 D | model_cfg_marshalling.h | 31 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 D | model_cfg_marshalling.h | 58 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 D | model_cfg_marshalling.h | 57 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 D | widget_json.h | 53 void to_json(nlohmann::json &jsonNotice, const WidgetNotice ¬ice); 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 D | collector_cfg_marshalling.h | 27 void to_json(nlohmann::json &jsonObj, const ModuleCfgSt &moduleCfgSt);
|
/base/security/security_guard/test/unittest/security_collector/include/ |
H A D | collector_cfg_marshalling.h | 27 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 D | collector_cfg_marshalling.h | 27 void to_json(nlohmann::json &jsonObj, const ModuleCfgSt &moduleCfgSt);
|
/base/security/security_guard/services/config_manager/src/ |
H A D | model_cfg_marshalling.cpp | 90 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 D | error_message.h | 32 friend void to_json(nlohmann::json &jsonObj, const ErrorMessage &message) in to_json() function
|
H A D | business_error.h | 51 friend void to_json(nlohmann::json &jsonObj, const BusinessError &businessError) in to_json() function
|
/base/useriam/user_auth_framework/services/context/src/ |
H A D | widget_json.cpp | 243 void to_json(nlohmann::json &jsonNotice, const WidgetNotice ¬ice) 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 D | collector_cfg_marshalling.cpp | 23 void to_json(json &jsonObj, const ModuleCfgSt &moduleCfg) in to_json() function
|
/base/security/security_guard/test/unittest/config_manager/src/ |
H A D | security_guard_config_manager_test.cpp | 311 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()
|