Searched refs:IsThirdPartType (Results 1 – 1 of 1) sorted by relevance
204 bool IsThirdPartType(const uint32_t type, const std::unordered_set<uint32_t>& thirdPartRes) in IsThirdPartType() function276 …if (!IsSBDResType(type) && !IsThirdPartType(type, thirdPartRes_) && !IsHasPermission(type, saRes_)… in ParseAndCheckReportDataParcel()