Searched defs:resourceId (Results 1 – 5 of 5) sorted by relevance
| /developtools/global_resource_tool/src/ |
| D | id_defined_parser.cpp | 143 ResourceId resourceId; in IdDefinedToResourceIds() local 161 bool IdDefinedParser::PushResourceId(const std::string &filePath, const ResourceId &resourceId, boo… in PushResourceId() 193 bool IdDefinedParser::ParseId(const cJSON *origId, ResourceId &resourceId) in ParseId() 219 bool IdDefinedParser::ParseType(const cJSON *type, ResourceId &resourceId) in ParseType() 238 bool IdDefinedParser::ParseName(const cJSON *name, ResourceId &resourceId) in ParseName() 260 bool IdDefinedParser::ParseOrder(const cJSON *order, ResourceId &resourceId) in ParseOrder()
|
| D | header.cpp | 62 for (const auto &resourceId : resourceIds) { in Create() local
|
| D | resource_pack.cpp | 193 [&first](stringstream &buffer, const ResourceId& resourceId) { in GenerateTextHeader() 217 }, [](stringstream &buffer, const ResourceId& resourceId) { in GenerateCplusHeader() 236 }, [&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()
|