Home
last modified time | relevance | path

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

/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
177 void from_json(const json &jsonObj, EventCfg &eventCfg) in from_json() function
210 void from_json(const json &jsonObj, DataMgrCfgSt &dataMgrCfg) in from_json() function
239 void from_json(const json &jsonObj, EventContentSt &eventContentSt) in from_json() function
/base/security/security_guard/test/unittest/risk_classify/include/
Dmodel_cfg_marshalling.h55 void from_json(const nlohmann::json &jsonObj, Field &field) {}; in from_json() function
56 void from_json(const nlohmann::json &jsonObj, Rule &rule) {}; in from_json() function
57 void from_json(const nlohmann::json &jsonObj, BuildInDetectionCfg &config) {}; in from_json() function
59 void from_json(const nlohmann::json &jsonObj, ModelCfg &modelCfg) {}; in from_json() function
61 void from_json(const nlohmann::json &jsonObj, EventCfg &eventCfg) {}; in from_json() function
63 void from_json(const nlohmann::json &jsonObj, DataMgrCfgSt &dataMgrCfg) {}; in from_json() function
66 void from_json(const nlohmann::json &jsonObj, EventContentSt &eventContentSt) {}; in from_json() function
/base/security/security_guard/test/unittest/data_collect/sa/
Dmodel_cfg_marshalling.h54 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
56 void from_json(const nlohmann::json &jsonObj, BuildInDetectionCfg &config) {}; in from_json() function
58 void from_json(const nlohmann::json &jsonObj, ModelCfg &modelCfg) {}; in from_json() function
60 void from_json(const nlohmann::json &jsonObj, EventCfg &eventCfg) {}; in from_json() function
62 void from_json(const nlohmann::json &jsonObj, DataMgrCfgSt &dataMgrCfg) {}; in from_json() function
65 void from_json(const nlohmann::json &jsonObj, EventContentSt &eventContentSt) {}; in from_json() function
/base/security/access_token/services/common/config_policy/src/
Dconfig_policy_loader.cpp68 void from_json(const nlohmann::json& j, AccessTokenServiceConfig& a) in from_json() function
95 void from_json(const nlohmann::json& j, PrivacyServiceConfig& p) in from_json() function
114 void from_json(const nlohmann::json& j, TokenSyncServiceConfig& t) 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/update/updateservice/foundations/model/include/
Derror_message.h38 friend void from_json(const nlohmann::json &jsonObj, ErrorMessage &message) in from_json() function
Dbusiness_error.h58 friend void from_json(const nlohmann::json &jsonObj, BusinessError &businessError) in from_json() function
/base/security/security_guard/services/security_collector/src/
Dcollector_cfg_marshalling.cpp38 void from_json(const json &jsonObj, ModuleCfgSt &moduleCfg) in from_json() function
/base/security/access_token/services/accesstokenmanager/main/cpp/src/permission/
Ddlp_permission_set_parser.cpp38 void from_json(const nlohmann::json& j, PermissionDlpMode& p) in from_json() function
Dpermission_definition_parser.cpp123 void from_json(const nlohmann::json& j, PermissionDefParseRet& result) in from_json() function
/base/security/access_token/services/accesstokenmanager/main/cpp/src/token/
Dnative_token_receptor.cpp78 void from_json(const nlohmann::json& j, std::shared_ptr<NativeTokenInfoInner>& p) in from_json() function
/base/useriam/user_auth_framework/services/context/src/
Dwidget_json.cpp254 void from_json(const nlohmann::json &jsonNotice, WidgetNotice &notice) 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