Home
last modified time | relevance | path

Searched refs:matchType (Results 1 – 4 of 4) 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() argument
316 PatternsMatcher pm(path, matchType); in AddPath()
367 void Skills::RemovePath(const std::string &path, const MatchType &matchType) in RemovePath() argument
369 PatternsMatcher pm(path, matchType); in RemovePath()
539 void Skills::AddType(const std::string &type, const MatchType &matchType) in AddType() argument
541 PatternsMatcher pm(type, matchType); in AddType()
562 [type = pm.GetPattern(), matchType = pm.GetType()]( in AddType()
563 … const PatternsMatcher pm) { return (pm.GetPattern() == type) && (pm.GetType() == matchType); }); in AddType()
572 [type = pm.GetPattern(), matchType = pm.GetType()]( in AddType()
628 void Skills::RemoveType(const std::string &type, const MatchType &matchType) in RemoveType() argument
[all …]
/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/want/include/
H A Dskills.h232 void AddPath(const std::string &path, const MatchType &matchType);
261 void RemovePath(const std::string &path, const MatchType &matchType);
364 void AddType(const std::string &type, const MatchType &matchType);
393 void RemoveType(const std::string &type, const MatchType &matchType);
/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
257 if (matchType == DIRTY_REGION_TYPE_MAP.end()) { in DrawAndTraceSingleDirtyRegionTypeForDFX()
278 matchType->second.c_str(), subInfo.c_str()); in DrawAndTraceSingleDirtyRegionTypeForDFX()
281 …surfaceDrawable.GetName().c_str(), surfaceDrawable.GetId(), matchType->second.c_str(), subInfo.c_s… in DrawAndTraceSingleDirtyRegionTypeForDFX()
310 auto matchType = DIRTY_REGION_DEBUG_TYPE_MAP.find(dirtyRegionDebugType); in DrawDetailedTypesOfDirtyRegionForDFX() local
311 if (matchType != DIRTY_REGION_DEBUG_TYPE_MAP.end()) { in DrawDetailedTypesOfDirtyRegionForDFX()
312 DrawAndTraceSingleDirtyRegionTypeForDFX(canvas, surfaceDrawable, matchType->second); in DrawDetailedTypesOfDirtyRegionForDFX()
/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() argument
1976 *matchType = allowAuthAccessTypes.values[i]; in HasValidAuthAccessType()