Searched defs:DataShareStore (Results 1 – 2 of 2) sorted by relevance
29 class DataShareStore; variable
31 DataShareStore(std::string dirPath): dbStore_(nullptr), dirPath_(dirPath){}; in DataShareStore() function