Home
last modified time | relevance | path

Searched refs:AUTHORITY_JSON_PATH (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/test/unittest/
H A Dprofile_authority_test.cpp40 const std::string AUTHORITY_JSON_PATH = "/system/etc/deviceprofile/authority.json"; variable
283 if (!LoadAuthorityCfg(AUTHORITY_JSON_PATH)) {
519 …EXPECT_EQ(false, TrustGroupManager::GetInstance().CheckGroupsInfo(AUTHORITY_JSON_PATH.c_str(), 1));
/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/src/authority/
H A Dauthority_manager.cpp40 const std::string AUTHORITY_JSON_PATH = "/system/etc/deviceprofile/authority.json"; variable
47 if (!LoadAuthorityCfg(AUTHORITY_JSON_PATH)) { in Init()