Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/want/src/
H A Dskills.cpp289 PatternsMatcher pm(path, MatchType::DEFAULT); in AddPath() local
316 PatternsMatcher pm(path, matchType); in AddPath() local
369 PatternsMatcher pm(path, matchType); in RemovePath() local
529 PatternsMatcher pm(type, MatchType::DEFAULT); in AddType() local
541 PatternsMatcher pm(type, matchType); in AddType() local
559 PatternsMatcher pm(type.substr(0, slashpos), patternsMatcher.GetType()); in AddType() local
569 PatternsMatcher pm(patternsMatcher); in AddType() local
614 …auto it = std::find_if(types_.begin(), types_.end(), [&patternsMatcher](const PatternsMatcher pm) { in RemoveType()
630 PatternsMatcher pm(type, matchType); in RemoveType() local
820 hasType = std::find_if(types.begin(), types.end(), [&typeSubstr](const PatternsMatcher pm) { in FindMimeType()
[all …]
/ohos5.0/foundation/resourceschedule/ffrt/src/sync/
H A Dcondition_variable.cpp76 auto pm = reinterpret_cast<ffrt::mutexPrivate *>(mutex); variable
89 auto pm = reinterpret_cast<ffrt::mutexPrivate *>(mutex); variable
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/ext/
H A Dmetadata_helpers.h59 bool ConstructOrInitEvent(IEvent::Ptr& p, Self* self, const EventMetadata& pm) in ConstructOrInitEvent()
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/wrapper/
H A Dwrapper_decoder.cpp315 ULogMessage *pm = reinterpret_cast<ULogMessage *>(NLMSG_DATA(hdrMsg)); in InterpreteUlogMsg() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/time_picker/
H A Dtimepicker_row_pattern.cpp541 std::string pm = amPmStrings[1]; in FlushAmPmFormatString() local
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/
H A Dnode_system.cpp1333 Math::Mat4X4& pm = state.parentMatrix; in UpdateTransformations() local
/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Dscene_holder.cpp1243 auto pm = CORE_NS::GetManager<CORE3D_NS::IPostProcessComponentManager>(*ecs_); in CreatePostProcess() local