Searched refs:NotifySessionFocusableChangeFunc (Results 1 – 5 of 5) sorted by relevance
59 using NotifySessionFocusableChangeFunc = std::function<void(const bool isFocusable)>; variable294 void SetSessionFocusableChangeListener(const NotifySessionFocusableChangeFunc& func);611 NotifySessionFocusableChangeFunc sessionFocusableChangeFunc_;
741 NotifySessionFocusableChangeFunc func = [&resultValue](const bool isFocusable) { in __anond30b60280502()
616 NotifySessionFocusableChangeFunc func = [](const bool isFocusable)
2346 void Session::SetSessionFocusableChangeListener(const NotifySessionFocusableChangeFunc& func) in SetSessionFocusableChangeListener()
1359 NotifySessionFocusableChangeFunc func = [weakThis = wptr(this)](bool isFocusable) { in ProcessSessionFocusableChangeRegister()