Searched refs:matchType (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/want/src/ |
H A D | skills.cpp | 314 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 D | skills.h | 232 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 D | rs_dirty_rects_dfx.cpp | 256 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 D | hks_base_check.c | 1972 uint32_t authAccessType, uint32_t *matchType) in HasValidAuthAccessType() argument 1976 *matchType = allowAuthAccessTypes.values[i]; in HasValidAuthAccessType()
|