Searched refs:NotifyShowWhenLockedFunc (Results 1 – 2 of 2) sorted by relevance
68 using NotifyShowWhenLockedFunc = std::function<void(bool showWhenLocked)>; variable430 void RegisterShowWhenLockedCallback(NotifyShowWhenLockedFunc&& callback);620 NotifyShowWhenLockedFunc onShowWhenLockedFunc_;
444 void SceneSession::RegisterShowWhenLockedCallback(NotifyShowWhenLockedFunc&& callback) in RegisterShowWhenLockedCallback()