Home
last modified time | relevance | path

Searched refs:OnBundleFileReady (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/filemanagement/app_file_service/tests/unittests/backup_sa/module_ipc/
H A Dsvc_session_manager_test.cpp352 sessionManagerPtr_->OnBundleFileReady(BUNDLE_NAME);
361 sessionManagerPtr_->OnBundleFileReady(BUNDLE_NAME);
371 auto ret = sessionManagerPtr_->OnBundleFileReady(BUNDLE_NAME);
378 ret = sessionManagerPtr_->OnBundleFileReady("123");
385 ret = sessionManagerPtr_->OnBundleFileReady(BUNDLE_NAME);
412 auto ret = sessionManagerPtr_->OnBundleFileReady(BUNDLE_NAME, "");
419 ret = sessionManagerPtr_->OnBundleFileReady(BUNDLE_NAME, "test");
434 ret = sessionManagerPtr_->OnBundleFileReady(BUNDLE_NAME, "");
479 auto ret = sessionManagerPtr_->OnBundleFileReady(BUNDLE_NAME);
481 ret = sessionManagerPtr_->OnBundleFileReady(BUNDLE_NAME, FILE_NAME);
[all …]
H A Dservice_throw_test.cpp784 EXPECT_CALL(*sessionMock, OnBundleFileReady(_, _)).WillOnce(Invoke([]() { in __anonfb54d9323402()
792 EXPECT_CALL(*sessionMock, OnBundleFileReady(_, _)).WillOnce(Invoke([]() { in __anonfb54d9323502()
800 EXPECT_CALL(*sessionMock, OnBundleFileReady(_, _)).WillOnce(Invoke([]() { in __anonfb54d9323602()
/ohos5.0/foundation/filemanagement/app_file_service/tests/mock/module_ipc/
H A Dsvc_session_manager_throw_mock.cpp52 bool SvcSessionManager::OnBundleFileReady(const string &bundleName, const string &fileName) in OnBundleFileReady() function in OHOS::FileManagement::Backup::SvcSessionManager
54 return BackupSvcSessionManager::session->OnBundleFileReady(bundleName, fileName); in OnBundleFileReady()
H A Dsvc_session_manager_throw_mock.h36 virtual bool OnBundleFileReady(const std::string &, const std::string &) = 0;
105 MOCK_METHOD(bool, OnBundleFileReady, (const std::string &, const std::string &));
H A Dsvc_session_manager_mock.cpp74 bool SvcSessionManager::OnBundleFileReady(const string &bundleName, const string &fileName) in OnBundleFileReady() function in OHOS::FileManagement::Backup::SvcSessionManager
/ohos5.0/foundation/filemanagement/app_file_service/services/backup_sa/src/module_ipc/
H A Dsub_service.cpp139 if (session_->OnBundleFileReady(callerName, fileName)) { in AppFileReady()
185 if (session_->OnBundleFileReady(callerName) || errCode != BError(BError::Codes::OK)) { in AppDone()
H A Dservice_incremental.cpp479 if (session_->OnBundleFileReady(callerName, fileName)) { in AppIncrementalFileReady()
523 if (session_->OnBundleFileReady(callerName) || errCode != BError(BError::Codes::OK)) { in AppIncrementalDone()
H A Dsvc_session_manager.cpp168 bool SvcSessionManager::OnBundleFileReady(const string &bundleName, const string &fileName) in OnBundleFileReady() function in OHOS::FileManagement::Backup::SvcSessionManager
220 OnBundleFileReady(bundleName, fileName); in OnBundleExtManageInfo()
H A Dservice.cpp935 if (session_->OnBundleFileReady(bundleName)) { in NotifyCloneBundleFinish()
1905 if (session_->OnBundleFileReady(bundleName)) { in SADone()
/ohos5.0/foundation/filemanagement/app_file_service/services/backup_sa/include/module_ipc/
H A Dsvc_session_manager.h169 bool OnBundleFileReady(const std::string &bundleName, const std::string &fileName = "");