Searched refs:bundleNameIndex (Results 1 – 7 of 7) sorted by relevance
232 int32_t bundleNameIndex = 0; in ParseToPkgInfos() local237 || resultSet->GetColumnIndex("bundleName", bundleNameIndex) != E_OK in ParseToPkgInfos()253 || resultSet->GetString(bundleNameIndex, pkgInfo.bundleName) != E_OK in ParseToPkgInfos()
202 std::string bundleNameIndex = "+clone-" + std::to_string(bundleDetail.bundleIndex) + "+" + in CreateIPCInteractionFiles() local205 bundleNameIndex + BConstants::FILE_SEPARATOR_CHAR; in CreateIPCInteractionFiles()322 … std::string bundleNameIndex = "+clone-" + std::to_string(installedBundle.appIndex) + "+" + in GetBundleInfosForIncremental() local324 bundleNames.emplace_back(bundleNameIndex); in GetBundleInfosForIncremental()
56 int32_t bundleNameIndex; member
79 uint64_t bundleNameIndex; member306 hdi.bundleNameIndex = reinterpret_cast<uint64_t>(bundleName.c_str()); in InitHmdfsInfo()
500 table.bundleNameIndex = i; in GetResultSetTableInfo()512 … table.requestTimeIndex, table.validPeriodIndex, table.deviceNameIndex, table.bundleNameIndex); in GetResultSetTableInfo()
652 …std::string bundleNameIndex = BJsonUtil::BuildBundleNameIndexInfo(restoreInfo.name, restoreInfo.ap… in SetCurrentSessProperties() local653 return bundleName == bundleNameIndex; in SetCurrentSessProperties()
1485 auto bundleNameIndex = srcPath.find_last_of(g_fileSeparator); in SetOverlayAppSandboxProperty() local1486 … string destPath = sandboxOverlayPath + srcPath.substr(bundleNameIndex + 1, srcPath.length()); in SetOverlayAppSandboxProperty()