Home
last modified time | relevance | path

Searched defs:matchType (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/want/src/
H A Dskills.cpp314 void Skills::AddPath(const std::string &path, const MatchType &matchType) in AddPath()
367 void Skills::RemovePath(const std::string &path, const MatchType &matchType) in RemovePath()
539 void Skills::AddType(const std::string &type, const MatchType &matchType) in AddType()
628 void Skills::RemoveType(const std::string &type, const MatchType &matchType) in RemoveType()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/drawable/dfx/
H A Drs_dirty_rects_dfx.cpp256 auto matchType = DIRTY_REGION_TYPE_MAP.find(dirtyType); in DrawAndTraceSingleDirtyRegionTypeForDFX() local
310 auto matchType = DIRTY_REGION_DEBUG_TYPE_MAP.find(dirtyRegionDebugType); in DrawDetailedTypesOfDirtyRegionForDFX() local
/ohos5.0/base/security/huks/frameworks/huks_standard/main/common/src/
H A Dhks_base_check.c1972 uint32_t authAccessType, uint32_t *matchType) in HasValidAuthAccessType()