Home
last modified time | relevance | path

Searched refs:newType (Results 1 - 14 of 14) sorted by relevance

/foundation/multimodalinput/input/service/delegate_task/src/
H A Ddelegate_interface.cpp109 const HandleEventType newType = GetEventType(type); in AddHandler() local
110 if (currentType != newType || ((currentTags & summary.deviceTags) != summary.deviceTags)) { in AddHandler()
117 newType, summary.priority, allDeviceTags, nullptr); in AddHandler()
124 newType, shared_from_this()); in AddHandler()
202 const HandleEventType newType = GetEventType(type); in RemoveHandler() local
205 if (currentType != newType || ((currentTags & deviceTags) != 0)) { in RemoveHandler()
211 newType, newLevel, newTags, nullptr); in RemoveHandler()
219 newType, shared_from_this()); in RemoveHandler()
/foundation/distributeddatamgr/pasteboard/framework/test/src/
H A Dpasteboard_utils_test.cpp286 auto newType = newRecord->GetType(); in HWTEST_F() local
287 ASSERT_EQ(newType, UDMF::TEXT); in HWTEST_F()
319 auto newType = newRecord->GetType(); in HWTEST_F() local
320 ASSERT_EQ(newType, UDMF::PLAIN_TEXT); in HWTEST_F()
358 auto newType = newRecord->GetType(); in HWTEST_F() local
359 ASSERT_EQ(newType, UDMF::HTML); in HWTEST_F()
395 auto newType = newRecord->GetType(); in HWTEST_F() local
396 ASSERT_EQ(newType, UDMF::HYPERLINK); in HWTEST_F()
430 auto newType = newRecord->GetType(); in HWTEST_F() local
431 ASSERT_EQ(newType, UDM in HWTEST_F()
464 auto newType = newRecord->GetType(); HWTEST_F() local
498 auto newType = newRecord->GetType(); HWTEST_F() local
532 auto newType = newRecord->GetType(); HWTEST_F() local
566 auto newType = newRecord->GetType(); HWTEST_F() local
600 auto newType = newRecord->GetType(); HWTEST_F() local
632 auto newType = newRecord->GetType(); HWTEST_F() local
671 auto newType = newRecord->GetType(); HWTEST_F() local
717 auto newType = newRecord->GetType(); HWTEST_F() local
756 auto newType = newRecord->GetType(); HWTEST_F() local
792 auto newType = newRecord->GetType(); HWTEST_F() local
[all...]
H A Dpasteboard_unified_data_test.cpp274 auto newType = newRecord->GetType(); in HWTEST_F() local
275 ASSERT_EQ(newType, UDMF::TEXT); in HWTEST_F()
307 auto newType = newRecord->GetType(); in HWTEST_F() local
308 ASSERT_EQ(newType, UDMF::PLAIN_TEXT); in HWTEST_F()
347 auto newType = newRecord->GetType(); in HWTEST_F() local
348 ASSERT_EQ(newType, UDMF::HYPERLINK); in HWTEST_F()
387 auto newType = newRecord->GetType(); in HWTEST_F() local
388 ASSERT_EQ(newType, UDMF::HTML); in HWTEST_F()
427 auto newType = newRecord->GetType(); in HWTEST_F() local
428 ASSERT_EQ(newType, UDM in HWTEST_F()
464 auto newType = newRecord->GetType(); HWTEST_F() local
501 auto newType = newRecord->GetType(); HWTEST_F() local
538 auto newType = newRecord->GetType(); HWTEST_F() local
575 auto newType = newRecord->GetType(); HWTEST_F() local
612 auto newType = newRecord->GetType(); HWTEST_F() local
649 auto newType = newRecord->GetType(); HWTEST_F() local
682 auto newType = newRecord->GetType(); HWTEST_F() local
730 auto newType = newRecord->GetType(); HWTEST_F() local
779 auto newType = newRecord->GetType(); HWTEST_F() local
813 auto newType = newRecord->GetType(); HWTEST_F() local
[all...]
/foundation/multimodalinput/input/frameworks/proxy/event_handler/src/
H A Dinput_handler_manager.cpp75 const HandleEventType newType = GetEventType(); in AddHandler() local
76 if (currentType != newType || ((currentTags & deviceTags) != deviceTags)) { in AddHandler()
78 MMI_HILOGD("handlerType:%{public}d, newType:%{public}d, deviceTags:%{public}d, priority:%{public}d", in AddHandler()
79 handlerType, newType, allDeviceTags, priority); in AddHandler()
80 int32_t ret = AddToServer(handlerType, newType, priority, allDeviceTags); in AddHandler()
84 handlerType, handlerId, currentType, currentTags, newType, deviceTags, priority); in AddHandler()
91 handlerType, handlerId, currentType, currentTags, newType, deviceTags, priority); in AddHandler()
114 const HandleEventType newType = GetEventType(); in AddGestureMonitor() local
115 ret = MULTIMODAL_INPUT_CONNECT_MGR->AddGestureMonitor(handlerType, newType, gestureType, fingers); in AddGestureMonitor()
170 const HandleEventType newType in RemoveGestureMonitor() local
214 const HandleEventType newType = GetEventType(); RemoveHandler() local
[all...]
/foundation/multimodalinput/input/service/delegate_task/test/
H A Ddelegate_interface_test.cpp291 HandleEventType newType = delegateInterface.GetEventType(type); in HWTEST_F() local
292 EXPECT_TRUE(currentType != newType); in HWTEST_F()
303 newType = delegateInterface.GetEventType(type); in HWTEST_F()
304 EXPECT_FALSE(currentType != newType); in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/components/declaration/input/
H A Dinput_declaration.cpp38 bool ShouldCreateNewComponent(const std::string& oldType, const std::string& newType) in ShouldCreateNewComponent() argument
45 return g_textCategory.find(oldType) == g_textCategory.end() || g_textCategory.find(newType) == g_textCategory.end(); in ShouldCreateNewComponent()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/a2dp_codec/
H A Da2dp_codec_config.cpp150 A2dpCodecType newType = GetCodecType(newCodecInfo); variable
151 if (lastType != newType) {
/foundation/multimodalinput/input/service/mouse_event_normalize/test/src/
H A Dmouse_event_normalize_test.cpp507 int32_t newType = 2; in HWTEST_F() local
508 MouseEventHdr->GetTouchpadRightClickType(newType); in HWTEST_F()
509 ASSERT_TRUE(type == newType); in HWTEST_F()
H A Dmouse_transform_processor_test.cpp546 int32_t newType = 3; in HWTEST_F() local
547 processor.GetTouchpadRightClickType(newType); in HWTEST_F()
548 ASSERT_TRUE(type == newType); in HWTEST_F()
/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/heartbeat/src/
H A Dlnn_heartbeat_fsm.c1227 LnnHeartbeatType *newType = NULL; in LnnPostStopMsgToHbFsm() local
1233 newType = (LnnHeartbeatType *)SoftBusCalloc(sizeof(LnnHeartbeatType)); in LnnPostStopMsgToHbFsm()
1234 if (newType == NULL) { in LnnPostStopMsgToHbFsm()
1235 LNN_LOGE(LNN_HEART_BEAT, "post stop msg malloc newType err"); in LnnPostStopMsgToHbFsm()
1238 *newType = type; in LnnPostStopMsgToHbFsm()
1239 if (LnnFsmPostMessage(&hbFsm->fsm, EVENT_HB_STOP_SPECIFIC, (void *)newType) != SOFTBUS_OK) { in LnnPostStopMsgToHbFsm()
1241 SoftBusFree(newType); in LnnPostStopMsgToHbFsm()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/kv/
H A Dkvdb_manager.cpp799 int newType = properties.GetIntProp(KvDBProperties::DATABASE_TYPE, KvDBProperties::LOCAL_TYPE_SQLITE); in FindKvDBFromCache() local
802 if (oldType == newType) { in FindKvDBFromCache()
811 STR_MASK(DBCommon::TransferStringToHex(identifier)), newType, oldType); in FindKvDBFromCache()
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_input.cpp48 bool ShouldCreateNewComponent(const std::string& oldType, const std::string& newType) in ShouldCreateNewComponent() argument
55 return g_textCategory.find(oldType) == g_textCategory.end() || g_textCategory.find(newType) == g_textCategory.end(); in ShouldCreateNewComponent()
/foundation/multimodalinput/input/frameworks/proxy/events/test/
H A Dinput_manager_pointer_test.cpp1609 int32_t newType = 1; in HWTEST_F() local
1610 ASSERT_TRUE(InputManager::GetInstance()->GetTouchpadRightClickType(newType) == RET_OK); in HWTEST_F()
1611 ASSERT_TRUE(type == newType); in HWTEST_F()
H A Dinput_manager_test.cpp1531 int32_t newType = 1; in HWTEST_F() local
1532 int32_t ret = InputManager::GetInstance()->GetTouchpadRightClickType(newType); in HWTEST_F()

Completed in 21 milliseconds