Searched refs:NotifyForceHideChangeFunc (Results 1 – 2 of 2) sorted by relevance
71 using NotifyForceHideChangeFunc = std::function<void(bool hide)>; variable431 void RegisterForceHideChangeCallback(NotifyForceHideChangeFunc&& callback);621 NotifyForceHideChangeFunc onForceHideChangeFunc_;
459 void SceneSession::RegisterForceHideChangeCallback(NotifyForceHideChangeFunc&& callback) in RegisterForceHideChangeCallback()