Searched refs:Trigger (Results 1 - 8 of 8) sorted by relevance
/base/startup/init/ueventd/ |
H A D | ueventd.c | 337 static void Trigger(const char *path, int sockFd, char **devices, int num) in Trigger() function 356 Trigger(pathBuffer, sockFd, devices, num); in Trigger() 374 Trigger(path, sockFd, NULL, 0); in RetriggerUeventByPath() 381 Trigger("/sys/block", sockFd, devices, num); in RetriggerUevent() 382 Trigger("/sys/class", sockFd, devices, num); in RetriggerUevent() 383 Trigger("/sys/devices", sockFd, devices, num); in RetriggerUevent()
|
/base/inputmethod/imf/frameworks/native/inputmethod_ability/src/ |
H A D | input_method_ability.cpp | 397 return HideKeyboard(Trigger::IMF, isForce); in HideKeyboardImplWithoutLock() 437 return ShowPanel(panel, flag, Trigger::IMF); in ShowKeyboardImplWithoutLock() 572 auto ret = HideKeyboard(Trigger::IME_APP, false); in HideKeyboardSelf() 855 return ShowPanel(inputMethodPanel, inputMethodPanel->GetPanelFlag(), Trigger::IME_APP); in ShowPanel() 870 return HidePanel(inputMethodPanel, inputMethodPanel->GetPanelFlag(), Trigger::IME_APP, false); in HidePanel() 874 Trigger trigger) in ShowPanel() 879 if (trigger == Trigger::IME_APP && GetInputDataChannelProxy() == nullptr) { in ShowPanel() 900 Trigger trigger, bool isForce) in HidePanel() 952 int32_t InputMethodAbility::HideKeyboard(Trigger trigger, bool isForce) in HideKeyboard() 981 if (controlChannel != nullptr && trigger == Trigger in HideKeyboard() [all...] |
/base/inputmethod/imf/frameworks/native/inputmethod_ability/include/ |
H A D | input_method_ability.h | 148 int32_t HideKeyboard(Trigger trigger, bool isForce); 152 int32_t ShowPanel(const std::shared_ptr<InputMethodPanel> &inputMethodPanel, PanelFlag flag, Trigger trigger); 153 int32_t HidePanel(const std::shared_ptr<InputMethodPanel> &inputMethodPanel, PanelFlag flag, Trigger trigger,
|
/base/inputmethod/imf/test/unittest/cpp_test/src/ |
H A D | input_method_ability_test.cpp | 826 EXPECT_TRUE(TextListener::WaitNotifyPanelStatusInfoCallback({ info1, true, Trigger::IMF })); in HWTEST_F() 832 EXPECT_TRUE(TextListener::WaitNotifyPanelStatusInfoCallback({ info1, false, Trigger::IMF })); in HWTEST_F() 859 CheckPanelStatusInfo(panel, { info, true, Trigger::IME_APP }); in HWTEST_F() 861 CheckPanelStatusInfo(panel, { info, false, Trigger::IME_APP }); in HWTEST_F() 887 CheckPanelStatusInfo(panel, { info, true, Trigger::IME_APP }); in HWTEST_F() 889 CheckPanelStatusInfo(panel, { info, false, Trigger::IME_APP }); in HWTEST_F() 913 CheckPanelStatusInfo(panel, { info, true, Trigger::IME_APP }); in HWTEST_F() 915 CheckPanelStatusInfo(panel, { info, false, Trigger::IME_APP }); in HWTEST_F() 939 EXPECT_FALSE(TextListener::WaitNotifyPanelStatusInfoCallback({ info, false, Trigger::IME_APP })); in HWTEST_F() 952 EXPECT_TRUE(TextListener::WaitNotifyPanelStatusInfoCallback({ info, false, Trigger in HWTEST_F() [all...] |
/base/inputmethod/imf/frameworks/native/inputmethod_controller/include/ |
H A D | input_method_utils.h | 124 enum Trigger : int32_t { IME_APP, IMF, END }; 128 Trigger trigger{ END };
|
/base/inputmethod/imf/test/common/src/ |
H A D | text_listener.cpp | 166 info.visible, static_cast<Trigger>(info.trigger)); in NotifyPanelStatusInfo()
|
/base/inputmethod/imf/common/src/ |
H A D | itypes_util.cpp | 311 output = { { static_cast<PanelType>(type), static_cast<PanelFlag>(flag) }, visible, static_cast<Trigger>(trigger) }; in Unmarshalling()
|
/base/inputmethod/imf/frameworks/native/inputmethod_controller/src/ |
H A D | input_method_controller.cpp | 1232 info.visible, static_cast<Trigger>(info.trigger)); in NotifyPanelStatusInfo()
|
Completed in 9 milliseconds