Searched refs:ParseAppListConfig (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/base/security/security_guard/test/unittest/config_manager/src/ |
H A D | security_guard_config_manager_test.cpp | 393 bool success = config.ParseAppListConfig(configs, extraJson); 407 bool success = config.ParseAppListConfig(configs, extraJson); 421 bool success = config.ParseAppListConfig(configs, extraJson); 442 bool success = config.ParseAppListConfig(configs, extraJson); 463 bool success = config.ParseAppListConfig(configs, extraJson); 483 bool success = config.ParseAppListConfig(configs, extraJson); 503 bool success = config.ParseAppListConfig(configs, extraJson); 523 bool success = config.ParseAppListConfig(configs, extraJson); 543 bool success = config.ParseAppListConfig(configs, extraJson); 564 bool success = config.ParseAppListConfig(configs, extraJson); [all …]
|
/ohos5.0/base/security/security_guard/services/config_manager/src/ |
H A D | global_app_config.cpp | 77 if (!ParseAppListConfig(configs, jsonObj)) { in Update() 101 bool GlobalAppConfig::ParseAppListConfig(std::vector<AppInfo>& configs, const nlohmann::json& json) in ParseAppListConfig() function in OHOS::Security::SecurityGuard::GlobalAppConfig
|
H A D | local_app_config.cpp | 77 if (!ParseAppListConfig(configs, jsonObj)) { in Update() 98 bool LocalAppConfig::ParseAppListConfig(std::vector<AppInfo>& configs, const nlohmann::json& json) in ParseAppListConfig() function in OHOS::Security::SecurityGuard::LocalAppConfig
|
/ohos5.0/base/security/security_guard/services/config_manager/include/ |
H A D | global_app_config.h | 34 bool ParseAppListConfig(std::vector<AppInfo>&, const nlohmann::json&);
|
H A D | local_app_config.h | 34 bool ParseAppListConfig(std::vector<AppInfo>& configs, const nlohmann::json& json);
|
/ohos5.0/base/security/security_guard/test/unittest/config_manager/include/ |
H A D | global_app_config.h | 34 bool ParseAppListConfig(std::vector<AppInfo>&, const nlohmann::json&);
|
H A D | local_app_config.h | 35 bool ParseAppListConfig(std::vector<AppInfo>& configs, const nlohmann::json& json);
|