Searched refs:isSystem (Results 1 - 4 of 4) sorted by relevance
/developtools/global_resource_tool/src/ |
H A D | id_defined_parser.cpp | 84 uint32_t IdDefinedParser::Init(const string &filePath, bool isSystem)
in Init() argument 112 if (isSystem) {
in Init() 119 if (IdDefinedToResourceIds(filePath, recordNode, isSystem, startSysId) != RESTOOL_SUCCESS) {
in Init() 135 bool isSystem, const int64_t startSysId)
in IdDefinedToResourceIds() 147 if ((handle.first == "id" && isSystem) || (handle.first == "order" && !isSystem)) {
in IdDefinedToResourceIds() 154 if (!PushResourceId(filePath, resourceId, isSystem)) {
in IdDefinedToResourceIds() 161 bool IdDefinedParser::PushResourceId(const std::string &filePath, const ResourceId &resourceId, bool isSystem)
in PushResourceId() argument 185 if (isSystem) {
in PushResourceId() 134 IdDefinedToResourceIds(const std::string &filePath, const cJSON *record, bool isSystem, const int64_t startSysId) IdDefinedToResourceIds() argument
|
H A D | reference_parser.cpp | 283 bool ReferenceParser::ParseRefImpl(string &key, const map<string, ResType> &refs, bool isSystem) const in ParseRefImpl() 290 if (!isSystem && ref.second == ResType::MEDIA && mediaJsonId_ != 0 in ParseRefImpl() 294 if (isSystem) { in ParseRefImpl()
|
/developtools/global_resource_tool/include/ |
H A D | id_defined_parser.h | 40 uint32_t Init(const std::string &filePath, bool isSystem);
44 bool isSystem, const int64_t strtSysId = 0);
49 bool PushResourceId(const std::string &filePath, const ResourceId &resourceId, bool isSystem);
|
H A D | reference_parser.h | 46 bool ParseRefImpl(std::string &key, const std::map<std::string, ResType> &refs, bool isSystem) const;
|
Completed in 3 milliseconds