Home
last modified time | relevance | path

Searched refs:bundleNameIndex (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/drivers/external_device_manager/services/native/driver_extension_manager/src/drivers_pkg_manager/
H A Dpkg_db_helper.cpp232 int32_t bundleNameIndex = 0; in ParseToPkgInfos() local
237 || resultSet->GetColumnIndex("bundleName", bundleNameIndex) != E_OK in ParseToPkgInfos()
253 || resultSet->GetString(bundleNameIndex, pkgInfo.bundleName) != E_OK in ParseToPkgInfos()
/ohos5.0/foundation/filemanagement/app_file_service/services/backup_sa/src/module_external/
H A Dbms_adapter.cpp202 std::string bundleNameIndex = "+clone-" + std::to_string(bundleDetail.bundleIndex) + "+" + in CreateIPCInteractionFiles() local
205 bundleNameIndex + BConstants::FILE_SEPARATOR_CHAR; in CreateIPCInteractionFiles()
322 … std::string bundleNameIndex = "+clone-" + std::to_string(installedBundle.appIndex) + "+" + in GetBundleInfosForIncremental() local
324 bundleNames.emplace_back(bundleNameIndex); in GetBundleInfosForIncremental()
/ohos5.0/base/usb/usb_manager/services/native/include/
H A Dusb_right_db_helper.h56 int32_t bundleNameIndex; member
/ohos5.0/foundation/filemanagement/app_file_service/interfaces/innerkits/native/remote_file_share/src/
H A Dremote_file_share.cpp79 uint64_t bundleNameIndex; member
306 hdi.bundleNameIndex = reinterpret_cast<uint64_t>(bundleName.c_str()); in InitHmdfsInfo()
/ohos5.0/base/usb/usb_manager/services/native/src/
H A Dusb_right_db_helper.cpp500 table.bundleNameIndex = i; in GetResultSetTableInfo()
512 … table.requestTimeIndex, table.validPeriodIndex, table.deviceNameIndex, table.bundleNameIndex); in GetResultSetTableInfo()
/ohos5.0/foundation/filemanagement/app_file_service/services/backup_sa/src/module_ipc/
H A Dservice.cpp652 …std::string bundleNameIndex = BJsonUtil::BuildBundleNameIndexInfo(restoreInfo.name, restoreInfo.ap… in SetCurrentSessProperties() local
653 return bundleName == bundleNameIndex; in SetCurrentSessProperties()
/ohos5.0/base/startup/appspawn/modules/sandbox/
H A Dsandbox_utils.cpp1485 auto bundleNameIndex = srcPath.find_last_of(g_fileSeparator); in SetOverlayAppSandboxProperty() local
1486 … string destPath = sandboxOverlayPath + srcPath.substr(bundleNameIndex + 1, srcPath.length()); in SetOverlayAppSandboxProperty()