• Home
  • Raw
  • Download

Lines Matching refs:ResourceTable

27 ResourceTable::ResourceTable()  in ResourceTable()  function in OHOS::Global::Restool::ResourceTable
37 ResourceTable::~ResourceTable() in ~ResourceTable()
41 uint32_t ResourceTable::CreateResourceTable() in CreateResourceTable()
70 uint32_t ResourceTable::CreateResourceTable(const map<int32_t, vector<shared_ptr<ResourceItem>>> &i… in CreateResourceTable()
101 uint32_t ResourceTable::LoadResTable(const string path, map<int32_t, vector<ResourceItem>> &resInfo… in LoadResTable()
148 uint32_t ResourceTable::CreateIdDefined(const map<int32_t, vector<ResourceItem>> &allResource) const in CreateIdDefined()
183 uint32_t ResourceTable::SaveToResouorceIndex(const map<string, vector<TableData>> &configs) const in SaveToResouorceIndex()
219 bool ResourceTable::InitIndexHeader(IndexHeader &indexHeader, uint32_t count) const in InitIndexHeader()
229 bool ResourceTable::Prepare(const map<string, vector<TableData>> &configs, in Prepare()
266 bool ResourceTable::SaveRecordItem(const map<string, vector<TableData>> &configs, in SaveRecordItem()
305 void ResourceTable::SaveHeader(const IndexHeader &indexHeader, ostringstream &out) const in SaveHeader()
312 void ResourceTable::SaveLimitKeyConfigs(const map<string, LimitKeyConfig> &limitKeyConfigs, ostring… in SaveLimitKeyConfigs()
324 void ResourceTable::SaveIdSets(const map<string, IdSet> &idSets, ostringstream &out) const in SaveIdSets()
336 bool ResourceTable::ReadFileHeader(ifstream &in, IndexHeader &indexHeader, int32_t &pos, int32_t le… in ReadFileHeader()
349 bool ResourceTable::ReadLimitKeys(ifstream &in, map<int32_t, vector<KeyParam>> &limitKeys, in ReadLimitKeys()
385 bool ResourceTable::ReadIdTables(std::ifstream &in, std::map<int32_t, std::pair<int32_t, int32_t>> … in ReadIdTables()
419 bool ResourceTable::ReadDataRecordPrepare(ifstream &in, RecordItem &record, int32_t &pos, int32_t l… in ReadDataRecordPrepare()
437 bool ResourceTable::ReadDataRecordStart(std::ifstream &in, RecordItem &record, in ReadDataRecordStart()