mirror of
https://github.com/openharmony/developtools_global_resource_tool.git
synced 2026-07-19 19:33:46 -04:00
+1
-1
@@ -33,7 +33,7 @@ public:
|
||||
std::vector<ResourceId> GetHeaderId() const;
|
||||
int64_t GetId(ResType resType, const std::string &name) const;
|
||||
int64_t GetSystemId(ResType resType, const std::string &name) const;
|
||||
void LoadIdFromHap(const std::map<int64_t, std::vector<ResourceItem>> &items);
|
||||
void LoadIdFromHap(std::map<int64_t, std::vector<ResourceItem>> &items);
|
||||
|
||||
private:
|
||||
int64_t GenerateAppId(ResType resType, const std::string &name);
|
||||
|
||||
@@ -47,6 +47,7 @@ public:
|
||||
const std::vector<std::string> SplitValue() const;
|
||||
bool IsArray() const;
|
||||
bool IsPair() const;
|
||||
void CheckData();
|
||||
|
||||
ResourceItem &operator=(const ResourceItem &other);
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user