Searched refs:AUTHORITY_JSON_PATH (Results 1 – 2 of 2) sorted by relevance
40 const std::string AUTHORITY_JSON_PATH = "/system/etc/deviceprofile/authority.json"; variable283 if (!LoadAuthorityCfg(AUTHORITY_JSON_PATH)) {519 …EXPECT_EQ(false, TrustGroupManager::GetInstance().CheckGroupsInfo(AUTHORITY_JSON_PATH.c_str(), 1));
40 const std::string AUTHORITY_JSON_PATH = "/system/etc/deviceprofile/authority.json"; variable47 if (!LoadAuthorityCfg(AUTHORITY_JSON_PATH)) { in Init()