/base/security/security_guard/test/unittest/config_manager/include/ |
H A D | model_cfg_marshalling.h | 27 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 D | model_cfg_marshalling.h | 27 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 D | model_cfg_marshalling.h | 55 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 D | model_cfg_marshalling.h | 54 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 D | model_cfg_marshalling.cpp | 25 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 D | collector_cfg_marshalling.h | 28 void from_json(const nlohmann::json &jsonObj, ModuleCfgSt &moduleCfgSt);
|
/base/security/security_guard/test/unittest/security_collector/include/ |
H A D | collector_cfg_marshalling.h | 28 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 D | collector_cfg_marshalling.h | 28 void from_json(const nlohmann::json &jsonObj, ModuleCfgSt &moduleCfgSt);
|
/base/security/access_token/services/common/config_policy/src/ |
H A D | config_policy_loader.cpp | 68 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 D | native_token_receptor.h | 50 void from_json(const nlohmann::json& j, NativeTokenInfoBase& p);
|
/base/update/updateservice/foundations/model/include/ |
H A D | error_message.h | 38 friend void from_json(const nlohmann::json &jsonObj, ErrorMessage &message) in from_json() function
|
H A D | business_error.h | 58 friend void from_json(const nlohmann::json &jsonObj, BusinessError &businessError) in from_json() function
|
/base/security/access_token/services/accesstokenmanager/test/unittest/ |
H A D | native_token_receptor_test.cpp | 174 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 D | dlp_permission_set_parser.h | 45 void from_json(const nlohmann::json& j, PermissionDlpMode& p);
|
H A D | permission_definition_parser.h | 46 void from_json(const nlohmann::json& j, PermissionDefParseRet& p);
|
/base/security/security_guard/services/security_collector/src/ |
H A D | collector_cfg_marshalling.cpp | 38 void from_json(const json &jsonObj, ModuleCfgSt &moduleCfg) in from_json() function
|
/base/useriam/user_auth_framework/services/context/inc/ |
H A D | widget_json.h | 54 void from_json(const nlohmann::json &jsonNotice, WidgetNotice ¬ice);
|
/base/security/access_token/services/accesstokenmanager/main/cpp/src/permission/ |
H A D | dlp_permission_set_parser.cpp | 37 // 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 D | permission_definition_parser.cpp | 118 void from_json(const nlohmann::json& j, PermissionDefParseRet& result) in from_json() function
|
/base/security/appverify/interfaces/innerkits/appverify/src/provision/ |
H A D | provision_verify.cpp | 233 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 D | security_guard_config_manager_test.cpp | 314 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 D | native_token_receptor.cpp | 77 // 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 D | widget_json.cpp | 265 void from_json(const nlohmann::json &jsonNotice, WidgetNotice ¬ice) in from_json() function
|