Home
last modified time | relevance | path

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

/packages/providers/MediaProvider/jni/
DFuseDaemon.cpp408 std::map<std::string, leveldb::DB*> level_db_connection_map; member
2554 fuse->level_db_connection_map.insert( in SetupLevelDbConnection()
2598 status = fuse->level_db_connection_map[volume_name]->Delete(leveldb::WriteOptions(), key); in DeleteFromLevelDb()
2613 status = fuse->level_db_connection_map[volume_name]->Put(leveldb::WriteOptions(), key, value); in InsertInLevelDb()
2631 fuse->level_db_connection_map[volume_name]->NewIterator(leveldb::ReadOptions()); in ReadFilePathsFromLevelDb()
2655 leveldb::Status status = fuse->level_db_connection_map[volume_name]->Get(leveldb::ReadOptions(), in ReadBackedUpDataFromLevelDb()
2669 leveldb::Status status = fuse->level_db_connection_map[OWNERSHIP_RELATION]->Get( in ReadOwnership()
2688 status1 = fuse->level_db_connection_map[OWNERSHIP_RELATION]->Put( in CreateOwnerIdRelation()
2690 status2 = fuse->level_db_connection_map[OWNERSHIP_RELATION]->Put( in CreateOwnerIdRelation()
2694 status1 = fuse->level_db_connection_map[OWNERSHIP_RELATION]->Delete(leveldb::WriteOptions(), in CreateOwnerIdRelation()
[all …]