Home
last modified time | relevance | path

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

/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched/services/resschedservice/src/
H A Dres_sched_service_stub.cpp204 bool IsThirdPartType(const uint32_t type, const std::unordered_set<uint32_t>& thirdPartRes) in IsThirdPartType() function
276 …if (!IsSBDResType(type) && !IsThirdPartType(type, thirdPartRes_) && !IsHasPermission(type, saRes_)… in ParseAndCheckReportDataParcel()