Home
last modified time | relevance | path

Searched refs:currentType (Results 1 - 7 of 7) sorted by relevance

/foundation/multimodalinput/input/service/delegate_task/src/
H A Ddelegate_interface.cpp106 const HandleEventType currentType = GetEventType(type); in AddHandler() local
110 if (currentType != newType || ((currentTags & summary.deviceTags) != summary.deviceTags)) { in AddHandler()
198 const HandleEventType currentType = GetEventType(type); in RemoveHandler() local
205 if (currentType != newType || ((currentTags & deviceTags) != 0)) { in RemoveHandler()
224 name.c_str(), currentType, currentTags, handlers.size()); in RemoveHandler()
/foundation/arkui/ace_engine/frameworks/core/components_ng/property/
H A Dgrid_property.cpp71 GridSizeType currentType = container->GetContainerInfo()->GetSizeType(); // working type, not UNDEFINED in UpdateSpan() local
74 return (currentProp->type_ == type || currentType == type) && SetSpan(type, span); in UpdateSpan()
84 GridSizeType currentType = container->GetContainerInfo()->GetSizeType(); // working type, not UNDEFINED in UpdateOffset() local
87 return (currentProp->type_ == type || currentType == type) && SetOffset(type, offset); in UpdateOffset()
/foundation/multimodalinput/input/service/delegate_task/test/
H A Ddelegate_interface_test.cpp289 HandleEventType currentType = delegateInterface.GetEventType(type); in HWTEST_F() local
292 EXPECT_TRUE(currentType != newType); in HWTEST_F()
302 currentType = delegateInterface.GetEventType(type); in HWTEST_F()
304 EXPECT_FALSE(currentType != newType); in HWTEST_F()
/foundation/multimodalinput/input/frameworks/proxy/event_handler/src/
H A Dinput_handler_manager.cpp69 const HandleEventType currentType = GetEventType(); in AddHandler() local
70 MMI_HILOGD("Register new handler:%{public}d, currentType:%{public}d, deviceTags:%{public}d", handlerId, currentType, in AddHandler()
76 if (currentType != newType || ((currentTags & deviceTags) != deviceTags)) { in AddHandler()
84 handlerType, handlerId, currentType, currentTags, newType, deviceTags, priority); in AddHandler()
91 handlerType, handlerId, currentType, currentTags, newType, deviceTags, priority); in AddHandler()
211 const HandleEventType currentType = GetEventType(); in RemoveHandler() local
217 if (ret == RET_OK && (currentType != newType || ((currentTags & deviceTags) != 0))) { in RemoveHandler()
223 handlerType, handlerId, currentType, currentTags); in RemoveHandler()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/overlay/
H A Dsheet_presentation_pattern.h222 void onTypeDidChange(float currentType) const in onTypeDidChange()
225 onTypeDidChange_(currentType); in onTypeDidChange()
/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/session/
H A Dcapture_session.h323 EffectSuggestionType currentType = EffectSuggestionType::EFFECT_SUGGESTION_NONE; member in OHOS::CameraStandard::EffectSuggestionCallback
/foundation/multimedia/camera_framework/frameworks/native/camera/src/session/
H A Dcapture_session.cpp2236 if (!effectSuggestionCallback_->isFirstReport && type == effectSuggestionCallback_->currentType) { in ProcessEffectSuggestionTypeUpdates()
2241 effectSuggestionCallback_->currentType = type; in ProcessEffectSuggestionTypeUpdates()

Completed in 17 milliseconds