Home
last modified time | relevance | path

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

/ohos5.0/base/update/sys_installer/services/module_update/util/src/
H A Dmodule_file.cpp186 SaInfo &infoTmp = versionInfo.saInfoList.emplace_back(); in ParseSaList() local
187 infoTmp.saName = saInfoVec.at(0); // 0:index of name in ParseSaList()
188 infoTmp.saId = static_cast<int32_t>(std::stoi(saInfoVec.at(1))); // 1:index of saId in ParseSaList()
189 if (!ParseSaVersion(saInfoVec.at(2), infoTmp)) { // 2:index of version in ParseSaList()
211 BundleInfo &infoTmp = versionInfo.bundleInfoList.emplace_back(); in ParseBundleList() local
212 infoTmp.bundleName = bundleInfoVec.at(0); // 0:index of bundleName in ParseBundleList()
213 infoTmp.bundleVersion = bundleInfoVec.at(1); // 1:index of bundleVersion in ParseBundleList()
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_ledger/
H A Dlnn_local_ledger_test.cpp269 char infoTmp[] = ""; variable
270 char *infoMinsize = infoTmp;
318 char infoTmp[] = ""; variable
319 char *infoMinsize = infoTmp;
/ohos5.0/base/print/print_fwk/test/fuzztest/scanhelper_fuzzer/
H A Dscanhelper_fuzzer.cpp523 ScanDeviceInfo infoTmp(info); in TestDeviceInfo() local
524 ScanDeviceInfo infoBak(infoTmp); in TestDeviceInfo()