Home
last modified time | relevance | path

Searched refs:windowType_ (Results 1 – 5 of 5) sorted by relevance

/foundation/resourceschedule/resource_schedule_service/cgroup_sched/framework/sched_controller/
Dwindow_state_observer.cpp31 auto windowType = focusChangeInfo->windowType_; in OnFocused()
48 auto windowType = focusChangeInfo->windowType_; in OnUnfocused()
Dcgroup_event_handler.cpp342 win->windowType_ = VALUE_INT(windowType); in HandleFocusedWindow()
403 win->windowType_ = VALUE_INT(windowType); in HandleUnfocusedWindow()
/foundation/windowmanager/interfaces/innerkits/wm/
Dwindow_manager.h43 windowType_(type), abilityToken_(abilityToken) {}; in FocusChangeInfo()
53 WindowType windowType_ = WindowType::WINDOW_TYPE_APP_MAIN_WINDOW; variable
/foundation/windowmanager/wm/src/
Dwindow_manager.cpp121 parcel.WriteUint32(static_cast<uint32_t>(windowType_)); in Marshalling()
133 focusChangeInfo->windowType_ = static_cast<WindowType>(parcel.ReadUint32()); in Unmarshalling()
167 … static_cast<uint32_t>(focusChangeInfo->windowType_), focusChangeInfo->abilityToken_.GetRefPtr()); in NotifyFocused()
177 … static_cast<uint32_t>(focusChangeInfo->windowType_), focusChangeInfo->abilityToken_.GetRefPtr()); in NotifyUnfocused()
/foundation/resourceschedule/resource_schedule_service/cgroup_sched/framework/sched_controller/include/
Dsupervisor.h44 int32_t windowType_ = 0; variable