Home
last modified time | relevance | path

Searched refs:RemoveExtInfo (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/filemanagement/app_file_service/tests/mock/module_ipc/
H A Dsvc_session_manager_throw_mock.cpp62 void SvcSessionManager::RemoveExtInfo(const string &bundleName) in RemoveExtInfo() function in OHOS::FileManagement::Backup::SvcSessionManager
64 BackupSvcSessionManager::session->RemoveExtInfo(bundleName); in RemoveExtInfo()
H A Dsvc_session_manager_throw_mock.h38 virtual void RemoveExtInfo(const std::string &) = 0;
107 MOCK_METHOD(void, RemoveExtInfo, (const std::string &));
H A Dsvc_session_manager_mock.cpp92 void SvcSessionManager::RemoveExtInfo(const string &bundleName) in RemoveExtInfo() function in OHOS::FileManagement::Backup::SvcSessionManager
/ohos5.0/foundation/filemanagement/app_file_service/tests/unittests/backup_sa/module_ipc/
H A Dservice_throw_test.cpp542 EXPECT_CALL(*sessionMock, RemoveExtInfo(_)).WillOnce(Invoke([]() { in __anonfb54d9322402()
577 EXPECT_CALL(*sessionMock, RemoveExtInfo(_)).WillOnce(Invoke([]() { in __anonfb54d9322702()
686 EXPECT_CALL(*sessionMock, RemoveExtInfo(_)).WillOnce(Invoke([]() { in __anonfb54d9322f02()
692 EXPECT_CALL(*sessionMock, RemoveExtInfo(_)).WillOnce(Invoke([]() { in __anonfb54d9323002()
698 EXPECT_CALL(*sessionMock, RemoveExtInfo(_)).WillOnce(Invoke([]() { in __anonfb54d9323102()
H A Dsvc_session_manager_test.cpp1226 sessionManagerPtr_->RemoveExtInfo(BUNDLE_NAME);
1230 sessionManagerPtr_->RemoveExtInfo(BUNDLE_NAME);
1235 sessionManagerPtr_->RemoveExtInfo(BUNDLE_NAME);
1240 sessionManagerPtr_->RemoveExtInfo(BUNDLE_NAME);
/ohos5.0/foundation/filemanagement/app_file_service/services/backup_sa/include/module_ipc/
H A Dsvc_session_manager.h186 void RemoveExtInfo(const std::string &bundleName);
/ohos5.0/foundation/filemanagement/app_file_service/services/backup_sa/src/module_ipc/
H A Dservice.cpp664 session_->RemoveExtInfo(bundleNameIndexInfo); in SetCurrentSessProperties()
747 session_->RemoveExtInfo(bundleNameIndexInfo); in SetCurrentSessProperties()
1273 session_->RemoveExtInfo(bundleName); in ClearSessionAndSchedInfo()
H A Dservice_incremental.cpp702 session_->RemoveExtInfo(bundleName); in SetCurrentBackupSessProperties()
H A Dsvc_session_manager.cpp229 void SvcSessionManager::RemoveExtInfo(const string &bundleName) in RemoveExtInfo() function in OHOS::FileManagement::Backup::SvcSessionManager