Searched refs:kvStoreMap_ (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_helper/src/ |
H A D | medialibrary_kvstore_manager.cpp | 42 if (kvStoreMap_.Find(valueType, ptr)) { in InitKvStore() 62 kvStoreMap_.Insert(valueType, ptr); in InitKvStore() 71 if (kvStoreMap_.Find(valueType, ptr)) { in GetKvStore() 76 kvStoreMap_.Find(valueType, ptr); in GetKvStore() 83 if (kvStoreMap_.IsEmpty()) { in CloseAllKvStore() 87 kvStoreMap_.Clear(); in CloseAllKvStore() 94 if (!kvStoreMap_.Find(valueType, ptr)) { in CloseKvStore() 99 kvStoreMap_.Erase(valueType); in CloseKvStore() 148 if (kvStoreMap_.Find(valueType, ptr)) { in IsKvStoreValid()
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/test/moduletest/mock/ |
H A D | mock_single_kv_store.cpp | 23 …td::pair<std::string, std::string>, std::shared_ptr<SingleKvStore>> MockSingleKvStore::kvStoreMap_; member in OHOS::DistributedKv::MockSingleKvStore 29 kvStoreMap_[std::pair<std::string, std::string>(appId.appId, storeId.storeId)] = store; in InsertMockKvStore() 34 kvStoreMap_.erase(std::pair<std::string, std::string>(appId.appId, storeId.storeId)); in RemoveMockKvStore() 39 for (auto kvstore : kvStoreMap_) { in GetMockKvStorePointer()
|
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_helper/include/ |
H A D | medialibrary_kvstore_manager.h | 58 SafeMap<KvStoreValueType, KvStoreSharedPtr> kvStoreMap_; variable
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/test/moduletest/mock/include/ |
H A D | mock_single_kv_store.h | 393 … static std::map<std::pair<std::string, std::string>, std::shared_ptr<SingleKvStore>> kvStoreMap_; variable
|