Home
last modified time | relevance | path

Searched defs:servicesJson (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/src/authority/
H A Dauthority_manager.cpp123 bool AuthorityManager::ValidateServices(nlohmann::json& servicesJson) in ValidateServices()
147 bool AuthorityManager::ValidateServicesHelper(nlohmann::json& servicesJson) in ValidateServicesHelper()
221 auto& servicesJson = authJson_[procName][SERVICES]; in CheckServicesAuthority() local
233 bool AuthorityManager::CheckServicesAuth(const nlohmann::json& servicesJson, in CheckServicesAuth()