Home
last modified time | relevance | path

Searched refs:GetDeviceTags (Results 1 - 5 of 5) sorted by relevance

/foundation/multimodalinput/input/service/delegate_task/src/
H A Ddelegate_interface.cpp107 uint32_t currentTags = GetDeviceTags(type); in AddHandler()
111 uint32_t allDeviceTags = GetDeviceTags(type); in AddHandler()
151 uint32_t DelegateInterface::GetDeviceTags(InputHandlerType type) const in GetDeviceTags() function in OHOS::MMI::DelegateInterface
199 uint32_t currentTags = GetDeviceTags(type); in RemoveHandler()
204 const uint64_t newTags = GetDeviceTags(type); in RemoveHandler()
/foundation/multimodalinput/input/service/delegate_task/test/
H A Ddelegate_interface_test.cpp39 * @tc.desc: Test the function GetDeviceTags
51 uint32_t ret = delegateInterface.GetDeviceTags(type); in HWTEST_F()
56 uint32_t ret2 = delegateInterface.GetDeviceTags(type); in HWTEST_F()
62 * @tc.desc: Test the function GetDeviceTags
79 uint32_t ret1 = delegateInterface.GetDeviceTags(type); in HWTEST_F()
83 uint32_t ret2 = delegateInterface.GetDeviceTags(type); in HWTEST_F()
294 uint32_t currentTags = delegateInterface.GetDeviceTags(type); in HWTEST_F()
/foundation/multimodalinput/input/service/delegate_task/include/
H A Ddelegate_interface.h59 uint32_t GetDeviceTags(InputHandlerType type) const;
/foundation/multimodalinput/input/frameworks/proxy/event_handler/src/
H A Dinput_handler_manager.cpp72 uint32_t currentTags = GetDeviceTags(); in AddHandler()
77 uint32_t allDeviceTags = GetDeviceTags(); in AddHandler()
212 uint32_t currentTags = GetDeviceTags(); in RemoveHandler()
216 const uint64_t newTags = GetDeviceTags(); in RemoveHandler()
670 uint32_t deviceTags = GetDeviceTags(); in OnConnected()
737 uint32_t InputHandlerManager::GetDeviceTags() const in GetDeviceTags() function in OHOS::MMI::InputHandlerManager
/foundation/multimodalinput/input/frameworks/proxy/event_handler/include/
H A Dinput_handler_manager.h54 uint32_t GetDeviceTags() const;

Completed in 3 milliseconds