Searched refs:currentType (Results 1 - 7 of 7) sorted by relevance
/foundation/multimodalinput/input/service/delegate_task/src/ |
H A D | delegate_interface.cpp | 106 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 D | grid_property.cpp | 71 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 D | delegate_interface_test.cpp | 289 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 D | input_handler_manager.cpp | 69 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 D | sheet_presentation_pattern.h | 222 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 D | capture_session.h | 323 EffectSuggestionType currentType = EffectSuggestionType::EFFECT_SUGGESTION_NONE; member in OHOS::CameraStandard::EffectSuggestionCallback
|
/foundation/multimedia/camera_framework/frameworks/native/camera/src/session/ |
H A D | capture_session.cpp | 2236 if (!effectSuggestionCallback_->isFirstReport && type == effectSuggestionCallback_->currentType) { in ProcessEffectSuggestionTypeUpdates() 2241 effectSuggestionCallback_->currentType = type; in ProcessEffectSuggestionTypeUpdates()
|
Completed in 16 milliseconds