Searched refs:START_SYS_ID (Results 1 – 2 of 2) sorted by relevance
24 const int64_t IdDefinedParser::START_SYS_ID = 0x07800000; member in OHOS::Global::Restool::IdDefinedParser250 … (static_cast<uint64_t>(resourceId.id) & static_cast<uint64_t>(START_SYS_ID)) == START_SYS_ID && in ParseName()
57 static const int64_t START_SYS_ID; variable