Searched defs:resourceId (Results 1 – 5 of 5) sorted by relevance
| /developtools/global_resource_tool/src/ |
| D | id_defined_parser.cpp | 145 ResourceId resourceId; in IdDefinedToResourceIds() local 163 bool IdDefinedParser::PushResourceId(const std::string &filePath, const ResourceId &resourceId, boo… in PushResourceId() 197 … IdDefinedParser::ParseId(const std::string &filePath, const cJSON *origId, ResourceId &resourceId) in ParseId() 221 … IdDefinedParser::ParseType(const std::string &filePath, const cJSON *type, ResourceId &resourceId) in ParseType() 243 … IdDefinedParser::ParseName(const std::string &filePath, const cJSON *name, ResourceId &resourceId) in ParseName() 264 …dDefinedParser::ParseOrder(const std::string &filePath, const cJSON *order, ResourceId &resourceId) in ParseOrder()
|
| D | header.cpp | 62 for (const auto &resourceId : resourceIds) { in Create() local
|
| D | resource_pack.cpp | 219 [&first](stringstream &buffer, const ResourceId& resourceId) { in GenerateTextHeader() 243 }, [](stringstream &buffer, const ResourceId& resourceId) { in GenerateCplusHeader() 262 }, [&itemType](stringstream &buffer, const ResourceId& resourceId) { in GenerateJsHeader()
|
| D | id_worker.cpp | 64 ResourceId resourceId; in GetHeaderId() local
|
| /developtools/packing_tool/adapter/ohos/ |
| D | ResourcesParser.java | 213 static String getResourceById(int resourceId, byte[] data) throws BundleException { in getResourceById() 235 static String getBaseResourceById(int resourceId, byte[] data) throws BundleException { in getBaseResourceById()
|