Searched refs:RemoveExtInfo (Results 1 – 9 of 9) sorted by relevance
62 void SvcSessionManager::RemoveExtInfo(const string &bundleName) in RemoveExtInfo() function in OHOS::FileManagement::Backup::SvcSessionManager64 BackupSvcSessionManager::session->RemoveExtInfo(bundleName); in RemoveExtInfo()
38 virtual void RemoveExtInfo(const std::string &) = 0;107 MOCK_METHOD(void, RemoveExtInfo, (const std::string &));
92 void SvcSessionManager::RemoveExtInfo(const string &bundleName) in RemoveExtInfo() function in OHOS::FileManagement::Backup::SvcSessionManager
542 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()
1226 sessionManagerPtr_->RemoveExtInfo(BUNDLE_NAME);1230 sessionManagerPtr_->RemoveExtInfo(BUNDLE_NAME);1235 sessionManagerPtr_->RemoveExtInfo(BUNDLE_NAME);1240 sessionManagerPtr_->RemoveExtInfo(BUNDLE_NAME);
186 void RemoveExtInfo(const std::string &bundleName);
664 session_->RemoveExtInfo(bundleNameIndexInfo); in SetCurrentSessProperties()747 session_->RemoveExtInfo(bundleNameIndexInfo); in SetCurrentSessProperties()1273 session_->RemoveExtInfo(bundleName); in ClearSessionAndSchedInfo()
702 session_->RemoveExtInfo(bundleName); in SetCurrentBackupSessProperties()
229 void SvcSessionManager::RemoveExtInfo(const string &bundleName) in RemoveExtInfo() function in OHOS::FileManagement::Backup::SvcSessionManager