Searched refs:tmpInfo (Results 1 – 3 of 3) sorted by relevance
161 struct SehapInfo tmpInfo = DecodeString(line); in HapContextsInsert() local162 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()
178 struct ServiceInfo tmpInfo = DecodeString(line); in ServiceContextsLoad() local179 if (!tmpInfo.serviceContext.empty() && !tmpInfo.serviceName.empty()) { in ServiceContextsLoad()180 g_serviceMap.emplace(tmpInfo.serviceName, tmpInfo); in ServiceContextsLoad()
426 UpgradeInfo tmpInfo; in OnRemoteRequest() local427 MessageParcelHelper::ReadUpgradeInfo(data, tmpInfo); in OnRemoteRequest()428 SYS_EVENT_VERIFY_FAILED(0, UpdateHelper::BuildEventDevId(tmpInfo), in OnRemoteRequest()