Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/want/src/
H A Dskills.cpp300 …auto hasPath = std::find_if(paths_.begin(), paths_.end(), [&patternsMatcher](const PatternsMatcher… in AddPath() local
327 auto hasPath = std::find_if( in HasPath() local
339 auto hasPath = std::find_if( in RemovePath() local
353 …auto hasPath = std::find_if(paths_.begin(), paths_.end(), [&patternsMatcher](const PatternsMatcher… in RemovePath() local