Home
last modified time | relevance | path

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

/ohos5.0/foundation/filemanagement/app_file_service/tests/mock/module_ipc/
H A Dsvc_session_manager_throw_mock.cpp202 int64_t SvcSessionManager::GetBundleVersionCode(const std::string &bundleName) in GetBundleVersionCode() function in OHOS::FileManagement::Backup::SvcSessionManager
204 return BackupSvcSessionManager::session->GetBundleVersionCode(bundleName); in GetBundleVersionCode()
H A Dsvc_session_manager_throw_mock.h66 virtual int64_t GetBundleVersionCode(const std::string &) = 0;
135 MOCK_METHOD(int64_t, GetBundleVersionCode, (const std::string &));
H A Dsvc_session_manager_mock.cpp321 int64_t SvcSessionManager::GetBundleVersionCode(const std::string &bundleName) in GetBundleVersionCode() function in OHOS::FileManagement::Backup::SvcSessionManager
/ohos5.0/foundation/filemanagement/app_file_service/services/backup_sa/include/module_ipc/
H A Dsvc_session_manager.h365 int64_t GetBundleVersionCode(const std::string &bundleName);
/ohos5.0/foundation/filemanagement/app_file_service/services/backup_sa/src/module_ipc/
H A Dsub_service.cpp277 …int64_t versionCode = session_->GetBundleVersionCode(bundleName); /* old device app version code */ in SetWant()
H A Dsvc_session_manager.cpp651 int64_t SvcSessionManager::GetBundleVersionCode(const std::string &bundleName) in GetBundleVersionCode() function in OHOS::FileManagement::Backup::SvcSessionManager
/ohos5.0/foundation/filemanagement/app_file_service/tests/unittests/backup_sa/module_ipc/
H A Dsvc_session_manager_test.cpp1441 sessionManagerPtr_->GetBundleVersionCode(BUNDLE_NAME);
1450 sessionManagerPtr_->GetBundleVersionCode(BUNDLE_NAME);