Home
last modified time | relevance | path

Searched defs:from_json (Results 1 – 7 of 7) sorted by relevance

/base/security/security_guard/test/unittest/data_collect/sa/
Dmodel_cfg_marshalling.h26 void from_json(const nlohmann::json &jsonObj, Field &field) {}; in from_json() function
27 void from_json(const nlohmann::json &jsonObj, Rule &rule) {}; in from_json() function
28 void from_json(const nlohmann::json &jsonObj, BuildInDetectionCfg &config) {}; in from_json() function
30 void from_json(const nlohmann::json &jsonObj, ModelCfg &modelCfg) {}; in from_json() function
32 void from_json(const nlohmann::json &jsonObj, EventCfg &eventCfg) {}; in from_json() function
34 void from_json(const nlohmann::json &jsonObj, DataMgrCfgSt &dataMgrCfg) {}; in from_json() function
37 void from_json(const nlohmann::json &jsonObj, EventContentSt &eventContentSt) {}; in from_json() function
/base/security/security_guard/test/unittest/risk_classify/include/
Dmodel_cfg_marshalling.h29 void from_json(const nlohmann::json &jsonObj, Field &field) {}; in from_json() function
30 void from_json(const nlohmann::json &jsonObj, Rule &rule) {}; in from_json() function
31 void from_json(const nlohmann::json &jsonObj, BuildInDetectionCfg &config) {}; in from_json() function
33 void from_json(const nlohmann::json &jsonObj, ModelCfg &modelCfg) {}; in from_json() function
35 void from_json(const nlohmann::json &jsonObj, EventCfg &eventCfg) {}; in from_json() function
37 void from_json(const nlohmann::json &jsonObj, DataMgrCfgSt &dataMgrCfg) {}; in from_json() function
40 void from_json(const nlohmann::json &jsonObj, EventContentSt &eventContentSt) {}; in from_json() function
/base/security/security_guard/services/config_manager/src/
Dmodel_cfg_marshalling.cpp25 void from_json(const nlohmann::json &jsonObj, AppDetectionCfg &config) in from_json() function
38 void from_json(const nlohmann::json &jsonObj, Field &field) in from_json() function
55 void from_json(const nlohmann::json &jsonObj, Rule &rule) in from_json() function
72 void from_json(const nlohmann::json &jsonObj, BuildInDetectionCfg &config) in from_json() function
118 void from_json(const json &jsonObj, ModelCfg &modelCfg) in from_json() function
179 void from_json(const json &jsonObj, EventCfg &eventCfg) in from_json() function
221 void from_json(const json &jsonObj, DataMgrCfgSt &dataMgrCfg) in from_json() function
250 void from_json(const json &jsonObj, EventContentSt &eventContentSt) in from_json() function
/base/security/security_guard/test/unittest/security_collector/include/
Dcollector_cfg_marshalling.h28 void from_json(const nlohmann::json &jsonObj, ModuleCfgSt &moduleCfgSt) {}; in from_json() function
/base/security/security_guard/services/collector_manager/src/
Dcollector_cfg_marshalling.cpp38 void from_json(const json &jsonObj, ModuleCfgSt &moduleCfg) in from_json() function
/base/security/appverify/interfaces/innerkits/appverify/src/provision/
Dprovision_verify.cpp233 void from_json(const cJSON* obj, ProvisionInfo& out) in from_json() function
/base/useriam/user_auth_framework/services/context/src/
Dwidget_json.cpp388 void from_json(const nlohmann::json &jsonNotice, WidgetNotice &notice) in from_json() function