Home
last modified time | relevance | path

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

/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/src/authority/
H A Dauthority_manager.cpp37 const std::string SERVICES_ALL = "all"; variable
129 if (servicesJson.contains(SERVICES_ALL)) { in ValidateServices()
131 if (!ValidateService(servicesJson[SERVICES_ALL], true)) { in ValidateServices()
236 bool isReadWithAll = (authVal == AuthValue::AUTH_R) && servicesJson.contains(SERVICES_ALL); in CheckServicesAuth()
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/permissionmanager/
H A Dpermission_manager.cpp43 const std::string SERVICES_ALL = "all"; variable