Home
last modified time | relevance | path

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

/packages/providers/MediaProvider/jni/
DFuseDaemon.cpp133 static constexpr char OWNERSHIP_RELATION[] = "ownership"; variable
786 removeInstance(fuse, OWNERSHIP_RELATION); in removeLevelDbConnection()
2641 SetupLevelDbConnection(OWNERSHIP_RELATION); in SetupLevelDbInstances()
2765 if (!CheckLevelDbConnection(OWNERSHIP_RELATION)) { in ReadOwnership()
2771 leveldb::Status status = fuse->level_db_connection_map[OWNERSHIP_RELATION]->Get( in ReadOwnership()
2787 if (!CheckLevelDbConnection(OWNERSHIP_RELATION)) { in CreateOwnerIdRelation()
2794 status1 = fuse->level_db_connection_map[OWNERSHIP_RELATION]->Put( in CreateOwnerIdRelation()
2796 status2 = fuse->level_db_connection_map[OWNERSHIP_RELATION]->Put( in CreateOwnerIdRelation()
2800 status1 = fuse->level_db_connection_map[OWNERSHIP_RELATION]->Delete(leveldb::WriteOptions(), in CreateOwnerIdRelation()
2802 status2 = fuse->level_db_connection_map[OWNERSHIP_RELATION]->Delete(leveldb::WriteOptions(), in CreateOwnerIdRelation()
[all …]