Searched refs:tmpInfo (Results 1 - 4 of 4) sorted by relevance
/base/security/selinux_adapter/framework/policycoreutils/src/ |
H A D | hap_restorecon.cpp | 186 static bool HapContextsInsert(const SehapInfo &tmpInfo, int lineNum) in HapContextsInsert() argument 188 std::string keyPara = GetHapContextKey(&tmpInfo); in HapContextsInsert() 195 bool ret = g_sehapContextsTrie->Insert(keyPara, tmpInfo.domain, tmpInfo.type); in HapContextsInsert() 201 if (tmpInfo.name.empty() && !tmpInfo.debuggable && !tmpInfo.extra) { in HapContextsInsert() 202 keyPara = tmpInfo.apl + "."; in HapContextsInsert() 203 ret = g_sehapContextsTrie->Insert(keyPara, tmpInfo.domain, tmpInfo in HapContextsInsert() 227 struct SehapInfo tmpInfo = DecodeString(line, isValid); HapContextsLoad() local [all...] |
H A D | service_checker.cpp | 181 struct ServiceInfo tmpInfo = DecodeString(line); in ServiceContextsLoad() local 182 if (!tmpInfo.serviceContext.empty() && !tmpInfo.serviceName.empty()) { in ServiceContextsLoad() 183 g_serviceMap.emplace(tmpInfo.serviceName, tmpInfo); in ServiceContextsLoad()
|
/base/global/resource_management/frameworks/resmgr/src/ |
H A D | theme_pack_manager.cpp | 400 auto tmpInfo = std::make_unique<uint8_t[]>(len); in GetOtherIconsInfo() local 401 errno_t ret = memcpy_s(tmpInfo.get(), len, outValue.get(), len); in GetOtherIconsInfo() 406 iconMaskValues_.emplace_back(std::make_tuple(iconTag, std::move(tmpInfo), len)); in GetOtherIconsInfo() 427 auto tmpInfo = std::get<SECOND_ELEMENT>(iconValue).get(); in GetThemeIconFromCache() local 428 errno_t ret = memcpy_s(iconInfo.get(), length, tmpInfo, length); in GetThemeIconFromCache()
|
/base/update/updateservice/services/engine/src/ |
H A D | update_service_stub.cpp | 451 UpgradeInfo tmpInfo; in HandleRemoteRequest() local 452 MessageParcelHelper::ReadUpgradeInfo(data, tmpInfo); in HandleRemoteRequest()
|
Completed in 4 milliseconds