Searched refs:ParseTrustConfig (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/systemabilitymgr/samgr/services/common/test/unittest/ |
H A D | parse_util_test.cpp | 159 bool ret = parser_->ParseTrustConfig(TEST_RESOURCE_PATH + "test_trust_one_sa.json", values); 185 bool ret = parser_->ParseTrustConfig(TEST_RESOURCE_PATH + "test_trust_muti_sa.json", values); 211 bool ret = parser_->ParseTrustConfig(TEST_RESOURCE_PATH + "invalid_root_trust.json", values); 228 bool ret = parser_->ParseTrustConfig(TEST_RESOURCE_PATH + "notExist", values); 245 bool ret = parser_->ParseTrustConfig(TEST_RESOURCE_PATH + "invalid_element_trust.json", values); 267 … bool ret = parser_->ParseTrustConfig(TEST_RESOURCE_PATH + "invalid_muti_root_trust.json", values);
|
/ohos5.0/foundation/systemabilitymgr/samgr/interfaces/innerkits/common/include/ |
H A D | parse_util.h | 37 …bool ParseTrustConfig(const std::string& profilePath, std::map<std::u16string, std::set<int32_t>>&…
|
/ohos5.0/foundation/systemabilitymgr/samgr/services/common/src/ |
H A D | parse_util.cpp | 606 bool ParseUtil::ParseTrustConfig(const string& profilePath, in ParseTrustConfig() function in OHOS::ParseUtil
|
/ohos5.0/foundation/systemabilitymgr/safwk/services/safwk/src/ |
H A D | local_ability_manager.cpp | 211 bool ret = profileParser_->ParseTrustConfig(path, trustMaps); in CheckTrustSa()
|