Searched refs:startId (Results 1 – 6 of 6) sorted by relevance
25 uint32_t IdWorker::Init(ResourceIdCluster &type, int64_t startId) in Init() argument37 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()
75 int64_t startId = static_cast<int64_t>(packageParser_.GetStartId()); in InitModule() local76 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()
41 int64_t startId = static_cast<int64_t>(packageParser_.GetStartId()); in Init() local51 if (ResourceUtil::FileExist(idDefinedPath) && startId > 0) { in Init()
32 onCommand(want, restart, startId) {
39 uint64_t GetMaxId(uint64_t startId) const;
37 | -e/--startId | 可缺省 | 带参数 | 指定生成资源的起始ID值,例如:0x01000000,范围[0x01000000, 0x06FFFFFF),[0x08000000, 0x4…