Searched refs:oldMonthKvStorePtr_ (Results 1 – 3 of 3) sorted by relevance
865 restoreService->oldMonthKvStorePtr_ = nullptr;869 restoreService->oldMonthKvStorePtr_ = std::make_shared<MediaLibraryKvStore>();889 restoreService->oldMonthKvStorePtr_ = std::make_shared<MediaLibraryKvStore>();931 restoreService->oldMonthKvStorePtr_ = std::make_shared<MediaLibraryKvStore>();946 restoreService->oldMonthKvStorePtr_ = MediaLibraryKvStoreManager::GetInstance()948 if (restoreService->oldMonthKvStorePtr_ == nullptr) {951 EXPECT_EQ(restoreService->oldMonthKvStorePtr_->Insert(testAstckey, testValue), E_OK);
653 if (oldMonthKvStorePtr_ == nullptr || oldYearKvStorePtr_ == nullptr || in MoveAstc()672 if (oldMonthKvStorePtr_->Query(oldKey, monthValue) != E_OK || in MoveAstc()683 oldMonthKvStorePtr_->Delete(oldKey); in MoveAstc()2503 oldMonthKvStorePtr_ = MediaLibraryKvStoreManager::GetInstance() in InitAllKvStore()2511 if (oldMonthKvStorePtr_ == nullptr || oldYearKvStorePtr_ == nullptr || in InitAllKvStore()2521 oldMonthKvStorePtr_ != nullptr && oldMonthKvStorePtr_->Close(); in CloseAllKvStore()
210 std::shared_ptr<MediaLibraryKvStore> oldMonthKvStorePtr_ = nullptr; variable