Home
last modified time | relevance | path

Searched refs:UsbFunctionSwitchWindowAction (Results 1 – 2 of 2) sorted by relevance

/base/usb/usb_manager/services/native/src/
Dusb_function_switch_window.cpp49 if (windowAction_ == UsbFunctionSwitchWindowAction::FUNCTION_SWITCH_WINDOW_ACTION_SHOW) { in ~UsbFunctionSwitchWindow()
76 if (windowAction_ == UsbFunctionSwitchWindowAction::FUNCTION_SWITCH_WINDOW_ACTION_FORBID) { in PopUpFunctionSwitchWindow()
80 windowAction_ = UsbFunctionSwitchWindowAction::FUNCTION_SWITCH_WINDOW_ACTION_SHOW; in PopUpFunctionSwitchWindow()
90 if (windowAction_ == UsbFunctionSwitchWindowAction::FUNCTION_SWITCH_WINDOW_ACTION_FORBID) { in DismissFunctionSwitchWindow()
94 windowAction_ = UsbFunctionSwitchWindowAction::FUNCTION_SWITCH_WINDOW_ACTION_DISMISS; in DismissFunctionSwitchWindow()
/base/usb/usb_manager/services/native/include/
Dusb_function_switch_window.h37 enum UsbFunctionSwitchWindowAction : int32_t { enum
61 int32_t windowAction_ = UsbFunctionSwitchWindowAction::FUNCTION_SWITCH_WINDOW_ACTION_FORBID;