Home
last modified time | relevance | path

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

/developtools/global_resource_tool/src/
Did_worker.cpp25 uint32_t IdWorker::Init(ResourceIdCluster &type, int64_t startId) in Init() argument
37 appId_ = static_cast<uint64_t>(startId); in Init()
38 maxId_ = GetMaxId(startId); in Init()
158 uint64_t IdWorker::GetMaxId(uint64_t startId) const in GetMaxId()
161 while ((flag & startId) == 0) { in GetMaxId()
164 if (startId + flag < 1) { in GetMaxId()
167 return startId + flag - 1; in GetMaxId()
Dresource_pack.cpp75 int64_t startId = static_cast<int64_t>(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()
Did_defined_parser.cpp41 int64_t startId = static_cast<int64_t>(packageParser_.GetStartId()); in Init() local
51 if (ResourceUtil::FileExist(idDefinedPath) && startId > 0) { in Init()
/developtools/ace_js2bundle/ace-loader/sample/ServiceAbility/
Dservice.js32 onCommand(want, restart, startId) {
/developtools/global_resource_tool/include/
Did_worker.h39 uint64_t GetMaxId(uint64_t startId) const;
/developtools/global_resource_tool/
DREADME_zh.md37 | -e/--startId | 可缺省 | 带参数 | 指定生成资源的起始ID值,例如:0x01000000,范围[0x01000000, 0x06FFFFFF),[0x08000000, 0x4…