Searched refs:pm (Results 1 - 9 of 9) sorted by relevance
/foundation/ability/ability_base/interfaces/kits/native/want/src/ |
H A D | skills.cpp | 289 PatternsMatcher pm(path, MatchType::DEFAULT); in AddPath() 290 AddPath(pm); in AddPath() 300 auto hasPath = std::find_if(paths_.begin(), paths_.end(), [&patternsMatcher](const PatternsMatcher pm) { in AddPath() 301 return (pm.GetPattern() == patternsMatcher.GetPattern()) && (pm.GetType() == patternsMatcher.GetType()); in AddPath() 316 PatternsMatcher pm(path, matchType); in AddPath() 317 AddPath(pm); in AddPath() 328 paths_.begin(), paths_.end(), [&path](const PatternsMatcher pm) { return pm.GetPattern() == path; }); in HasPath() 340 paths_.begin(), paths_.end(), [&path](const PatternsMatcher pm) { retur in RemovePath() 970 PatternsMatcher *pm = nullptr; ReadFromParcel() local [all...] |
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/ext/ |
H A D | metadata_helpers.h | 32 for (auto&& pm : sm.properties) { in ConstructPropertiesFromMetadata() 33 auto p = meta->GetPropertyByName(pm.name); in ConstructPropertiesFromMetadata() 35 if (!pm.init(self, p)) { in ConstructPropertiesFromMetadata() 40 p = pm.create(); in ConstructPropertiesFromMetadata() 41 if (!pm.init(self, p)) { in ConstructPropertiesFromMetadata() 59 bool ConstructOrInitEvent(IEvent::Ptr& p, Self* self, const EventMetadata& pm) in ConstructOrInitEvent() argument 62 if (!pm.init(self, p)) { in ConstructOrInitEvent() 67 p = pm.create(); in ConstructOrInitEvent() 68 if (!pm.init(self, p)) { in ConstructOrInitEvent() 83 for (auto&& pm in ConstructEventsFromMetadata() [all...] |
/foundation/resourceschedule/ffrt/src/sync/ |
H A D | condition_variable.cpp | 76 auto pm = reinterpret_cast<ffrt::mutexPrivate *>(mutex); in ffrt_cond_wait() local 77 pc->SuspendAndWait(pm); in ffrt_cond_wait() 89 auto pm = reinterpret_cast<ffrt::mutexPrivate *>(mutex); in ffrt_cond_timedwait() local 97 return pc->SuspendAndWaitUntil(pm, tp) ? ffrt_error_timedout : ffrt_success; in ffrt_cond_timedwait()
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/obex/ |
H A D | obex_utils.cpp | 160 for (auto &pm : static_cast<const ObexOptionalTlvHeader *>(&hi)->GetTlvParamters()->GetTlvTriplets()) { in ObexHeaderItemDebug() 162 index, pm->GetTagId(), pm->GetLen()); in ObexHeaderItemDebug() 164 ObexUtils::ToDebugString(pm->GetVal(), pm->GetLen(), false).c_str()); in ObexHeaderItemDebug()
|
/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/wrapper/ |
H A D | wrapper_decoder.cpp | 315 ULogMessage *pm = reinterpret_cast<ULogMessage *>(NLMSG_DATA(hdrMsg)); in InterpreteUlogMsg() local 316 if (!CheckRtNetlinkLength(hdrMsg, sizeof(*pm))) { in InterpreteUlogMsg() 319 devname = pm->indevName[0] ? pm->indevName : pm->outdevName; in InterpreteUlogMsg() 320 message_->PushMessage(NetsysEventMessage::Type::ALERT_NAME, std::string(pm->prefix)); in InterpreteUlogMsg()
|
/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/ |
H A D | node_system.cpp | 1333 Math::Mat4X4& pm = state.parentMatrix; in UpdateTransformations() local 1337 pm = pm * local->matrix; in UpdateTransformations() 1344 worldMatrixHandle->matrix = pm; in UpdateTransformations() 1349 worldMatrixManager_.Set(row->entity, { pm }); in UpdateTransformations() 1360 stack.push_back(State { static_cast<SceneNode*>(child), pm, nodeInfo.isEffectivelyEnabled }); in UpdateTransformations()
|
/foundation/ability/ability_base/test/unittest/want/ |
H A D | skills_test.cpp | 341 PatternsMatcher pm(path, MatchType::DEFAULT); in HWTEST_F() 342 base_->AddPath(pm); in HWTEST_F() 348 base_->RemovePath(pm); in HWTEST_F()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/time_picker/ |
H A D | timepicker_row_pattern.cpp | 594 std::string pm = amPmStrings[1]; in FlushAmPmFormatString() local 595 vecAmPm_.emplace_back(pm); in FlushAmPmFormatString()
|
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/ |
H A D | scene_holder.cpp | 1243 auto pm = CORE_NS::GetManager<CORE3D_NS::IPostProcessComponentManager>(*ecs_); in CreatePostProcess() local 1246 pm->Create(entity); in CreatePostProcess()
|
Completed in 17 milliseconds