Searched refs:unFocused_ (Results 1 – 2 of 2) sorted by relevance
67 std::shared_ptr<BlockData<bool>> FocusChangedListenerTestImpl::unFocused_ = member in OHOS::MiscServices::FocusChangedListenerTestImpl75 unFocused_->Clear(false); in OnFocused()86 unFocused_->SetValue(unFocus); in OnUnfocused()365 bool unFocused = FocusChangedListenerTestImpl::unFocused_->GetValue(); in GetUnfocused()
38 static std::shared_ptr<BlockData<bool>> unFocused_; variable