Searched refs:currentTags (Results 1 - 3 of 3) sorted by relevance
/foundation/multimodalinput/input/service/delegate_task/src/ |
H A D | delegate_interface.cpp | 107 uint32_t currentTags = GetDeviceTags(type);
in AddHandler() local 110 if (currentType != newType || ((currentTags & summary.deviceTags) != summary.deviceTags)) {
in AddHandler() 129 RemoveLocal(type, summary.handlerName, currentTags);
in AddHandler() 199 uint32_t currentTags = GetDeviceTags(type);
in RemoveHandler() local 205 if (currentType != newType || ((currentTags & deviceTags) != 0)) {
in RemoveHandler() 224 name.c_str(), currentType, currentTags, handlers.size());
in RemoveHandler()
|
/foundation/multimodalinput/input/frameworks/proxy/event_handler/src/ |
H A D | input_handler_manager.cpp | 72 uint32_t currentTags = GetDeviceTags(); in AddHandler() local 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() 212 uint32_t currentTags = GetDeviceTags(); in RemoveHandler() local 217 if (ret == RET_OK && (currentType != newType || ((currentTags & deviceTags) != 0))) { in RemoveHandler() 223 handlerType, handlerId, currentType, currentTags); in RemoveHandler()
|
/foundation/multimodalinput/input/service/delegate_task/test/ |
H A D | delegate_interface_test.cpp | 294 uint32_t currentTags = delegateInterface.GetDeviceTags(type);
in HWTEST_F() local 296 EXPECT_TRUE((currentTags & summary.deviceTags) != summary.deviceTags);
in HWTEST_F()
|
Completed in 5 milliseconds