Searched refs:SetBundleVersionName (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/foundation/filemanagement/app_file_service/tests/mock/module_ipc/ |
H A D | svc_session_manager_throw_mock.cpp | 207 void SvcSessionManager::SetBundleVersionName(const std::string &bundleName, std::string versionName) in SetBundleVersionName() function in OHOS::FileManagement::Backup::SvcSessionManager 209 BackupSvcSessionManager::session->SetBundleVersionName(bundleName, versionName); in SetBundleVersionName()
|
H A D | svc_session_manager_throw_mock.h | 67 virtual void SetBundleVersionName(const std::string &, std::string) = 0; 136 MOCK_METHOD(void, SetBundleVersionName, (const std::string &, std::string));
|
H A D | svc_session_manager_mock.cpp | 330 void SvcSessionManager::SetBundleVersionName(const std::string &bundleName, std::string versionName) in SetBundleVersionName() function in OHOS::FileManagement::Backup::SvcSessionManager
|
/ohos5.0/foundation/filemanagement/app_file_service/services/backup_sa/include/module_ipc/ |
H A D | svc_session_manager.h | 373 void SetBundleVersionName(const std::string &bundleName, std::string versionName);
|
/ohos5.0/foundation/filemanagement/app_file_service/services/backup_sa/src/module_ipc/ |
H A D | service.cpp | 669 session_->SetBundleVersionName(bundleNameIndexInfo, restoreInfo.versionName); in SetCurrentSessProperties() 752 session_->SetBundleVersionName(bundleNameIndexInfo, restoreInfo.versionName); in SetCurrentSessProperties() 1323 session_->SetBundleVersionName(bundleInfo.name, bundleInfo.versionName); in HandleRestoreDepsBundle()
|
H A D | svc_session_manager.cpp | 662 void SvcSessionManager::SetBundleVersionName(const std::string &bundleName, std::string versionName) in SetBundleVersionName() function in OHOS::FileManagement::Backup::SvcSessionManager
|
/ohos5.0/foundation/filemanagement/app_file_service/tests/unittests/backup_sa/module_ipc/ |
H A D | svc_session_manager_test.cpp | 1475 sessionManagerPtr_->SetBundleVersionName(BUNDLE_NAME, "1.0.0"); 1484 sessionManagerPtr_->SetBundleVersionName(BUNDLE_NAME, "1.0.0");
|