/ohos5.0/foundation/filemanagement/app_file_service/tests/unittests/backup_sa/module_ipc/ |
H A D | svc_session_manager_test.cpp | 352 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 D | service_throw_test.cpp | 784 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 D | svc_session_manager_throw_mock.cpp | 52 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 D | svc_session_manager_throw_mock.h | 36 virtual bool OnBundleFileReady(const std::string &, const std::string &) = 0; 105 MOCK_METHOD(bool, OnBundleFileReady, (const std::string &, const std::string &));
|
H A D | svc_session_manager_mock.cpp | 74 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 D | sub_service.cpp | 139 if (session_->OnBundleFileReady(callerName, fileName)) { in AppFileReady() 185 if (session_->OnBundleFileReady(callerName) || errCode != BError(BError::Codes::OK)) { in AppDone()
|
H A D | service_incremental.cpp | 479 if (session_->OnBundleFileReady(callerName, fileName)) { in AppIncrementalFileReady() 523 if (session_->OnBundleFileReady(callerName) || errCode != BError(BError::Codes::OK)) { in AppIncrementalDone()
|
H A D | svc_session_manager.cpp | 168 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 D | service.cpp | 935 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 D | svc_session_manager.h | 169 bool OnBundleFileReady(const std::string &bundleName, const std::string &fileName = "");
|