Home
last modified time | relevance | path

Searched refs:startId (Results 1 – 5 of 5) sorted by relevance

/developtools/global_resource_tool/src/
Did_worker.cpp27 uint32_t IdWorker::Init(ResourceIdCluster type, int32_t startId) in Init() argument
35 appId_ = startId; in Init()
36 maxId_ = GetMaxId(startId); in Init()
201 int32_t startId = packageParser.GetStartId(); in InitIdDefined() local
211 if (ResourceUtil::FileExist(idDefinedPath) && startId > 0) { in InitIdDefined()
415 auto startId = root["startId"]; in GetStartId() local
416 if (startId.empty()) { in GetStartId()
421 if (!startId.isString()) { in GetStartId()
426 int32_t id = strtol(startId.asString().c_str(), nullptr, 16); in GetStartId()
430 int32_t IdWorker::GetMaxId(int32_t startId) const in GetMaxId()
[all …]
Dresource_pack.cpp75 int32_t startId = packageParser_.GetStartId(); in InitModule() local
76 if (startId > 0) { in InitModule()
77 return idWorker.Init(hapType, startId); in InitModule()
96 startId = ((it - moduleNames.begin()) + 1) * 0x01000000; in InitModule()
97 if (startId >= 0x07000000) { in InitModule()
98 startId = startId + 0x01000000; in InitModule()
100 return idWorker.Init(hapType, startId); in InitModule()
/developtools/ace_js2bundle/ace-loader/sample/ServiceAbility/
Dservice.js32 onCommand(want, restart, startId) {
/developtools/global_resource_tool/include/
Did_worker.h67 int32_t GetMaxId(int32_t startId) const;
/developtools/global_resource_tool/
DREADME_zh.md37 | -e/--startId | 可缺省 | 带参数 | 指定生成资源的起始ID值,例如:0x01000000,范围[0x01000000, 0x06FFFFFF),[0x08000000, 0x4…