Searched refs:focusChangeInfo (Results 1 – 4 of 4) sorted by relevance
22 void FocusChangedListener::OnFocused(const sptr<Rosen::FocusChangeInfo> &focusChangeInfo) in OnFocused() argument24 if (focusChangeInfo == nullptr || focusHandle_ == nullptr) { in OnFocused()28 focusHandle_(true, focusChangeInfo->pid_, focusChangeInfo->uid_); in OnFocused()31 void FocusChangedListener::OnUnfocused(const sptr<Rosen::FocusChangeInfo> &focusChangeInfo) in OnUnfocused() argument33 if (focusChangeInfo == nullptr || focusHandle_ == nullptr) { in OnUnfocused()37 focusHandle_(false, focusChangeInfo->pid_, focusChangeInfo->uid_); in OnUnfocused()
28 void OnFocused(const sptr<Rosen::FocusChangeInfo> &focusChangeInfo) override;29 void OnUnfocused(const sptr<Rosen::FocusChangeInfo> &focusChangeInfo) override;
34 void OnFocused(const sptr<Rosen::FocusChangeInfo> &focusChangeInfo) override;35 void OnUnfocused(const sptr<Rosen::FocusChangeInfo> &focusChangeInfo) override;
54 void FocusChangedListenerTestImpl::OnFocused(const sptr<Rosen::FocusChangeInfo> &focusChangeInfo) in OnFocused() argument57 if (focusChangeInfo->windowId_ == TddUtil::WindowManager::currentWindowId_) { in OnFocused()64 void FocusChangedListenerTestImpl::OnUnfocused(const sptr<Rosen::FocusChangeInfo> &focusChangeInfo) in OnUnfocused() argument67 if (focusChangeInfo->windowId_ == TddUtil::WindowManager::currentWindowId_) { in OnUnfocused()