Home
last modified time | relevance | path

Searched refs:from_json (Results 1 - 23 of 23) sorted by relevance

/base/security/security_guard/test/unittest/config_manager/include/
H A Dmodel_cfg_marshalling.h27 void from_json(const nlohmann::json &jsonObj, AppDetectionCfg &config);
28 void from_json(const nlohmann::json &jsonObj, Field &field);
29 void from_json(const nlohmann::json &jsonObj, Rule &rule);
30 void from_json(const nlohmann::json &jsonObj, BuildInDetectionCfg &config);
32 void from_json(const nlohmann::json &jsonObj, ModelCfg &modelCfg);
34 void from_json(const nlohmann::json &jsonObj, EventCfg &eventCfg);
36 void from_json(const nlohmann::json &jsonObj, DataMgrCfgSt &dataMgrCfg);
39 void from_json(const nlohmann::json &jsonObj, EventContentSt &eventContentSt);
/base/security/security_guard/services/config_manager/include/
H A Dmodel_cfg_marshalling.h27 void from_json(const nlohmann::json &jsonObj, AppDetectionCfg &config);
28 void from_json(const nlohmann::json &jsonObj, Field &field);
29 void from_json(const nlohmann::json &jsonObj, Rule &rule);
30 void from_json(const nlohmann::json &jsonObj, BuildInDetectionCfg &config);
32 void from_json(const nlohmann::json &jsonObj, ModelCfg &modelCfg);
34 void from_json(const nlohmann::json &jsonObj, EventCfg &eventCfg);
36 void from_json(const nlohmann::json &jsonObj, DataMgrCfgSt &dataMgrCfg);
39 void from_json(const nlohmann::json &jsonObj, EventContentSt &eventContentSt);
/base/security/security_guard/test/unittest/risk_classify/include/
H A Dmodel_cfg_marshalling.h55 void from_json(const nlohmann::json &jsonObj, Field &field) {};
56 void from_json(const nlohmann::json &jsonObj, Rule &rule) {};
57 void from_json(const nlohmann::json &jsonObj, BuildInDetectionCfg &config) {};
59 void from_json(const nlohmann::json &jsonObj, ModelCfg &modelCfg) {};
61 void from_json(const nlohmann::json &jsonObj, EventCfg &eventCfg) {};
63 void from_json(const nlohmann::json &jsonObj, DataMgrCfgSt &dataMgrCfg) {};
66 void from_json(const nlohmann::json &jsonObj, EventContentSt &eventContentSt) {};
/base/security/security_guard/test/unittest/data_collect/sa/
H A Dmodel_cfg_marshalling.h54 void from_json(const nlohmann::json &jsonObj, Field &field) {};
55 void from_json(const nlohmann::json &jsonObj, Rule &rule) {};
56 void from_json(const nlohmann::json &jsonObj, BuildInDetectionCfg &config) {};
58 void from_json(const nlohmann::json &jsonObj, ModelCfg &modelCfg) {};
60 void from_json(const nlohmann::json &jsonObj, EventCfg &eventCfg) {};
62 void from_json(const nlohmann::json &jsonObj, DataMgrCfgSt &dataMgrCfg) {};
65 void from_json(const nlohmann::json &jsonObj, EventContentSt &eventContentSt) {};
/base/security/security_guard/services/config_manager/src/
H A 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/services/security_collector/include/
H A Dcollector_cfg_marshalling.h28 void from_json(const nlohmann::json &jsonObj, ModuleCfgSt &moduleCfgSt);
/base/security/security_guard/test/unittest/security_collector/include/
H A Dcollector_cfg_marshalling.h28 void from_json(const nlohmann::json &jsonObj, ModuleCfgSt &moduleCfgSt) {}; in from_json() function
/base/security/security_guard/test/unittest/security_collector/data_collection/include/
H A Dcollector_cfg_marshalling.h28 void from_json(const nlohmann::json &jsonObj, ModuleCfgSt &moduleCfgSt);
/base/security/access_token/services/common/config_policy/src/
H A 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/access_token/services/accesstokenmanager/main/cpp/include/token/
H A Dnative_token_receptor.h50 void from_json(const nlohmann::json& j, NativeTokenInfoBase& p);
/base/update/updateservice/foundations/model/include/
H A Derror_message.h38 friend void from_json(const nlohmann::json &jsonObj, ErrorMessage &message) in from_json() function
H A Dbusiness_error.h58 friend void from_json(const nlohmann::json &jsonObj, BusinessError &businessError) in from_json() function
/base/security/access_token/services/accesstokenmanager/test/unittest/
H A Dnative_token_receptor_test.cpp174 extern void from_json(const nlohmann::json& j, std::shared_ptr<NativeTokenInfoInner>& p);
198 from_json(j, p); in HWTEST_F()
218 from_json(j, p); in HWTEST_F()
227 from_json(j, p); in HWTEST_F()
236 from_json(j, p); in HWTEST_F()
245 from_json(j, p); in HWTEST_F()
255 from_json(j, p); in HWTEST_F()
263 from_json(j, p); in HWTEST_F()
/base/security/access_token/services/accesstokenmanager/main/cpp/include/permission/
H A Ddlp_permission_set_parser.h45 void from_json(const nlohmann::json& j, PermissionDlpMode& p);
H A Dpermission_definition_parser.h46 void from_json(const nlohmann::json& j, PermissionDefParseRet& p);
/base/security/security_guard/services/security_collector/src/
H A Dcollector_cfg_marshalling.cpp38 void from_json(const json &jsonObj, ModuleCfgSt &moduleCfg) in from_json() function
/base/useriam/user_auth_framework/services/context/inc/
H A Dwidget_json.h54 void from_json(const nlohmann::json &jsonNotice, WidgetNotice &notice);
/base/security/access_token/services/accesstokenmanager/main/cpp/src/permission/
H A Ddlp_permission_set_parser.cpp37 // nlohmann json need the function named from_json to parse
38 void from_json(const nlohmann::json& j, PermissionDlpMode& p) in from_json() function
H A Dpermission_definition_parser.cpp118 void from_json(const nlohmann::json& j, PermissionDefParseRet& result) in from_json() function
/base/security/appverify/interfaces/innerkits/appverify/src/provision/
H A Dprovision_verify.cpp233 void from_json(const cJSON* obj, ProvisionInfo& out) in from_json() function
281 from_json(obj, info); in ParseProvision()
396 from_json(jsonObj, info); in ParseProfile()
/base/security/security_guard/test/unittest/config_manager/src/
H A Dsecurity_guard_config_manager_test.cpp314 from_json(jsonObj, dataMgrCfg); in HWTEST_F()
319 from_json(jsonObj, eventContentSt); in HWTEST_F()
322 from_json(jsonObj, modelCfg); in HWTEST_F()
324 from_json(jsonObj, eventCfg); in HWTEST_F()
/base/security/access_token/services/accesstokenmanager/main/cpp/src/token/
H A Dnative_token_receptor.cpp77 // nlohmann json need the function named from_json to parse NativeTokenInfoBase
78 void from_json(const nlohmann::json& j, std::shared_ptr<NativeTokenInfoInner>& p) in from_json() function
/base/useriam/user_auth_framework/services/context/src/
H A Dwidget_json.cpp265 void from_json(const nlohmann::json &jsonNotice, WidgetNotice &notice) in from_json() function

Completed in 10 milliseconds