Home
last modified time | relevance | path

Searched refs:tmpInfo (Results 1 – 3 of 3) sorted by relevance

/base/security/selinux_adapter/interfaces/policycoreutils/src/
Dhap_restorecon.cpp161 struct SehapInfo tmpInfo = DecodeString(line); in HapContextsInsert() local
162 std::string keyPara = GetHapContextKey(&tmpInfo); in HapContextsInsert()
169 bool ret = g_sehapContextsTrie->Insert(keyPara, tmpInfo.domain, tmpInfo.type); in HapContextsInsert()
175 if (tmpInfo.name.empty() && !tmpInfo.debuggable) { in HapContextsInsert()
176 keyPara = tmpInfo.apl + "."; in HapContextsInsert()
177 ret = g_sehapContextsTrie->Insert(keyPara, tmpInfo.domain, tmpInfo.type); in HapContextsInsert()
Dservice_checker.cpp178 struct ServiceInfo tmpInfo = DecodeString(line); in ServiceContextsLoad() local
179 if (!tmpInfo.serviceContext.empty() && !tmpInfo.serviceName.empty()) { in ServiceContextsLoad()
180 g_serviceMap.emplace(tmpInfo.serviceName, tmpInfo); in ServiceContextsLoad()
/base/update/updateservice/services/engine/src/
Dupdate_service_stub.cpp426 UpgradeInfo tmpInfo; in OnRemoteRequest() local
427 MessageParcelHelper::ReadUpgradeInfo(data, tmpInfo); in OnRemoteRequest()
428 SYS_EVENT_VERIFY_FAILED(0, UpdateHelper::BuildEventDevId(tmpInfo), in OnRemoteRequest()