Searched refs:SERVICES_ALL (Results 1 – 2 of 2) sorted by relevance
37 const std::string SERVICES_ALL = "all"; variable129 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()
43 const std::string SERVICES_ALL = "all"; variable