kylin-process-manager/ 0000775 0001750 0001750 00000000000 15167666656 013742 5 ustar feng feng kylin-process-manager/protocols/ 0000775 0001750 0001750 00000000000 15167666656 015766 5 ustar feng feng kylin-process-manager/protocols/plasma-window-management.xml 0000664 0001750 0001750 00000050257 15167666632 023407 0 ustar feng feng
This interface manages application windows.
It provides requests to show and hide the desktop and emits
an event every time a window is created so that the client can
use it to manage the window.
Only one client can bind this interface at a time.
Warning! The protocol described in this file is a desktop environment
implementation detail. Regular clients must not use this protocol.
Backward incompatible changes may be added without bumping the major
version of the extension.
Tell the compositor to show/hide the desktop.
Deprecated: use get_window_by_uuid
This event will be sent whenever the show desktop mode changes. E.g. when it is entered
or left.
On binding the interface the current state is sent.
This event will be sent immediately after a window is mapped.
This event will be sent when stacking order changed and on bind.
With version 17 this event is deprecated and will no longer be sent.
This event will be sent when stacking order changed and on bind.
With version 17 this event is deprecated and will no longer be sent.
This event will be sent immediately after a window is mapped.
This event will be sent when stacking order changed.
Manages and control an application window.
Only one client can bind this interface at a time.
Set window state.
Values for state argument are described by org_kde_plasma_window_management.state
and can be used together in a bitfield. The flags bitfield describes which flags are
supposed to be set, the state bitfield the value for the set flags
Deprecated: use enter_virtual_desktop
Maps the window to a different virtual desktop.
To show the window on all virtual desktops, call the
org_kde_plasma_window.set_state request and specify a on_all_desktops
state in the bitfield.
Sets the geometry of the taskbar entry for this window.
The geometry is relative to a panel in particular.
Remove the task geometry information for a particular panel.
Close this window.
Request an interactive move for this window.
Request an interactive resize for this window.
Removes the resource bound for this org_kde_plasma_window.
The compositor will write the window icon into the provided file descriptor.
The data is a serialized QIcon with QDataStream.
This event will be sent as soon as the window title is changed.
This event will be sent as soon as the application
identifier is changed.
This event will be sent as soon as the window state changes.
Values for state argument are described by org_kde_plasma_window_management.state.
DEPRECATED: use virtual_desktop_entered and virtual_desktop_left instead
This event will be sent when a window is moved to another
virtual desktop.
It is not sent if it becomes visible on all virtual desktops though.
This event will be sent whenever the themed icon name changes. May be null.
This event will be sent immediately after the window is closed
and its surface is unmapped.
This event will be sent immediately after all initial state been sent to the client.
If the Plasma window is already unmapped, the unmapped event will be sent before the
initial_state event.
This event will be sent whenever the parent window of this org_kde_plasma_window changes.
The passed parent is another org_kde_plasma_window and this org_kde_plasma_window is a
transient window to the parent window. If the parent argument is null, this
org_kde_plasma_window does not have a parent window.
This event will be sent whenever the window geometry of this org_kde_plasma_window changes.
The coordinates are in absolute coordinates of the windowing system.
This event will be sent whenever the icon of the window changes, but there is no themed
icon name. Common examples are Xwayland windows which have a pixmap based icon.
The client can request the icon using get_icon.
This event will be sent when the compositor has set the process id this window belongs to.
This should be set once before the initial_state is sent.
Make the window enter a virtual desktop. A window can enter more
than one virtual desktop. if the id is empty or invalid, no action will be performed.
RFC: do this with an empty id to request_enter_virtual_desktop?
Make the window enter a new virtual desktop. If the server consents the request,
it will create a new virtual desktop and assign the window to it.
Make the window exit a virtual desktop. If it exits all desktops it will be considered on all of them.
This event will be sent when the window has entered a new virtual desktop. The window can be on more than one desktop, or none: then is considered on all of them.
This event will be sent when the window left a virtual desktop. If the window leaves all desktops, it can be considered on all.
If the window gets manually added on all desktops, the server has to send virtual_desktop_left for every previous desktop it was in for the window to be really considered on all desktops.
This event will be sent after the application menu
for the window has changed.
Make the window enter an activity. A window can enter more activity. If the id is empty or invalid, no action will be performed.
Make the window exit a an activity. If it exits all activities it will be considered on all of them.
This event will be sent when the window has entered an activity. The window can be on more than one activity, or none: then is considered on all of them.
This event will be sent when the window left an activity. If the window leaves all activities, it will be considered on all.
If the window gets manually added on all activities, the server has to send activity_left for every previous activity it was in for the window to be really considered on all activities.
Requests this window to be displayed in a specific output.
This event will be sent when the X11 resource name of the window has changed.
This is only set for XWayland windows.
This event will be sent whenever the window geometry of this org_kde_plasma_window changes.
The coordinates are in absolute coordinates of the windowing system.
The activation manager interface provides a way to get notified
when an application is about to be activated.
Destroy the activation manager object. The activation objects introduced
by this manager object will be unaffected.
Will be issued when an app is set to be activated. It offers
an instance of org_kde_plasma_activation that will tell us the app_id
and the extent of the activation.
Notify the compositor that the org_kde_plasma_activation object will no
longer be used.
When this object is created, the compositor sends a window event for
each window in the stacking order, and afterwards sends the done event
and destroys this object.
kylin-process-manager/protocols/ukui-window-management.xml 0000664 0001750 0001750 00000041770 15167666632 023107 0 ustar feng feng
This interface manages application windows. It provides requests to show and hide the desktop
and emits an event every time a window is created so that the client can use it to manage the
window.
Tell the compositor to show/hide the desktop.
This event will be sent whenever the show desktop mode changes. E.g. when it is entered or
left.
On binding the interface the current state is sent.
This event will be sent when stacking order changed and on bind
This event will be sent immediately after a window is mapped.
Manages and control an application window.
Set window state. Can set multiple states at once.
Values for state argument are described by ukui_window_management.state and can be used
together in a bitfield.
The flags bitfield describes which flags are supposed to be set, the
state bitfield the value for the set flags.
The state argument is not a boolean value, but a bitfield, so it is possible to set multiple
states at once. Only the states that are set in the flags bitfield will be changed.
For example:
If flags was 0x14(keep_above|maximized) and state was 0x04(maximized), the window would be
maximized, but not keep above.
If flags was 0x04(maximized) and state was 0x14(keep_above|maximized), the window would be
maximized but not change keep above state.
Sets the geometry of the taskbar/desktop entry for this window. The geometry is relative to
a panel/desktop in particular.
Sets the geometry of the taskbar entry for this window. The geometry is relative to a panel
in particular.
Remove the task geometry information for a particular panel.
Close this window.
Request an interactive move for this window. The pointer will move to the center of the
window and move with the pointer.
When mouse button is released, the interactive move ends.
Request an interactive resize for this window. The pointer will move to window right bottom
corner and resize with the pointer.
When mouse button is released, the interactive resize ends.
Removes the resource bound for this ukui_window.
The compositor will write the window icon into the provided file descriptor. The data is a
serialized QIcon with QDataStream.
This event will be sent as soon as the window title is changed.
This event will be sent as soon as the application identifier is changed.
This event will be sent as soon as the window state changes.
Values for state argument are described by ukui_window_management.state. It contains
the whole new state of the window.
This event will be sent whenever the themed icon name changes. May be null.
This event will be sent immediately after the window is closed and its surface is unmapped.
This event will be sent immediately after all initial state been sent to the client. If the
Plasma window is already unmapped, the unmapped event will be sent before the initial_state
event.
This event will be sent whenever the parent window of this ukui_window changes. The
passed parent is another ukui_window and this ukui_window is a transient window to
the parent window. If the parent argument is null, this ukui_window does not have a
parent window.
This event will be sent whenever the window geometry of this ukui_window changes. The
coordinates are in absolute coordinates of the windowing system.
This event will be sent whenever the icon of the window changes, but there is no themed icon
name. Common examples are Xwayland windows which have a pixmap based icon.
The client can request the icon using get_icon.
This event will be sent when the compositor has set the process id this window belongs to.
This should be set once before the initial_state is sent.
Make the window enter a virtual desktop. A window can enter more than one virtual desktop.
if the id is empty or invalid, no action will be performed.
RFC: do this with an empty id to
request_enter_virtual_desktop?
Make the window enter a new virtual desktop. If the server consents the request, it will
create a new virtual desktop and assign the window to it.
Make the window exit a virtual desktop. If it exits all desktops it will be considered on
all of them.
This event will be sent when the window has entered a new virtual desktop. The window can be
on more than one desktop, or none: then is considered on all of them.
This event will be sent when the window left a virtual desktop. If the window leaves all
desktops, it can be considered on all. If the window gets manually added on all desktops,
the server has to send virtual_desktop_left for every previous desktop it was in for the
window to be really considered on all desktops.
This event will be sent after the application menu for the window has changed.
Make the window enter an activity. A window can enter more activity. If the id is empty or
invalid, no action will be performed.
Make the window exit a an activity. If it exits all activities it will be considered on all
of them.
This event will be sent when the window has entered an activity. The window can be on more
than one activity, or none: then is considered on all of them.
This event will be sent when the window left an activity. If the window leaves all
activities, it will be considered on all. If the window gets manually added on all
activities, the server has to send activity_left for every previous activity it was in for
the window to be really considered on all activities.
Requests this window to be displayed in a specific output.
This event will be sent when the X11 resource name of the window has changed. This is only
set for XWayland windows.
Tell the compositor to highlight this window.
Tell the compositor to unset highlight window.
The activation manager interface provides a way to get notified when an application is about
to be activated.
Destroy the activation manager object. The activation objects introduced by this manager
object will be unaffected.
Will be issued when an app is set to be activated. It offers an instance of
org_ukui_activation that will tell us the app_id and the extent of the activation.
Notify the compositor that the org_ukui_activation object will no longer be used.
kylin-process-manager/protocols/ukui-startup-v1.xml 0000664 0001750 0001750 00000001756 15167666632 021514 0 ustar feng feng
This interface is a manager that allows to set app startup info.
Sets the startup geometry of the taskbar/desktop entry for app.
Coordinates are global.
kylin-process-manager/protocols/dpms.xml 0000664 0001750 0001750 00000010307 15167666656 017454 0 ustar feng feng
The Dpms manager allows to get a org_kde_kwin_dpms for a given wl_output.
The org_kde_kwin_dpms provides the currently used VESA Display Power Management
Signaling state (see https://en.wikipedia.org/wiki/VESA_Display_Power_Management_Signaling ).
In addition it allows to request a state change. A compositor is not obliged to honor it
and will normally automatically switch back to on state.
Factory request to get the org_kde_kwin_dpms for a given wl_output.
This interface provides information about the VESA DPMS state for a wl_output.
It gets created through the request get on the org_kde_kwin_dpms_manager interface.
On creating the resource the server will push whether DPSM is supported for the output,
the currently used DPMS state and notifies the client through the done event once all
states are pushed. Whenever a state changes the set of changes is committed with the
done event.
This event gets pushed on binding the resource and indicates whether the wl_output
supports DPMS. There are operation modes of a Wayland server where DPMS might not
make sense (e.g. nested compositors).
This mode gets pushed on binding the resource and provides the currently used
DPMS mode. It also gets pushed if DPMS is not supported for the wl_output, in that
case the value will be On.
The event is also pushed whenever the state changes.
This event gets pushed on binding the resource once all other states are pushed.
In addition it gets pushed whenever a state changes to tell the client that all
state changes have been pushed.
Requests that the compositor puts the wl_output into the passed mode. The compositor
is not obliged to change the state. In addition the compositor might leave the mode
whenever it seems suitable. E.g. the compositor might return to On state on user input.
The client should not assume that the mode changed after requesting a new mode.
Instead the client should listen for the mode event.
kylin-process-manager/protocols/ukui-startup-v2.xml 0000664 0001750 0001750 00000004404 15167666656 021514 0 ustar feng feng
This interface manages startup infos.
The startup_info object provides a way sets the startup geometry of the
taskbar/desktop entry for app.
The object will auto destroy when arrive the retire time.
Sets the startup geometry of the taskbar/desktop entry.
Coordinates are global.
The pid determines which process will use the startup_geometry.
The child process of this process will also use the startup_geometry.
The appid determines which app should use the startup_geometry.
It only uses when not set pid or not find the app from pid.
Must call destroy after set info completely.
kylin-process-manager/.clang-format 0000664 0001750 0001750 00000004364 15167666632 016316 0 ustar feng feng ---
---
# SPDX-FileCopyrightText: 2019 Christoph Cullmann
# SPDX-FileCopyrightText: 2019 Gernot Gebhard
#
# SPDX-License-Identifier: MIT
---
Language: JavaScript
DisableFormat: true
---
# Style for C++
Language: Cpp
Standard: c++20
# base is WebKit coding style: https://webkit.org/code-style-guidelines/
# below are only things set that diverge from this style!
BasedOnStyle: WebKit
# 4 spaces indent
TabWidth: 4
# No line limit
ColumnLimit: 0
# sort includes inside line separated groups
SortIncludes: true
# Braces are usually attached, but not after functions or class declarations.
BreakBeforeBraces: Custom
BraceWrapping:
AfterClass: true
AfterControlStatement: false
AfterEnum: false
AfterFunction: true
AfterNamespace: true
AfterObjCDeclaration: false
AfterStruct: true
AfterUnion: false
BeforeCatch: false
BeforeElse: false
IndentBraces: false
# CrlInstruction *a;
PointerAlignment: Right
# horizontally aligns arguments after an open bracket.
AlignAfterOpenBracket: Align
# don't move all parameters to new line
AllowAllParametersOfDeclarationOnNextLine: false
# no single line functions
AllowShortFunctionsOnASingleLine: None
# In case we have an if statement with multiple lines the operator should be at the beginning of the line
# but we do not want to break assignments
BreakBeforeBinaryOperators: NonAssignment
# format C++11 braced lists like function calls
Cpp11BracedListStyle: true
# do not put a space before C++11 braced lists
SpaceBeforeCpp11BracedList: false
# no namespace indentation to keep indent level low
NamespaceIndentation: None
# we use template< without space.
SpaceAfterTemplateKeyword: false
# Always break after template declaration
AlwaysBreakTemplateDeclarations: true
# macros for which the opening brace stays attached.
ForEachMacros: [ foreach, Q_FOREACH, BOOST_FOREACH, forever, Q_FOREVER, QBENCHMARK, QBENCHMARK_ONCE , wl_resource_for_each, wl_resource_for_each_safe ]
# keep lambda formatting multi-line if not empty
AllowShortLambdasOnASingleLine: Empty
# We do not want clang-format to put all arguments on a new line
AllowAllArgumentsOnNextLine: false
# Indent lambdas to the start of the line, not to the start of the lambda
LambdaBodyIndentation: OuterScope
kylin-process-manager/translations/ 0000775 0001750 0001750 00000000000 15167666656 016463 5 ustar feng feng kylin-process-manager/translations/zh_CN.ts 0000664 0001750 0001750 00000001617 15167666656 020041 0 ustar feng feng
QObjectThe current system is detected to be stuck, we recommend that you enable the hierarchical freezing function检测到当前系统可能存在卡顿的情况,建议开启分级冻结功能检测到当前系统可能存在卡顿的情况,建议开启分级冻结功能Open开启开启Settings设置设置
kylin-process-manager/LICENSE 0000664 0001750 0001750 00000105755 15167666632 014756 0 ustar feng feng GNU GENERAL PUBLIC LICENSE
Version 3, 29 June 2007
Copyright (C) 2007 Free Software Foundation, Inc.
Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.
Preamble
The GNU General Public License is a free, copyleft license for
software and other kinds of works.
The licenses for most software and other practical works are designed
to take away your freedom to share and change the works. By contrast,
the GNU General Public License is intended to guarantee your freedom to
share and change all versions of a program--to make sure it remains free
software for all its users. We, the Free Software Foundation, use the
GNU General Public License for most of our software; it applies also to
any other work released this way by its authors. You can apply it to
your programs, too.
When we speak of free software, we are referring to freedom, not
price. Our General Public Licenses are designed to make sure that you
have the freedom to distribute copies of free software (and charge for
them if you wish), that you receive source code or can get it if you
want it, that you can change the software or use pieces of it in new
free programs, and that you know you can do these things.
To protect your rights, we need to prevent others from denying you
these rights or asking you to surrender the rights. Therefore, you have
certain responsibilities if you distribute copies of the software, or if
you modify it: responsibilities to respect the freedom of others.
For example, if you distribute copies of such a program, whether
gratis or for a fee, you must pass on to the recipients the same
freedoms that you received. You must make sure that they, too, receive
or can get the source code. And you must show them these terms so they
know their rights.
Developers that use the GNU GPL protect your rights with two steps:
(1) assert copyright on the software, and (2) offer you this License
giving you legal permission to copy, distribute and/or modify it.
For the developers' and authors' protection, the GPL clearly explains
that there is no warranty for this free software. For both users' and
authors' sake, the GPL requires that modified versions be marked as
changed, so that their problems will not be attributed erroneously to
authors of previous versions.
Some devices are designed to deny users access to install or run
modified versions of the software inside them, although the manufacturer
can do so. This is fundamentally incompatible with the aim of
protecting users' freedom to change the software. The systematic
pattern of such abuse occurs in the area of products for individuals to
use, which is precisely where it is most unacceptable. Therefore, we
have designed this version of the GPL to prohibit the practice for those
products. If such problems arise substantially in other domains, we
stand ready to extend this provision to those domains in future versions
of the GPL, as needed to protect the freedom of users.
Finally, every program is threatened constantly by software patents.
States should not allow patents to restrict development and use of
software on general-purpose computers, but in those that do, we wish to
avoid the special danger that patents applied to a free program could
make it effectively proprietary. To prevent this, the GPL assures that
patents cannot be used to render the program non-free.
The precise terms and conditions for copying, distribution and
modification follow.
TERMS AND CONDITIONS
0. Definitions.
"This License" refers to version 3 of the GNU General Public License.
"Copyright" also means copyright-like laws that apply to other kinds of
works, such as semiconductor masks.
"The Program" refers to any copyrightable work licensed under this
License. Each licensee is addressed as "you". "Licensees" and
"recipients" may be individuals or organizations.
To "modify" a work means to copy from or adapt all or part of the work
in a fashion requiring copyright permission, other than the making of an
exact copy. The resulting work is called a "modified version" of the
earlier work or a work "based on" the earlier work.
A "covered work" means either the unmodified Program or a work based
on the Program.
To "propagate" a work means to do anything with it that, without
permission, would make you directly or secondarily liable for
infringement under applicable copyright law, except executing it on a
computer or modifying a private copy. Propagation includes copying,
distribution (with or without modification), making available to the
public, and in some countries other activities as well.
To "convey" a work means any kind of propagation that enables other
parties to make or receive copies. Mere interaction with a user through
a computer network, with no transfer of a copy, is not conveying.
An interactive user interface displays "Appropriate Legal Notices"
to the extent that it includes a convenient and prominently visible
feature that (1) displays an appropriate copyright notice, and (2)
tells the user that there is no warranty for the work (except to the
extent that warranties are provided), that licensees may convey the
work under this License, and how to view a copy of this License. If
the interface presents a list of user commands or options, such as a
menu, a prominent item in the list meets this criterion.
1. Source Code.
The "source code" for a work means the preferred form of the work
for making modifications to it. "Object code" means any non-source
form of a work.
A "Standard Interface" means an interface that either is an official
standard defined by a recognized standards body, or, in the case of
interfaces specified for a particular programming language, one that
is widely used among developers working in that language.
The "System Libraries" of an executable work include anything, other
than the work as a whole, that (a) is included in the normal form of
packaging a Major Component, but which is not part of that Major
Component, and (b) serves only to enable use of the work with that
Major Component, or to implement a Standard Interface for which an
implementation is available to the public in source code form. A
"Major Component", in this context, means a major essential component
(kernel, window system, and so on) of the specific operating system
(if any) on which the executable work runs, or a compiler used to
produce the work, or an object code interpreter used to run it.
The "Corresponding Source" for a work in object code form means all
the source code needed to generate, install, and (for an executable
work) run the object code and to modify the work, including scripts to
control those activities. However, it does not include the work's
System Libraries, or general-purpose tools or generally available free
programs which are used unmodified in performing those activities but
which are not part of the work. For example, Corresponding Source
includes interface definition files associated with source files for
the work, and the source code for shared libraries and dynamically
linked subprograms that the work is specifically designed to require,
such as by intimate data communication or control flow between those
subprograms and other parts of the work.
The Corresponding Source need not include anything that users
can regenerate automatically from other parts of the Corresponding
Source.
The Corresponding Source for a work in source code form is that
same work.
2. Basic Permissions.
All rights granted under this License are granted for the term of
copyright on the Program, and are irrevocable provided the stated
conditions are met. This License explicitly affirms your unlimited
permission to run the unmodified Program. The output from running a
covered work is covered by this License only if the output, given its
content, constitutes a covered work. This License acknowledges your
rights of fair use or other equivalent, as provided by copyright law.
You may make, run and propagate covered works that you do not
convey, without conditions so long as your license otherwise remains
in force. You may convey covered works to others for the sole purpose
of having them make modifications exclusively for you, or provide you
with facilities for running those works, provided that you comply with
the terms of this License in conveying all material for which you do
not control copyright. Those thus making or running the covered works
for you must do so exclusively on your behalf, under your direction
and control, on terms that prohibit them from making any copies of
your copyrighted material outside their relationship with you.
Conveying under any other circumstances is permitted solely under
the conditions stated below. Sublicensing is not allowed; section 10
makes it unnecessary.
3. Protecting Users' Legal Rights From Anti-Circumvention Law.
No covered work shall be deemed part of an effective technological
measure under any applicable law fulfilling obligations under article
11 of the WIPO copyright treaty adopted on 20 December 1996, or
similar laws prohibiting or restricting circumvention of such
measures.
When you convey a covered work, you waive any legal power to forbid
circumvention of technological measures to the extent such circumvention
is effected by exercising rights under this License with respect to
the covered work, and you disclaim any intention to limit operation or
modification of the work as a means of enforcing, against the work's
users, your or third parties' legal rights to forbid circumvention of
technological measures.
4. Conveying Verbatim Copies.
You may convey verbatim copies of the Program's source code as you
receive it, in any medium, provided that you conspicuously and
appropriately publish on each copy an appropriate copyright notice;
keep intact all notices stating that this License and any
non-permissive terms added in accord with section 7 apply to the code;
keep intact all notices of the absence of any warranty; and give all
recipients a copy of this License along with the Program.
You may charge any price or no price for each copy that you convey,
and you may offer support or warranty protection for a fee.
5. Conveying Modified Source Versions.
You may convey a work based on the Program, or the modifications to
produce it from the Program, in the form of source code under the
terms of section 4, provided that you also meet all of these conditions:
a) The work must carry prominent notices stating that you modified
it, and giving a relevant date.
b) The work must carry prominent notices stating that it is
released under this License and any conditions added under section
7. This requirement modifies the requirement in section 4 to
"keep intact all notices".
c) You must license the entire work, as a whole, under this
License to anyone who comes into possession of a copy. This
License will therefore apply, along with any applicable section 7
additional terms, to the whole of the work, and all its parts,
regardless of how they are packaged. This License gives no
permission to license the work in any other way, but it does not
invalidate such permission if you have separately received it.
d) If the work has interactive user interfaces, each must display
Appropriate Legal Notices; however, if the Program has interactive
interfaces that do not display Appropriate Legal Notices, your
work need not make them do so.
A compilation of a covered work with other separate and independent
works, which are not by their nature extensions of the covered work,
and which are not combined with it such as to form a larger program,
in or on a volume of a storage or distribution medium, is called an
"aggregate" if the compilation and its resulting copyright are not
used to limit the access or legal rights of the compilation's users
beyond what the individual works permit. Inclusion of a covered work
in an aggregate does not cause this License to apply to the other
parts of the aggregate.
6. Conveying Non-Source Forms.
You may convey a covered work in object code form under the terms
of sections 4 and 5, provided that you also convey the
machine-readable Corresponding Source under the terms of this License,
in one of these ways:
a) Convey the object code in, or embodied in, a physical product
(including a physical distribution medium), accompanied by the
Corresponding Source fixed on a durable physical medium
customarily used for software interchange.
b) Convey the object code in, or embodied in, a physical product
(including a physical distribution medium), accompanied by a
written offer, valid for at least three years and valid for as
long as you offer spare parts or customer support for that product
model, to give anyone who possesses the object code either (1) a
copy of the Corresponding Source for all the software in the
product that is covered by this License, on a durable physical
medium customarily used for software interchange, for a price no
more than your reasonable cost of physically performing this
conveying of source, or (2) access to copy the
Corresponding Source from a network server at no charge.
c) Convey individual copies of the object code with a copy of the
written offer to provide the Corresponding Source. This
alternative is allowed only occasionally and noncommercially, and
only if you received the object code with such an offer, in accord
with subsection 6b.
d) Convey the object code by offering access from a designated
place (gratis or for a charge), and offer equivalent access to the
Corresponding Source in the same way through the same place at no
further charge. You need not require recipients to copy the
Corresponding Source along with the object code. If the place to
copy the object code is a network server, the Corresponding Source
may be on a different server (operated by you or a third party)
that supports equivalent copying facilities, provided you maintain
clear directions next to the object code saying where to find the
Corresponding Source. Regardless of what server hosts the
Corresponding Source, you remain obligated to ensure that it is
available for as long as needed to satisfy these requirements.
e) Convey the object code using peer-to-peer transmission, provided
you inform other peers where the object code and Corresponding
Source of the work are being offered to the general public at no
charge under subsection 6d.
A separable portion of the object code, whose source code is excluded
from the Corresponding Source as a System Library, need not be
included in conveying the object code work.
A "User Product" is either (1) a "consumer product", which means any
tangible personal property which is normally used for personal, family,
or household purposes, or (2) anything designed or sold for incorporation
into a dwelling. In determining whether a product is a consumer product,
doubtful cases shall be resolved in favor of coverage. For a particular
product received by a particular user, "normally used" refers to a
typical or common use of that class of product, regardless of the status
of the particular user or of the way in which the particular user
actually uses, or expects or is expected to use, the product. A product
is a consumer product regardless of whether the product has substantial
commercial, industrial or non-consumer uses, unless such uses represent
the only significant mode of use of the product.
"Installation Information" for a User Product means any methods,
procedures, authorization keys, or other information required to install
and execute modified versions of a covered work in that User Product from
a modified version of its Corresponding Source. The information must
suffice to ensure that the continued functioning of the modified object
code is in no case prevented or interfered with solely because
modification has been made.
If you convey an object code work under this section in, or with, or
specifically for use in, a User Product, and the conveying occurs as
part of a transaction in which the right of possession and use of the
User Product is transferred to the recipient in perpetuity or for a
fixed term (regardless of how the transaction is characterized), the
Corresponding Source conveyed under this section must be accompanied
by the Installation Information. But this requirement does not apply
if neither you nor any third party retains the ability to install
modified object code on the User Product (for example, the work has
been installed in ROM).
The requirement to provide Installation Information does not include a
requirement to continue to provide support service, warranty, or updates
for a work that has been modified or installed by the recipient, or for
the User Product in which it has been modified or installed. Access to a
network may be denied when the modification itself materially and
adversely affects the operation of the network or violates the rules and
protocols for communication across the network.
Corresponding Source conveyed, and Installation Information provided,
in accord with this section must be in a format that is publicly
documented (and with an implementation available to the public in
source code form), and must require no special password or key for
unpacking, reading or copying.
7. Additional Terms.
"Additional permissions" are terms that supplement the terms of this
License by making exceptions from one or more of its conditions.
Additional permissions that are applicable to the entire Program shall
be treated as though they were included in this License, to the extent
that they are valid under applicable law. If additional permissions
apply only to part of the Program, that part may be used separately
under those permissions, but the entire Program remains governed by
this License without regard to the additional permissions.
When you convey a copy of a covered work, you may at your option
remove any additional permissions from that copy, or from any part of
it. (Additional permissions may be written to require their own
removal in certain cases when you modify the work.) You may place
additional permissions on material, added by you to a covered work,
for which you have or can give appropriate copyright permission.
Notwithstanding any other provision of this License, for material you
add to a covered work, you may (if authorized by the copyright holders of
that material) supplement the terms of this License with terms:
a) Disclaiming warranty or limiting liability differently from the
terms of sections 15 and 16 of this License; or
b) Requiring preservation of specified reasonable legal notices or
author attributions in that material or in the Appropriate Legal
Notices displayed by works containing it; or
c) Prohibiting misrepresentation of the origin of that material, or
requiring that modified versions of such material be marked in
reasonable ways as different from the original version; or
d) Limiting the use for publicity purposes of names of licensors or
authors of the material; or
e) Declining to grant rights under trademark law for use of some
trade names, trademarks, or service marks; or
f) Requiring indemnification of licensors and authors of that
material by anyone who conveys the material (or modified versions of
it) with contractual assumptions of liability to the recipient, for
any liability that these contractual assumptions directly impose on
those licensors and authors.
All other non-permissive additional terms are considered "further
restrictions" within the meaning of section 10. If the Program as you
received it, or any part of it, contains a notice stating that it is
governed by this License along with a term that is a further
restriction, you may remove that term. If a license document contains
a further restriction but permits relicensing or conveying under this
License, you may add to a covered work material governed by the terms
of that license document, provided that the further restriction does
not survive such relicensing or conveying.
If you add terms to a covered work in accord with this section, you
must place, in the relevant source files, a statement of the
additional terms that apply to those files, or a notice indicating
where to find the applicable terms.
Additional terms, permissive or non-permissive, may be stated in the
form of a separately written license, or stated as exceptions;
the above requirements apply either way.
8. Termination.
You may not propagate or modify a covered work except as expressly
provided under this License. Any attempt otherwise to propagate or
modify it is void, and will automatically terminate your rights under
this License (including any patent licenses granted under the third
paragraph of section 11).
However, if you cease all violation of this License, then your
license from a particular copyright holder is reinstated (a)
provisionally, unless and until the copyright holder explicitly and
finally terminates your license, and (b) permanently, if the copyright
holder fails to notify you of the violation by some reasonable means
prior to 60 days after the cessation.
Moreover, your license from a particular copyright holder is
reinstated permanently if the copyright holder notifies you of the
violation by some reasonable means, this is the first time you have
received notice of violation of this License (for any work) from that
copyright holder, and you cure the violation prior to 30 days after
your receipt of the notice.
Termination of your rights under this section does not terminate the
licenses of parties who have received copies or rights from you under
this License. If your rights have been terminated and not permanently
reinstated, you do not qualify to receive new licenses for the same
material under section 10.
9. Acceptance Not Required for Having Copies.
You are not required to accept this License in order to receive or
run a copy of the Program. Ancillary propagation of a covered work
occurring solely as a consequence of using peer-to-peer transmission
to receive a copy likewise does not require acceptance. However,
nothing other than this License grants you permission to propagate or
modify any covered work. These actions infringe copyright if you do
not accept this License. Therefore, by modifying or propagating a
covered work, you indicate your acceptance of this License to do so.
10. Automatic Licensing of Downstream Recipients.
Each time you convey a covered work, the recipient automatically
receives a license from the original licensors, to run, modify and
propagate that work, subject to this License. You are not responsible
for enforcing compliance by third parties with this License.
An "entity transaction" is a transaction transferring control of an
organization, or substantially all assets of one, or subdividing an
organization, or merging organizations. If propagation of a covered
work results from an entity transaction, each party to that
transaction who receives a copy of the work also receives whatever
licenses to the work the party's predecessor in interest had or could
give under the previous paragraph, plus a right to possession of the
Corresponding Source of the work from the predecessor in interest, if
the predecessor has it or can get it with reasonable efforts.
You may not impose any further restrictions on the exercise of the
rights granted or affirmed under this License. For example, you may
not impose a license fee, royalty, or other charge for exercise of
rights granted under this License, and you may not initiate litigation
(including a cross-claim or counterclaim in a lawsuit) alleging that
any patent claim is infringed by making, using, selling, offering for
sale, or importing the Program or any portion of it.
11. Patents.
A "contributor" is a copyright holder who authorizes use under this
License of the Program or a work on which the Program is based. The
work thus licensed is called the contributor's "contributor version".
A contributor's "essential patent claims" are all patent claims
owned or controlled by the contributor, whether already acquired or
hereafter acquired, that would be infringed by some manner, permitted
by this License, of making, using, or selling its contributor version,
but do not include claims that would be infringed only as a
consequence of further modification of the contributor version. For
purposes of this definition, "control" includes the right to grant
patent sublicenses in a manner consistent with the requirements of
this License.
Each contributor grants you a non-exclusive, worldwide, royalty-free
patent license under the contributor's essential patent claims, to
make, use, sell, offer for sale, import and otherwise run, modify and
propagate the contents of its contributor version.
In the following three paragraphs, a "patent license" is any express
agreement or commitment, however denominated, not to enforce a patent
(such as an express permission to practice a patent or covenant not to
sue for patent infringement). To "grant" such a patent license to a
party means to make such an agreement or commitment not to enforce a
patent against the party.
If you convey a covered work, knowingly relying on a patent license,
and the Corresponding Source of the work is not available for anyone
to copy, free of charge and under the terms of this License, through a
publicly available network server or other readily accessible means,
then you must either (1) cause the Corresponding Source to be so
available, or (2) arrange to deprive yourself of the benefit of the
patent license for this particular work, or (3) arrange, in a manner
consistent with the requirements of this License, to extend the patent
license to downstream recipients. "Knowingly relying" means you have
actual knowledge that, but for the patent license, your conveying the
covered work in a country, or your recipient's use of the covered work
in a country, would infringe one or more identifiable patents in that
country that you have reason to believe are valid.
If, pursuant to or in connection with a single transaction or
arrangement, you convey, or propagate by procuring conveyance of, a
covered work, and grant a patent license to some of the parties
receiving the covered work authorizing them to use, propagate, modify
or convey a specific copy of the covered work, then the patent license
you grant is automatically extended to all recipients of the covered
work and works based on it.
A patent license is "discriminatory" if it does not include within
the scope of its coverage, prohibits the exercise of, or is
conditioned on the non-exercise of one or more of the rights that are
specifically granted under this License. You may not convey a covered
work if you are a party to an arrangement with a third party that is
in the business of distributing software, under which you make payment
to the third party based on the extent of your activity of conveying
the work, and under which the third party grants, to any of the
parties who would receive the covered work from you, a discriminatory
patent license (a) in connection with copies of the covered work
conveyed by you (or copies made from those copies), or (b) primarily
for and in connection with specific products or compilations that
contain the covered work, unless you entered into that arrangement,
or that patent license was granted, prior to 28 March 2007.
Nothing in this License shall be construed as excluding or limiting
any implied license or other defenses to infringement that may
otherwise be available to you under applicable patent law.
12. No Surrender of Others' Freedom.
If conditions are imposed on you (whether by court order, agreement or
otherwise) that contradict the conditions of this License, they do not
excuse you from the conditions of this License. If you cannot convey a
covered work so as to satisfy simultaneously your obligations under this
License and any other pertinent obligations, then as a consequence you may
not convey it at all. For example, if you agree to terms that obligate you
to collect a royalty for further conveying from those to whom you convey
the Program, the only way you could satisfy both those terms and this
License would be to refrain entirely from conveying the Program.
13. Use with the GNU Affero General Public License.
Notwithstanding any other provision of this License, you have
permission to link or combine any covered work with a work licensed
under version 3 of the GNU Affero General Public License into a single
combined work, and to convey the resulting work. The terms of this
License will continue to apply to the part which is the covered work,
but the special requirements of the GNU Affero General Public License,
section 13, concerning interaction through a network will apply to the
combination as such.
14. Revised Versions of this License.
The Free Software Foundation may publish revised and/or new versions of
the GNU General Public License from time to time. Such new versions will
be similar in spirit to the present version, but may differ in detail to
address new problems or concerns.
Each version is given a distinguishing version number. If the
Program specifies that a certain numbered version of the GNU General
Public License "or any later version" applies to it, you have the
option of following the terms and conditions either of that numbered
version or of any later version published by the Free Software
Foundation. If the Program does not specify a version number of the
GNU General Public License, you may choose any version ever published
by the Free Software Foundation.
If the Program specifies that a proxy can decide which future
versions of the GNU General Public License can be used, that proxy's
public statement of acceptance of a version permanently authorizes you
to choose that version for the Program.
Later license versions may give you additional or different
permissions. However, no additional obligations are imposed on any
author or copyright holder as a result of your choosing to follow a
later version.
15. Disclaimer of Warranty.
THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
16. Limitation of Liability.
IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
SUCH DAMAGES.
17. Interpretation of Sections 15 and 16.
If the disclaimer of warranty and limitation of liability provided
above cannot be given local legal effect according to their terms,
reviewing courts shall apply local law that most closely approximates
an absolute waiver of all civil liability in connection with the
Program, unless a warranty or assumption of liability accompanies a
copy of the Program in return for a fee.
END OF TERMS AND CONDITIONS
How to Apply These Terms to Your New Programs
If you develop a new program, and you want it to be of the greatest
possible use to the public, the best way to achieve this is to make it
free software which everyone can redistribute and change under these terms.
To do so, attach the following notices to the program. It is safest
to attach them to the start of each source file to most effectively
state the exclusion of warranty; and each file should have at least
the "copyright" line and a pointer to where the full notice is found.
Copyright (C)
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see .
Also add information on how to contact you by electronic and paper mail.
If the program does terminal interaction, make it output a short
notice like this when it starts in an interactive mode:
Copyright (C)
This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
This is free software, and you are welcome to redistribute it
under certain conditions; type `show c' for details.
The hypothetical commands `show w' and `show c' should show the appropriate
parts of the General Public License. Of course, your program's commands
might be different; for a GUI interface, you would use an "about box".
You should also get your employer (if you work as a programmer) or school,
if any, to sign a "copyright disclaimer" for the program, if necessary.
For more information on this, and how to apply and follow the GNU GPL, see
.
The GNU General Public License does not permit incorporating your program
into proprietary programs. If your program is a subroutine library, you
may consider it more useful to permit linking proprietary applications with
the library. If this is what you want to do, use the GNU Lesser General
Public License instead of this License. But first, please read
.
kylin-process-manager/core/ 0000775 0001750 0001750 00000000000 15167666656 014672 5 ustar feng feng kylin-process-manager/core/appchooser.h 0000664 0001750 0001750 00000002074 15167666632 017203 0 ustar feng feng /*
* Copyright 2023 KylinSoft Co., Ltd.
*
* This program is free software: you can redistribute it and/or modify it under
* the terms of the GNU General Public License as published by the Free Software
* Foundation, either version 3 of the License, or (at your option) any later
* version.
*
* This program is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
* FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License along with
* this program. If not, see .
*/
#ifndef APPCHOOSER_H
#define APPCHOOSER_H
#include
#include
class AppChooser
{
public:
AppChooser() = default;
std::string getDefaultAppForUrl(const std::string &url);
std::vector getAvailableAppListForFile(const std::string &fileName);
private:
std::string getMimeContentTypeFromFile(const std::string &fileName);
};
#endif // APPCHOOSER_H
kylin-process-manager/core/appchooser.cpp 0000664 0001750 0001750 00000005770 15167666632 017544 0 ustar feng feng /*
* Copyright 2023 KylinSoft Co., Ltd.
*
* This program is free software: you can redistribute it and/or modify it under
* the terms of the GNU General Public License as published by the Free Software
* Foundation, either version 3 of the License, or (at your option) any later
* version.
*
* This program is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
* FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License along with
* this program. If not, see .
*/
#include "appchooser.h"
#include
#include
#include
#include
#include // It must be included before gio/gappinfo.h
#include
namespace
{
void eachAppInfoCallback(gpointer data, gpointer userData)
{
std::vector *dstAppDesktopNameList =
static_cast *>(userData);
GAppInfo *appInfo = static_cast(data);
if (!G_IS_APP_INFO(appInfo) || dstAppDesktopNameList == nullptr) {
return;
}
const std::string appDesktopId = g_app_info_get_id(appInfo);
QString localDesktopFile =
QStandardPaths::locate(QStandardPaths::ApplicationsLocation, QString::fromStdString(appDesktopId));
dstAppDesktopNameList->emplace_back(localDesktopFile.toStdString());
}
}
std::string AppChooser::getDefaultAppForUrl(const std::string &url)
{
GAppInfo *appInfo = nullptr;
char *uriScheme = g_uri_parse_scheme(url.c_str());
if (uriScheme && uriScheme[0] != '\0') {
appInfo = g_app_info_get_default_for_uri_scheme(uriScheme);
}
g_free(uriScheme);
if (!appInfo) {
GFile *file = g_file_new_for_uri(url.c_str());
appInfo = g_file_query_default_handler(file, nullptr, nullptr);
g_object_unref(file);
}
if (appInfo) {
QString appId = g_app_info_get_id(appInfo);
g_object_unref(appInfo);
QString desktopFile = QStandardPaths::locate(QStandardPaths::ApplicationsLocation, appId);
return desktopFile.toStdString();
}
return std::string();
}
std::vector AppChooser::getAvailableAppListForFile(const std::string &fileName)
{
const std::string contentType = getMimeContentTypeFromFile(fileName);
GList *appList = g_app_info_get_all_for_type(contentType.c_str());
if (appList == nullptr) {
return {};
}
std::vector availableAppList;
g_list_foreach(appList, eachAppInfoCallback, static_cast(&availableAppList));
g_list_free_full(appList, g_object_unref);
return availableAppList;
}
std::string AppChooser::getMimeContentTypeFromFile(const std::string &fileName)
{
QMimeDatabase mimeDatabase;
QMimeType mimeType = mimeDatabase.mimeTypeForFile(QString::fromStdString(fileName));
return mimeType.name().toStdString();
}
kylin-process-manager/core/applauncher.cpp 0000664 0001750 0001750 00000027615 15167666656 017713 0 ustar feng feng /*
* Copyright 2023 KylinSoft Co., Ltd.
*
* This program is free software: you can redistribute it and/or modify it under
* the terms of the GNU General Public License as published by the Free Software
* Foundation, either version 3 of the License, or (at your option) any later
* version.
*
* This program is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
* FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License along with
* this program. If not, see .
*/
#include "applauncher.h"
#include "appinfohelper.h"
#include "misc.h"
#include "waylanddisplay.h"
#include
#include
#include
#include
#include
#include
namespace
{
struct LaunchGeometry
{
int x;
int y;
uint32_t width;
uint32_t height;
};
struct ChildProcessCallbackUserData
{
AppLauncher *appLauncher;
std::string appId;
std::vector args;
LaunchGeometry geometry;
};
}
AppInfoGetter::AppInfoGetter(
LatestAppInfoByDesktopFileCallback byDesktopFileCallback,
LatestAppInfoByCmdlineCallback byCmdlineCallback)
: m_latestAppInfoByDesktopFileCallback(std::move(byDesktopFileCallback))
, m_latestAppInfoByCmdlineCallback(std::move(byCmdlineCallback))
{
}
AppInfo AppInfoGetter::getLatestAppInfoByDesktopFile(
const std::string &desktopFile, const std::vector &args) const
{
return m_latestAppInfoByDesktopFileCallback(desktopFile, args);
}
AppInfo AppInfoGetter::getLatestAppInfoByCmdline(const std::string &cmdline) const
{
return m_latestAppInfoByCmdlineCallback(cmdline);
}
void childProcessCallback(GDesktopAppInfo *appInfo, GPid pid, gpointer userData)
{
ChildProcessCallbackUserData *callbackUserData =
static_cast(userData);
if (!callbackUserData || !appInfo || !callbackUserData->appLauncher->m_launcherProcessCallback) {
return;
}
callbackUserData->appLauncher->m_launcherProcessCallback(
g_desktop_app_info_get_filename(appInfo), callbackUserData->args, pid);
}
void childProcessCallbackWithGeometry(GDesktopAppInfo *appInfo, GPid pid, gpointer userData)
{
ChildProcessCallbackUserData *data = static_cast(userData);
if (!data || !appInfo || !data->appLauncher->m_launcherProcessCallback) {
return;
}
std::string desktopfile = g_desktop_app_info_get_filename(appInfo);
auto appid = data->appId;
data->appLauncher->m_launcherProcessCallback(desktopfile, data->args, pid);
// 兼容旧协议,后续可能会被移除
waylandDisplay()->setStartupGeometryForApp(pid, data->geometry.x, data->geometry.y, data->geometry.width, data->geometry.height);
// 使用新协议向已有启动信息中增加 pid信息
waylandDisplay()->setPidForStartupInfoV2(appid, pid);
// 结束启动信息设置
waylandDisplay()->finishSetupInfoV2(appid);
delete data;
}
AppLauncher::AppLauncher(
LauncherProcessCallback launcherProcessCallback,
AppInfoGetter appInfoGetter)
: m_keepAppSingleInstance(false)
, m_launcherProcessCallback(std::move(launcherProcessCallback))
, m_appInfoGetter(std::move(appInfoGetter))
{
}
void AppLauncher::setKeepAppSingleInstance(bool keepAppSingleInstance)
{
m_keepAppSingleInstance = keepAppSingleInstance;
}
bool AppLauncher::launchApp(const std::string &desktopFile)
{
return launchDesktopApp(desktopFile);
}
bool AppLauncher::launchApp(const std::string &desktopFile, int x, int y, uint32_t width, uint32_t height)
{
return launchDesktopAppWithGeometry(desktopFile, {}, x, y, width, height);
}
bool AppLauncher::launchAppWithArguments(
const std::string &desktopFile, const std::vector &args)
{
return launchDesktopApp(desktopFile, args);
}
bool AppLauncher::launchAppWithArguments(
const std::string &desktopFile,
const std::vector &args,
int x, int y, uint32_t width, uint32_t height)
{
return launchDesktopAppWithGeometry(desktopFile, args, x, y, width, height);
}
bool AppLauncher::runCommand(const std::string &command)
{
if (m_keepAppSingleInstance) {
AppInfo appInfo = m_appInfoGetter.getLatestAppInfoByCmdline(command);
if (appWindowHasCreated(appInfo)) {
return activeAppWindow(appInfo);
}
}
return runNewCommandInstance(command);
}
AppLauncher::LaunchError AppLauncher::error() const
{
return m_launchError;
}
AppLauncher::LaunchErrorMessage AppLauncher::errorMessage() const
{
switch (m_launchError) {
case LaunchError::FailedToFindDesktopFile:
return {m_launchError,
"FailedToFindDesktopFile", "Failed to find the desktop file."};
case LaunchError::FailedToCreateDesktopAppInfo:
return {m_launchError,
"FailedToCreateDesktopAppInfo", "Failed to create DesktopAppInfo."};
case LaunchError::FailedToActiveWindow:
return {m_launchError,
"FailedToActiveWindow", "Failed to active application window."};
case LaunchError::FailedToLaunchApp:
return {m_launchError,
"FailedToLaunchApp", "Failed to launch the application."};
case LaunchError::FailedToParseCommand:
return {m_launchError,
"FailedToParseCommand", "Failed to create app info from command."};
case LaunchError::FailedToRunCommand:
return {m_launchError,
"FailedToRunCommand", "Failed to run command."};
default:
return {m_launchError,
"NoError", "No error occurred."};
}
}
bool AppLauncher::launchDesktopApp(
const std::string &desktopFile, const std::vector &args)
{
initLaunchError();
if (!misc::file::fileExists(desktopFile)) {
setLaunchError(LaunchError::FailedToFindDesktopFile);
return false;
}
if (shouldLaunchNewInstance(desktopFile, args)) {
return doLaunchApp(desktopFile, args);
}
return activeAppWindow(desktopFile, args);
}
bool AppLauncher::launchDesktopAppWithGeometry(
const std::string &desktopFile,
const std::vector &args,
int x, int y, uint32_t width, uint32_t height)
{
initLaunchError();
if (!misc::file::fileExists(desktopFile)) {
setLaunchError(LaunchError::FailedToFindDesktopFile);
return false;
}
if (shouldLaunchNewInstance(desktopFile, args)) {
return doLaunchAppWithGeometry(desktopFile, args, x, y, width, height);
}
return activeAppWindow(desktopFile, args);
}
bool AppLauncher::shouldLaunchNewInstance(
const std::string &desktopFile, const std::vector &args)
{
if (!m_keepAppSingleInstance) {
return true;
}
if (appinfo_helper::isKmreApp(desktopFile)) {
return true;
}
AppInfo appInfo = m_appInfoGetter.getLatestAppInfoByDesktopFile(desktopFile, args);
if (appWindowHasCreated(appInfo)) {
return false;
}
if (appWindowIsCreating(appInfo)) {
return false;
}
return true;
}
bool AppLauncher::appWindowHasCreated(const AppInfo &appInfo)
{
return !appInfo.wids().empty();
}
bool AppLauncher::appWindowIsCreating(const AppInfo &appInfo)
{
return appInfo.wids().empty() && QDateTime::currentSecsSinceEpoch() - appInfo.launchTimestamp() <= 5;
}
bool AppLauncher::doLaunchApp(
const std::string &desktopFile, const std::vector &args)
{
GDesktopAppInfo *appInfo = g_desktop_app_info_new_from_filename(desktopFile.c_str());
if (appInfo == nullptr) {
setLaunchError(LaunchError::FailedToCreateDesktopAppInfo);
qWarning() << QString("Create DesktopAppInfo failed from desktop %1.").arg(QString::fromStdString(desktopFile));
return false;
}
GList *uris = createUrisFromStringList(args);
GError *error = nullptr;
ChildProcessCallbackUserData userData{
.appLauncher = this,
.args = args,
};
GAppLaunchContext *appLaunchContext = g_app_launch_context_new();
bool launched = g_desktop_app_info_launch_uris_as_manager(
appInfo, uris, appLaunchContext, G_SPAWN_DEFAULT, nullptr, nullptr, childProcessCallback, &userData, &error);
if (!launched) {
setLaunchError(LaunchError::FailedToLaunchApp);
qWarning() << QString("Failed to launch %1, %2.").arg(QString::fromStdString(desktopFile), error->message);
g_clear_error(&error);
}
g_list_free(uris);
g_object_unref(appInfo);
return launched;
}
bool AppLauncher::doLaunchAppWithGeometry(
const std::string &desktopFile,
const std::vector &args,
int x, int y, uint32_t width, uint32_t height)
{
GDesktopAppInfo *appInfo = g_desktop_app_info_new_from_filename(desktopFile.c_str());
if (appInfo == nullptr) {
setLaunchError(LaunchError::FailedToCreateDesktopAppInfo);
qWarning() << QString("Create DesktopAppInfo failed from desktop %1.").arg(QString::fromStdString(desktopFile));
return false;
}
GList *uris = createUrisFromStringList(args);
GError *error = nullptr;
// Set the startup geometry for the app
std::string appId = QFileInfo(QString::fromStdString(desktopFile)).baseName().toStdString();
bool hasWMClass = g_desktop_app_info_has_key(appInfo, "StartupWMClass");
if (hasWMClass) {
appId = g_desktop_app_info_get_string(appInfo, "StartupWMClass");
}
waylandDisplay()->createStartupInfoForAppId(appId, x, y, width, height);
ChildProcessCallbackUserData *userData = new ChildProcessCallbackUserData{
.appLauncher = this,
.appId = appId,
.args = args,
.geometry = {x, y, width, height}};
GAppLaunchContext *appLaunchContext = g_app_launch_context_new();
bool launched = g_desktop_app_info_launch_uris_as_manager(
appInfo, uris, appLaunchContext, G_SPAWN_DEFAULT,
nullptr, nullptr, childProcessCallbackWithGeometry, userData, &error);
if (!launched) {
setLaunchError(LaunchError::FailedToLaunchApp);
g_clear_error(&error);
}
g_list_free(uris);
g_object_unref(appInfo);
return launched;
}
bool AppLauncher::activeAppWindow(
const std::string &desktopFile, const std::vector &args)
{
AppInfo appInfo = m_appInfoGetter.getLatestAppInfoByDesktopFile(desktopFile, args);
return activeAppWindow(appInfo);
}
bool AppLauncher::activeAppWindow(const AppInfo &appInfo)
{
if (appInfo.wids().empty()) {
setLaunchError(LaunchError::FailedToActiveWindow);
return false;
}
const std::string latestWid = appInfo.wids().back();
waylandDisplay()->avtivateWindow(latestWid);
return true;
}
GList *AppLauncher::createUrisFromStringList(const std::vector &args)
{
GList *uris = nullptr;
for (const auto &arg : args) {
uris = g_list_append(uris, const_cast(arg.c_str()));
}
return uris;
}
bool AppLauncher::runNewCommandInstance(const std::string &command)
{
initLaunchError();
//QStringList arguments = QString::fromStdString(command).split(' ', Qt::SkipEmptyParts);
QStringList arguments = QProcess::splitCommand(QString::fromStdString(command));
if (arguments.isEmpty()) {
setLaunchError(LaunchError::FailedToParseCommand);
qWarning() << QString("Failed to parse command: %1.").arg(QString::fromStdString(command));
return false;
}
bool ret = QProcess::startDetached(arguments[0], arguments.mid(1));
if (!ret) {
setLaunchError(LaunchError::FailedToRunCommand);
qWarning() << QString("Run new commmand '%1' instance failed.").arg(command.c_str());
}
return ret;
}
void AppLauncher::initLaunchError()
{
setLaunchError(AppLauncher::LaunchError::NoError);
}
void AppLauncher::setLaunchError(LaunchError launchError)
{
m_launchError = std::move(launchError);
}
kylin-process-manager/core/state/ 0000775 0001750 0001750 00000000000 15167666656 016012 5 ustar feng feng kylin-process-manager/core/state/statemanager.cpp 0000664 0001750 0001750 00000004126 15167666656 021174 0 ustar feng feng #include "statemanager.h"
#include
#include
#define TIMTERINTERVAL 1000
namespace{
constexpr StateTarget mutex_statt_target[] = {
StateTarget::Self,
StateTarget::PowerMode,
StateTarget::PowerType,
StateTarget::DeviceMode,
StateTarget::ResourceLimit,
StateTarget::SceneManager,
StateTarget::ResourceScheduling,
StateTarget::AppWhiteList,
StateTarget::TopAppList,
StateTarget::StatusMode,
StateTarget::ScreenMode,
StateTarget::DPMSMode,
StateTarget::ProcessInfo,
StateTarget::AppFocusSpell,
StateTarget::AppWinChangedSpell,
StateTarget::SoftFreezeModeEnabled,
StateTarget::ResourceThreshold
};
constexpr size_t mtx_num = sizeof(mutex_statt_target) / sizeof(mutex_statt_target[0]);
std::array fair_mutex_array;
MultiLockMutex multi_lock_mutex(fair_mutex_array);
}
StateManager::StateManager()
: m_stateTarget(StateTarget::None)
{
initMutex();
initTimer();
}
StateManager::~StateManager()
{
}
void StateManager::enableTarget(const StateTarget &target)
{
std::lock_guard lock(fairMutex(StateTarget::Self));
m_stateTarget |= target;
m_stateTarget |= StateTarget::Self;
m_timer.start();
}
bool StateManager::isHaveStateTarget(const StateTarget &target)
{
return static_cast(m_stateTarget & target);
}
const StateTarget &StateManager::stateTarget()
{
return m_stateTarget;
}
FairMutex &StateManager::fairMutex(const StateTarget &target)
{
return fair_mutex_array[m_mtxMap[target]];
}
void StateManager::multiLockMutexUnlock()
{
m_stateTarget = StateTarget::None;
multi_lock_mutex.unlock();
}
void StateManager::handleTimerTimeOut()
{
multi_lock_mutex.lock();
Q_EMIT stateTargetChanged(m_stateTarget);
}
void StateManager::initTimer()
{
m_timer.setInterval(TIMTERINTERVAL);
m_timer.setSingleShot(true);
connect(&m_timer, &QTimer::timeout, this, &StateManager::handleTimerTimeOut);
}
void StateManager::initMutex()
{
for (size_t i = 0; i < mtx_num; ++i){
m_mtxMap[mutex_statt_target[i]] = i;
}
} kylin-process-manager/core/state/statemanager.h 0000664 0001750 0001750 00000001455 15167666656 020643 0 ustar feng feng #ifndef STATEMANAGER_H
#define STATEMANAGER_H
#include
#include
#include
#include "statetarget.h"
#include "multilockmutex.h"
class StateManager : public QObject
{
Q_OBJECT
public:
StateManager();
~StateManager();
void enableTarget(const StateTarget &target);
bool isHaveStateTarget(const StateTarget &target);
const StateTarget &stateTarget();
FairMutex &fairMutex(const StateTarget &target);
void multiLockMutexUnlock();
Q_SIGNALS:
void stateTargetChanged(const StateTarget &target);
private Q_SLOTS:
void handleTimerTimeOut();
private:
void initTimer();
void initMutex();
private:
StateTarget m_stateTarget;
QTimer m_timer;
std::map m_mtxMap;
};
#endif // !STATEMANAGER_H kylin-process-manager/core/appwhitelist.h 0000664 0001750 0001750 00000003357 15167666632 017562 0 ustar feng feng /*
* Copyright 2023 KylinSoft Co., Ltd.
*
* This program is free software: you can redistribute it and/or modify it under
* the terms of the GNU General Public License as published by the Free Software
* Foundation, either version 3 of the License, or (at your option) any later
* version.
*
* This program is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
* FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License along with
* this program. If not, see .
*/
#ifndef APPWHITELIST_H
#define APPWHITELIST_H
#include "configmanager.h"
#include
class AppWhitelist : public QObject
{
Q_OBJECT
public:
explicit AppWhitelist(ConfigManager &configManager);
// dbus service interfaces
/**
* @brief AddApp 将指定的应用程序添加到白名单中。
* @param desktopFile 应用程序的 .desktop 文件路径。
* @return 如果添加成功返回 true,否则返回 false。
*/
bool AddApp(const QString &desktopFile);
/**
* @brief RemoveApp 从白名单中移除指定的应用程序。
* @param desktopFile 应用程序的 .desktop 文件路径。
* @return 如果移除成功返回 true,否则返回 false。
*/
bool RemoveApp(const QString &desktopFile);
/**
* @brief AppList 获取当前白名单中的所有应用程序列表。
* @return 返回一个包含所有白名单应用程序 .desktop 文件路径的字符串列表。
*/
QStringList AppList() const;
private:
ConfigManager &m_configManager;
};
#endif // APPWHITELIST_H
kylin-process-manager/core/policy/ 0000775 0001750 0001750 00000000000 15167666656 016171 5 ustar feng feng kylin-process-manager/core/policy/policyruleparser.h 0000664 0001750 0001750 00000014020 15167666656 021743 0 ustar feng feng #ifndef POLICYRULEPARSER_H
#define POLICYRULEPARSER_H
#include
#include
#include
#include
#include
#include "staticscenedata.h"
#include "groupmanager.h"
#include "configmanager.h"
#include "resourcemanagerinterface.h"
#include "displayeffectmanager.h"
#include "systemstatemanager.h"
extern void register_group_manager(std::shared_ptr groupManager);
extern void register_config_manager(std::shared_ptr configManager);
extern void register_systemstate_manager(std::shared_ptr systemStateManager);
class Handler {
public:
virtual ~Handler() = default;
virtual void handle(const StaticSceneData& data) = 0;
virtual void reverse() = 0;
void setNeedRepeat(bool needRepeat){ m_needRepeat = needRepeat; }
bool needRepeat() { return m_needRepeat; }
protected:
bool m_needRepeat {false};
};
class FreezeHandler : public Handler {
public:
explicit FreezeHandler(const std::vector &freezeList)
: m_freezeList(freezeList)
{
}
void handle(const StaticSceneData& data) override;
void reverse() override;
private:
std::vector m_freezeList;
std::unordered_map m_groupAppName;
};
class ServiceFreezeHandler : public Handler {
public:
explicit ServiceFreezeHandler(const std::vector &freezeList)
:m_freezeList(freezeList)
{
}
void handle(const StaticSceneData &data) override;
void reverse() override;
private:
std::vector m_freezeList;
ResourceManagerInterface m_resourceManager;
//std::list m_groupStopServices;
std::unordered_map m_groupFreezeNames;
std::unordered_map m_mapServiceScope;
};
class ServiceStopHandler : public Handler {
public:
explicit ServiceStopHandler(const std::vector &stopList)
:m_stopList(stopList)
{
}
void handle(const StaticSceneData &data) override;
void reverse() override;
private:
std::vector m_stopList;
ResourceManagerInterface m_resourceManager;
std::list m_groupStopServices;
// std::unordered_map m_groupFreezeNames;
// std::unordered_map m_mapServiceScope;
};
class MemdirtyHandler: public Handler{
public:
explicit MemdirtyHandler(const std::vector &memdirtyList)
: m_memdirtyList(memdirtyList)
{
}
void handle(const StaticSceneData& data) override;
void reverse() override;
private:
std::vector m_memdirtyList;
ResourceManagerInterface m_resourceManager;
};
class KernelschedHandler: public Handler{
public:
explicit KernelschedHandler(const std::vector &kernelschedList)
: m_kernelschedList(kernelschedList)
{
}
void handle(const StaticSceneData& data) override;
void reverse() override;
private:
std::vector m_kernelschedList;
ResourceManagerInterface m_resourceManager;
};
class NetparamsHandler: public Handler{
public:
explicit NetparamsHandler(const std::vector &netparamsList)
: m_netparamsList(netparamsList)
{
}
void handle(const StaticSceneData& data) override;
void reverse() override;
private:
std::vector m_netparamsList;
ResourceManagerInterface m_resourceManager;
};
class SamplingrateHandler: public Handler{
public:
explicit SamplingrateHandler(const std::vector &samplingrateList)
: m_samplingrateList(samplingrateList)
{
}
void handle(const StaticSceneData& data) override;
void reverse() override;
private:
std::vector m_samplingrateList;
ResourceManagerInterface m_resourceManager;
};
class CpulimitHandler: public Handler{
public:
explicit CpulimitHandler(const std::vector &cpulimitList)
: m_cpulimitList(cpulimitList)
{
}
void handle(const StaticSceneData& data) override;
void reverse() override;
private:
std::vector m_cpulimitList;
ResourceManagerInterface m_resourceManager;
};
class BrightnessHandler: public Handler{
public:
explicit BrightnessHandler(const std::vector &brightnessList)
: m_brightnessList(brightnessList)
{
}
void handle(const StaticSceneData& data) override;
void reverse() override;
private:
std::vector m_brightnessList;
int m_oldBrightnessValue;
};
class PSRStateHandler : public Handler {
public:
explicit PSRStateHandler()
{
}
void handle(const StaticSceneData& data) override;
void reverse() override;
private:
ResourceManagerInterface m_resourceManager;
};
class VRRStateHandler : public Handler {
public:
explicit VRRStateHandler(std::unordered_map &policyMap)
:m_powerLevelPolycies(policyMap)
{
powerLevelMap = {
{1 , "POWER_LEVEL_1"},
{2 , "POWER_LEVEL_2"},
{3 , "POWER_LEVEL_2"},
{4 , "POWER_LEVEL_4"},
};
}
void handle(const StaticSceneData& data) override;
void reverse() override;
private:
std::unordered_map m_powerLevelPolycies;
std::unordered_map powerLevelMap;
ResourceManagerInterface m_resourceManager;
};
class EffectsHandler : public Handler {
public:
explicit EffectsHandler()
{
}
void handle(const StaticSceneData& data) override;
void reverse() override;
private:
};
struct PolicyRule {
std::string scene_id;
std::vector> handlers_;
std::unordered_map>> subhandles_;
};
class PolicyRuleParser {
public:
PolicyRuleParser(const Json::Value &policyRules);
std::unordered_map parse();
private:
const Json::Value &m_policyRules;
};
#endif // !POLICYRULEPARSER_H kylin-process-manager/core/policy/schedpolicymanager.cpp 0000664 0001750 0001750 00000025045 15167666656 022544 0 ustar feng feng #include "schedpolicymanager.h"
#include "processinfohelper.h"
#include "appinfohelper.h"
#include "loghelper.h"
#include
SchedPolicyManager::SchedPolicyManager(const std::shared_ptr &dataContext)
: m_dataContext(dataContext)
, m_prioritySchedulingManager(std::make_shared())
, m_policyRuleParser(new PolicyRuleParser(m_dataContext->configManager()->policyRules()))
, m_policyRules(m_policyRuleParser->parse())
{
register_group_manager(m_dataContext->groupManager());
register_config_manager(m_dataContext->configManager());
}
void SchedPolicyManager::insertStrategy(const std::string &sceneId, const std::string &conditionId)
{
m_nextStrategy[sceneId].push_back(conditionId);
}
void SchedPolicyManager::implementStrategy(const StaticSceneData& data)
{
std::unordered_set all_keys;
for (const auto& pair : m_currStrategy) {
all_keys.insert(pair.first);
}
for (const auto& pair : m_nextStrategy) {
all_keys.insert(pair.first);
}
bool sceneIsChanged = false;
for (const auto& key : all_keys) {
const auto &policyRule = m_policyRules.find(key);
if (policyRule == m_policyRules.end())
{
PRINT_DBG("scene id : %s policy rule is not find\n", key.c_str());
continue;
}
auto it1 = m_currStrategy.find(key);
auto it2 = m_nextStrategy.find(key);
// 场景没有变化,但子条件可能有变化
if (it1 != m_currStrategy.end() && it2 != m_nextStrategy.end()) {
auto& subConds1 = it1->second;
auto& subConds2 = it2->second;
std::sort(subConds1.begin(), subConds1.end());
std::sort(subConds2.begin(), subConds2.end());
std::vector only1, only2, repeat;
std::set_difference(
subConds1.begin(), subConds1.end(),
subConds2.begin(), subConds2.end(),
std::back_inserter(only1)
);
std::set_difference(
subConds2.begin(), subConds2.end(),
subConds1.begin(), subConds1.end(),
std::back_inserter(only2)
);
std::set_intersection(
subConds1.begin(), subConds1.end(),
subConds2.begin(), subConds2.end(),
std::back_inserter(repeat)
);
// 当前场景独有的子场景消失,需要退出子场景
for (const auto &subConditionId : only1){
qDebug() << "subCondition : " << QString::fromStdString(subConditionId) << " exit";
auto it = policyRule->second.subhandles_.find(subConditionId);
if (it != policyRule->second.subhandles_.end()){
PRINT_DBG("subCondition : %s exit\n", subConditionId.c_str());
for (auto &handler : it->second){
handler->reverse();
}
}
}
// 触发场景独有的子场景出现,需要进入子场景
for (const auto &subConditionId : only2){
qDebug() << "subCondition : " << QString::fromStdString(subConditionId) << " enter";
auto it = policyRule->second.subhandles_.find(subConditionId);
if (it != policyRule->second.subhandles_.end()){
PRINT_DBG("subCondition : %s enter\n", subConditionId.c_str());
for (auto &handler : it->second){
handler->handle(data);
}
}
}
// 已经触发过的场景下,需要重复触发执行,再次触发一次
for (auto &handler : policyRule->second.handlers_){
if (handler->needRepeat()){
qDebug() << "handler repeat";
handler->handle(data);
}
}
for (const auto &subConditionId : repeat){
auto it = policyRule->second.subhandles_.find(subConditionId);
if (it != policyRule->second.subhandles_.end()){
for (auto &handler : it->second){
if (handler->needRepeat()){
qDebug() << "handler repeat";
handler->handle(data);
}
}
}
}
}
// 当前这个场景已经退出
else if (it1 != m_currStrategy.end()) {
sceneIsChanged = true;
qDebug() << "sceneId : " << QString::fromStdString(key) << " exit";
PRINT_DBG("scene : %s exit\n", key.c_str());
for (const auto &subConditionId : it1->second){
qDebug() << "subCondition : " << QString::fromStdString(subConditionId) << " exit";
auto it = policyRule->second.subhandles_.find(subConditionId);
if (it != policyRule->second.subhandles_.end()){
PRINT_DBG("subCondition : %s exit\n", subConditionId.c_str());
for (auto &handler : it->second){
handler->reverse();
}
}
}
for (auto &handler : policyRule->second.handlers_){
handler->reverse();
}
}
// 之前没有这个场景 新进入场景
else {
sceneIsChanged = true;
PRINT_DBG("scene : %s enter\n", key.c_str());
qDebug() << "sceneId : " << QString::fromStdString(key) << " enter";
for (auto &handler : policyRule->second.handlers_){
handler->handle(data);
}
for (const auto &subConditionId : it2->second){
qDebug() << "subCondition : " << QString::fromStdString(subConditionId) << " enter";
auto it = policyRule->second.subhandles_.find(subConditionId);
if (it != policyRule->second.subhandles_.end()){
PRINT_DBG("subCondition : %s enter\n", subConditionId.c_str());
for (auto &handler : it->second){
handler->handle(data);
}
}
}
}
}
if (sceneIsChanged){
if (!m_nextStrategy.empty()){
std::vector sceneIds;
for (const auto& s : m_nextStrategy){
sceneIds.push_back(s.first);
}
m_resourceManagerInterface.setCurrentScene(sceneIds);
}
}
m_currStrategy.swap(m_nextStrategy);
m_nextStrategy.clear();
}
void SchedPolicyManager::handleAppInfoClear()
{
for (const auto &pair : m_groupPath){
m_dataContext->groupManager()->moveProcessGroupToRoot(pair.second.path_, pair.second.group_);
}
m_groupPath.clear();
}
void SchedPolicyManager::handleAppChanged(const AppInfo &appInfo)
{
auto groupType = sched_policy::getGroupTypeByAppInfo(appInfo.appType(), appInfo.appState());
std::string scopeName = appinfo_helper::generateAppScopeName(appInfo.name());
auto it = m_groupPath.find(appInfo.desktopFilePid());
if (it != m_groupPath.end()){
m_dataContext->groupManager()->moveProcessGroupToRoot(it->second.path_, it->second.group_);
m_groupPath.erase(it);
}
m_groupPath[appInfo.desktopFilePid()] = { scopeName, groupType };
auto groupPath = m_dataContext->groupManager()->createProcessGroup(scopeName, appInfo.pids(), groupType);
QTimer::singleShot(0, nullptr, [this, appInfo, groupPath]() {
m_dataContext->processInfoManager()->setAppGroupName(appInfo.desktopFilePid(), groupPath);
});
}
void SchedPolicyManager::handleAppInfoToDefault(const AppInfo &appInfo)
{
auto groupType = sched_policy::GroupType::DefaultGroup;
std::string scopeName = appinfo_helper::generateAppScopeName(appInfo.name());
auto it = m_groupPath.find(appInfo.desktopFilePid());
if (it != m_groupPath.end()){
m_dataContext->groupManager()->moveProcessGroupToRoot(it->second.path_, it->second.group_);
m_groupPath.erase(it);
}
m_groupPath[appInfo.desktopFilePid()] = { scopeName, groupType };
m_dataContext->groupManager()->createProcessGroup(scopeName, appInfo.pids(), groupType);
}
void SchedPolicyManager::handlePriorityScheduling(const AppInfo &appInfo)
{
static std::vector lastPriorityPids;
for (int pid : lastPriorityPids){
m_prioritySchedulingManager->eraseTopTask(pid);
}
lastPriorityPids.clear();
const QStringList &blackListProcess = m_dataContext->configManager()->blackListProcess();
bool isBlack = false;
for (const QString &proc : blackListProcess){
if (appInfo.name().find(proc.toStdString()) != std::string::npos){
isBlack = true;
break;
}
}
if (!appInfo.pids().empty() && !isBlack){
lastPriorityPids.push_back(appInfo.pids().front());
m_prioritySchedulingManager->insertTopTask(appInfo.pids().front(), 1, 3, 10, 1);
}
static std::unordered_map> coreProcessMap;
static std::once_flag flag;
std::call_once(flag, [&](){
const QStringList &coreTopProcess = m_dataContext->configManager()->coreTopProcess();
for (const QString &ctp : coreTopProcess){
coreProcessMap[ctp.toStdString()].emplace_back();
}
});
for (auto &pair : coreProcessMap){
bool needObtain = pair.second.empty();
for (const int &pid : pair.second){
if (!process_info_helper::processExists(pid)){
needObtain = true;
break;
}
}
if (needObtain){
for (int pid : pair.second){
m_prioritySchedulingManager->eraseTopTask(pid);
}
pair.second = process_info_helper::pidsByCmdline(pair.first, false);
for (int pid : pair.second){
m_prioritySchedulingManager->insertTopTask(pid, 1, 5, 5, 1);
}
}
}
}
void SchedPolicyManager::handleMultimediaPause(const std::string &serviceName)
{
m_multimediaController.pause(serviceName);
}
void SchedPolicyManager::handleResourceLimitEnabledChanged(bool enabled)
{
m_dataCollector.collectResouceLimitedEnebaledChanged(enabled);
}
void SchedPolicyManager::handleSoftFreezeModeEnabledChanged(bool enabled)
{
m_dataCollector.collectSoftFreezeModeEnabledChanged(enabled);
}
void SchedPolicyManager::handleResourceSchedulingEnabledChanged(bool enabled)
{
if (enabled){
m_prioritySchedulingManager->enable();
} else {
m_prioritySchedulingManager->disable();
}
} kylin-process-manager/core/policy/policyruleparser.cpp 0000664 0001750 0001750 00000073455 15167666656 022317 0 ustar feng feng #include "policyruleparser.h"
#include "appinfohelper.h"
#include "processinfohelper.h"
#include "jsonhelper.h"
#include
#include "loghelper.h"
#include "devicestatehelper.h"
#include
static std::shared_ptr g_group_manager = nullptr;
static std::shared_ptr g_configManager = nullptr;
static std::shared_ptr g_systemStateManager = nullptr;
void register_group_manager(std::shared_ptr groupManager)
{
g_group_manager = groupManager;
}
void register_config_manager(std::shared_ptr configManager)
{
g_configManager = configManager;
}
void register_systemstate_manager(std::shared_ptr systemStateManager)
{
g_systemStateManager = systemStateManager;
}
namespace {
struct ProcessInfo {
std::string name_;
std::vector windows_;
std::string type_;
};
struct ServiceInfo {
std::string service_name;
int power_level;
int power_mode;
int recovery_level;
int resource_limit_cpu;
int resource_limit_mem;
int resource_limit_io;
int privilege;
int action;
};
static std::unordered_map g_processInfoList;
static std::unordered_map g_serviceInfoList;
std::unique_ptr parse_freeze_handler(const Json::Value &handlerJson) {
if (!handlerJson.isMember("freeze_list") || !handlerJson["freeze_list"].isArray()) {
qWarning() << "freeze_handler missing or invalid freeze_list";
return nullptr;
}
auto freezeList = json_helper::parse_string_vector(handlerJson["freeze_list"]);
return std::unique_ptr(new FreezeHandler(freezeList));
}
std::unique_ptr parse_memdirty_handler(const Json::Value &handlerJson) {
if (!handlerJson.isMember("memdirty_list") || !handlerJson["memdirty_list"].isArray()) {
qWarning() << "memdirty_handler missing or invalid memdirty_list";
return nullptr;
}
auto memdirtyList = json_helper::parse_string_vector(handlerJson["memdirty_list"]);
return std::unique_ptr(new MemdirtyHandler(memdirtyList));
}
std::unique_ptr parse_kernelsched_handler(const Json::Value &handlerJson) {
if (!handlerJson.isMember("kernelsched_list") || !handlerJson["kernelsched_list"].isArray()) {
qWarning() << "kernelsched_list_handler missing or invalid kernelsched_list";
return nullptr;
}
auto kernelschedList = json_helper::parse_string_vector(handlerJson["kernelsched_list"]);
return std::unique_ptr(new KernelschedHandler(kernelschedList));
}
std::unique_ptr parse_netparams_handler(const Json::Value &handlerJson) {
if (!handlerJson.isMember("netparams_list") || !handlerJson["netparams_list"].isArray()) {
qWarning() << "netparams_handler missing or invalid netparams_list";
return nullptr;
}
auto netparamsList = json_helper::parse_string_vector(handlerJson["netparams_list"]);
return std::unique_ptr(new NetparamsHandler(netparamsList));
}
std::unique_ptr parse_samplingrate_handler(const Json::Value &handlerJson) {
if (!handlerJson.isMember("samplingrate_list") || !handlerJson["samplingrate_list"].isArray()) {
qWarning() << "samplingrate_handler missing or invalid samplingrate_list";
return nullptr;
}
auto samplingrateList = json_helper::parse_string_vector(handlerJson["samplingrate_list"]);
return std::unique_ptr(new SamplingrateHandler(samplingrateList));
}
std::unique_ptr parse_cpulimit_handler(const Json::Value &handlerJson) {
if (!handlerJson.isMember("cpulimit_list") || !handlerJson["cpulimit_list"].isArray()) {
qWarning() << "cpulimit_handler missing or invalid cpulimit_list";
return nullptr;
}
auto cpulimitList = json_helper::parse_string_vector(handlerJson["cpulimit_list"]);
return std::unique_ptr(new CpulimitHandler(cpulimitList));
}
std::unique_ptr parse_brightness_handler(const Json::Value &handlerJson) {
if (!handlerJson.isMember("brightness_list") || !handlerJson["brightness_list"].isArray()) {
qWarning() << "parse_brightness_handler missing or invalid brightness_list";
return nullptr;
}
auto brightnessList = json_helper::parse_string_vector(handlerJson["brightness_list"]);
return std::unique_ptr(new BrightnessHandler(brightnessList));
}
std::unique_ptr parse_PSRState_handler(const Json::Value &handlerJson) {
return std::unique_ptr(new PSRStateHandler());
}
std::unique_ptr parse_VRRState_handler(const Json::Value &handlerJson) {
if (!handlerJson.isMember("power_level_policy") || !handlerJson["power_level_policy"].isObject()) {
qWarning() << "parse_VRRState_handler missing or invalid freeze_list";
return nullptr;
}
const Json::Value policyJsons = handlerJson["power_level_policy"];
std::unordered_map powerPolicyMap;
for(const auto & policyItem : policyJsons.getMemberNames()) {
powerPolicyMap[policyItem] = policyJsons[policyItem].asString();
PRINT_DBG("parse_VRRState_handler : power: %s, policy: %s\n", policyItem.c_str(), policyJsons[policyItem].asString().c_str());
}
return std::unique_ptr(new VRRStateHandler(powerPolicyMap));
}
std::unique_ptr parse_effects_handler(const Json::Value &handlerJson) {
return std::unique_ptr(new EffectsHandler());
}
std::unique_ptr parse_servicefreeze_handler(const Json::Value &handlerJson) {
if (!handlerJson.isMember("freeze_list") || !handlerJson["freeze_list"].isArray()) {
qWarning() << "servicefreeze_handler missing or invalid freeze_list";
return nullptr;
}
auto freezeList = json_helper::parse_string_vector(handlerJson["freeze_list"]);
return std::unique_ptr(new ServiceFreezeHandler(freezeList));
}
std::unique_ptr parse_servicestop_handler(const Json::Value &handlerJson) {
if (!handlerJson.isMember("stop_list") || !handlerJson["stop_list"].isArray()) {
qWarning() << "servicestop_handler missing or invalid freeze_list";
return nullptr;
}
auto stopList = json_helper::parse_string_vector(handlerJson["stop_list"]);
return std::unique_ptr(new ServiceStopHandler(stopList));
}
const std::unordered_map(const Json::Value &)>> handler_map = {
{"freeze_handler", parse_freeze_handler},
{"memdirty_handler",parse_memdirty_handler},
{"kernelsched_handler",parse_kernelsched_handler},
{"netparams_handler",parse_netparams_handler},
{"samplingrate_handler",parse_samplingrate_handler},
{"cpulimit_handler",parse_cpulimit_handler},
{"PSRState_handler", parse_PSRState_handler},
{"VRRState_handler", parse_VRRState_handler},
{"effects_handler", parse_effects_handler},
{"servicefreeze_handler", parse_servicefreeze_handler},
{"servicestop_handler", parse_servicestop_handler},
{"brightness_handler", parse_brightness_handler}
};
#define HANDLER_TYPE_KEY "type"
#define HANDLER_NEED_REPEAT_KEY "need_repeat"
inline std::unique_ptr parse_handler(const Json::Value &handlerJson) {
if (!handlerJson.isMember(HANDLER_TYPE_KEY)) {
qWarning() << "Handler missing or invalid type";
return nullptr;
}
std::string type = handlerJson[HANDLER_TYPE_KEY].asString();
auto it = handler_map.find(type);
if (it != handler_map.end()) {
std::unique_ptr handler = it->second(handlerJson);
if (handlerJson.isMember(HANDLER_NEED_REPEAT_KEY)){
handler->setNeedRepeat(handlerJson[HANDLER_NEED_REPEAT_KEY].asBool());
}
return std::move(handler);
}
// Add more handler types as needed
qWarning() << "Unknown handler type:" << QString::fromStdString(type);
return nullptr;
}
#define PROCESS_INFO_NAME_KEY "name"
#define PROCESS_INFO_WINDOWS_KEY "windows"
#define PROCESS_INFO_TYPE_KEY "type"
inline void parse_process_info(const Json::Value &processInfo)
{
for (const Json::Value &procInfo : processInfo){
if (!procInfo.isMember(PROCESS_INFO_NAME_KEY) ||
!procInfo.isMember(PROCESS_INFO_WINDOWS_KEY) ||
!procInfo.isMember(PROCESS_INFO_TYPE_KEY))
{
qWarning() << "Handler missing or invalid type";
return;
}
g_processInfoList[procInfo[PROCESS_INFO_NAME_KEY].asString()] = {
procInfo[PROCESS_INFO_NAME_KEY].asString(),
json_helper::parse_string_vector(procInfo[PROCESS_INFO_WINDOWS_KEY]),
procInfo[PROCESS_INFO_TYPE_KEY].asString()
};
}
}
#define SERVICE_INFO_NAME_KEY "Service"
#define SERVICE_INFO_POWER_LEVEL_KEY "Power_level"
#define SERVICE_INFO_POWER_MODE_KEY "Power_mode"
#define SERVICE_INFO_RECOVERY_LEVEL_KEY "Recovery_level"
#define SERVICE_INFO_RESOURCE_LIMIT_CPU_KEY "Resource_limit_cpu"
#define SERVICE_INFO_RESOURCE_LIMIT_MEM_KEY "Resource_limit_mem"
#define SERVICE_INFO_RESOURCE_LIMIT_IO_KEY "Resource_limit_io"
#define SERVICE_INFO_PRIVILEGE_KEY "Privilege"
#define SERVICE_INFO_ACTION_KEY "Action"
inline void parse_service_info(const Json::Value &serviceInfo)
{
for (const Json::Value &serviceItem : serviceInfo){
if (!serviceItem.isMember(SERVICE_INFO_NAME_KEY) ||
!serviceItem.isMember(SERVICE_INFO_POWER_LEVEL_KEY) ||
!serviceItem.isMember(SERVICE_INFO_POWER_MODE_KEY) ||
!serviceItem.isMember(SERVICE_INFO_RECOVERY_LEVEL_KEY) ||
!serviceItem.isMember(SERVICE_INFO_RESOURCE_LIMIT_CPU_KEY) ||
!serviceItem.isMember(SERVICE_INFO_RESOURCE_LIMIT_MEM_KEY) ||
!serviceItem.isMember(SERVICE_INFO_RESOURCE_LIMIT_IO_KEY) ||
!serviceItem.isMember(SERVICE_INFO_PRIVILEGE_KEY) ||
!serviceItem.isMember(SERVICE_INFO_ACTION_KEY))
{
qWarning() << "parse_service_info missing member";
return;
}
g_serviceInfoList[serviceItem[SERVICE_INFO_NAME_KEY].asString()] = {
serviceItem[SERVICE_INFO_NAME_KEY].asString(),
serviceItem[SERVICE_INFO_POWER_LEVEL_KEY].asInt(),
serviceItem[SERVICE_INFO_POWER_MODE_KEY].asInt(),
serviceItem[SERVICE_INFO_RECOVERY_LEVEL_KEY].asInt(),
serviceItem[SERVICE_INFO_RESOURCE_LIMIT_CPU_KEY].asInt(),
serviceItem[SERVICE_INFO_RESOURCE_LIMIT_MEM_KEY].asInt(),
serviceItem[SERVICE_INFO_RESOURCE_LIMIT_IO_KEY].asInt(),
serviceItem[SERVICE_INFO_PRIVILEGE_KEY].asInt(),
serviceItem[SERVICE_INFO_ACTION_KEY].asInt()
};
}
}
inline bool find_windows_is_active(const std::vector& windows, const std::unordered_map &allAppInfos)
{
return std::find_if(allAppInfos.begin(), allAppInfos.end(), [&windows](const std::pair &appInfo){
if (appInfo.second.isSystemTrayIconApp()) return false;
for (const std::string& window : windows){
if (appinfo_helper::hasSameDesktopName(appInfo.second.desktopFile(), window)){
return true;
}
}
return false;
}) != allAppInfos.end();
}
} // !namespace
void FreezeHandler::handle(const StaticSceneData& data)
{
syslog(LOG_INFO, "-----------i am in FreezeHandler::handle -- ---------------\n");
if (!g_group_manager) {
qWarning() << "GroupManager is not registered.";
return;
}
std::unordered_map> pids = process_info_helper::pidsByNames(m_freezeList);
for (const auto &pid : pids){
std::unordered_map::iterator it = g_processInfoList.find(pid.first);
if (it == g_processInfoList.end()) continue;
if (!it->second.windows_.empty()){
if (find_windows_is_active(it->second.windows_, data.all_app_infos)){
continue;
}
}
std::string name = json_helper::remove_chars_copy(pid.first);
if (it->second.type_ == "sys"){
std::string appName = appinfo_helper::generateAppServiceName(name);
g_group_manager->createProcessGroup(appName, pid.second, sched_policy::GroupType::SystemIdleGroup);
m_groupAppName[appName] = sched_policy::GroupType::SystemIdleGroup;
} else if (it->second.type_ == "user"){
std::string appName = appinfo_helper::generateAppScopeName(name);
g_group_manager->createProcessGroup(appName, pid.second, sched_policy::GroupType::IdleGroup);
m_groupAppName[appName] = sched_policy::GroupType::IdleGroup;
}
}
}
void FreezeHandler::reverse()
{
if (!g_group_manager) {
qWarning() << "GroupManager is not registered.";
return;
}
for (const auto &gpApp : m_groupAppName){
g_group_manager->moveProcessGroupToRoot(gpApp.first, gpApp.second);
}
m_groupAppName.clear();
}
#define START true
#define STOP false
void ServiceFreezeHandler::handle(const StaticSceneData &data)
{
PRINT_DBG("ServiceFreezeHandler::handle\n");
int curr_power_mode_weight = devicestate_helper::getCurrentPowerModeWeight(data.curr_power_mode);
PRINT_DBG("ServiceFreezeHandler::handle: curr_power_level: %d, curr_power_mode_weight %d\n", data.curr_power_level, curr_power_mode_weight);
for(const auto& freezeService : m_freezeList) {
auto serviceItem = g_serviceInfoList.find(freezeService);
if(serviceItem == g_serviceInfoList.end()) continue;
uint32_t mainpid = m_resourceManager.getSystemdUnitMainpid(serviceItem->first, 1);
PRINT_DBG("get mainpid %d, serviceName %s\n", mainpid, serviceItem->first.c_str());
if(mainpid == 0) continue;
std::vector pidV;
pidV.push_back(mainpid);
if(serviceItem->second.power_level >= data.curr_power_level || serviceItem->second.power_mode >= curr_power_mode_weight) {
std::string serviceName;
if(m_mapServiceScope.find(serviceItem->first) == m_mapServiceScope.end()) {
serviceName = appinfo_helper::generateAppServiceName(serviceItem->first);
m_mapServiceScope[serviceItem->first] = serviceName;
} else {
serviceName = m_mapServiceScope[serviceItem->first];
}
if(m_groupFreezeNames.find(serviceName) != m_groupFreezeNames.end()) {
PRINT_DBG("ServiceFreezeHandler::handle(freeze)----service: %s has been freeze before, scope: %s\n", serviceItem->first.c_str(), serviceName.c_str());
continue;
}
if(serviceItem->second.privilege == 1) {
g_group_manager->createProcessGroup(serviceItem->first, pidV, sched_policy::GroupType::SystemIdleGroup);
m_groupFreezeNames[serviceName] = sched_policy::GroupType::SystemIdleGroup;
PRINT_DBG("ServiceFreezeHandler::handle:FREEZE SERVICE: %s, scope: %s------group_type: %d\n", serviceItem->first.c_str(), serviceName.c_str(), (int)sched_policy::GroupType::SystemIdleGroup);
} else {
g_group_manager->createProcessGroup(serviceName, pidV, sched_policy::GroupType::IdleGroup);
m_groupFreezeNames[serviceName] = sched_policy::GroupType::IdleGroup;
PRINT_DBG("ServiceFreezeHandler::handle:FREEZE SERVICE: %s, scope: %s------group_type: %d\n", serviceItem->first.c_str(), serviceName.c_str(), (int)sched_policy::GroupType::IdleGroup);
}
} else {
std::string serviceName;
if(m_mapServiceScope.find(serviceItem->first) == m_mapServiceScope.end()) {
serviceName = appinfo_helper::generateAppServiceName(serviceItem->first);
m_mapServiceScope[serviceItem->first] = serviceName;
} else {
serviceName = m_mapServiceScope[serviceItem->first];
}
if(m_groupFreezeNames.find(serviceName) == m_groupFreezeNames.end()) {
PRINT_DBG("ServiceFreezeHandler::handle(thawd)----service: %s has not been freeze before, scope: %s\n", serviceItem->first.c_str(), serviceName.c_str());
continue;
}
if(serviceItem->second.privilege == 1) {
g_group_manager->moveProcessGroupToRoot(serviceName, sched_policy::GroupType::SystemIdleGroup);
m_groupFreezeNames.erase(serviceName);
PRINT_DBG("ServiceFreezeHandler::handle:THAWD SERVICE: %s, scope: %s------group_type %d\n", serviceItem->first.c_str(), serviceName.c_str(), (int)sched_policy::GroupType::SystemIdleGroup);
} else {
g_group_manager->moveProcessGroupToRoot(serviceName, sched_policy::GroupType::IdleGroup);
m_groupFreezeNames.erase(serviceName);
PRINT_DBG("ServiceFreezeHandler::handle:THAWD SERVICE: %s, scope: %s------group_type %d\n", serviceItem->first.c_str(), serviceName.c_str(), (int)sched_policy::GroupType::IdleGroup);
}
}
}
}
void ServiceFreezeHandler::reverse() {
PRINT_DBG("ServiceFreezeHandler::reverse\n");
for(const auto& freezeService : m_freezeList) {
if(m_mapServiceScope.find(freezeService) == m_mapServiceScope.end()) {
continue;
}
std::string serviceScopeName = m_mapServiceScope[freezeService];
if(m_groupFreezeNames.find(serviceScopeName) == m_groupFreezeNames.end()) {
continue;
}
uint32_t mainpid = m_resourceManager.getSystemdUnitMainpid(freezeService, 1);
PRINT_DBG("UNFreeze get mainpid %d, serviceName %s\n", mainpid, freezeService.c_str());
if(mainpid == 0) continue;
std::vector pidV;
pidV.push_back(mainpid);
if(g_serviceInfoList[freezeService].privilege == 1) {
g_group_manager->moveProcessGroupToRoot(serviceScopeName, sched_policy::GroupType::SystemIdleGroup);
PRINT_DBG("ServiceFreezeHandler::reverse: UNFREEZE SERVICE: %s------group_type: %d\n", freezeService.c_str(), (int)sched_policy::GroupType::SystemIdleGroup);
} else {
g_group_manager->moveProcessGroupToRoot(serviceScopeName, sched_policy::GroupType::IdleGroup);
PRINT_DBG("ServiceFreezeHandler::reverse: UNFREEZE SERVICE: %s------group_type: %d\n", freezeService.c_str(), (int)sched_policy::GroupType::IdleGroup);
}
}
m_groupFreezeNames.clear();
}
void ServiceStopHandler::handle(const StaticSceneData &data)
{
PRINT_DBG("ServiceStopHandler::handle\n");
int curr_power_mode_weight = devicestate_helper::getCurrentPowerModeWeight(data.curr_power_mode);
PRINT_DBG("ServiceStopHandler::handle: curr_power_level: %d, curr_power_mode_weight %d\n", data.curr_power_level, curr_power_mode_weight);
for(const auto& stopService : m_stopList) {
auto serviceItem = g_serviceInfoList.find(stopService);
if(serviceItem == g_serviceInfoList.end()) continue;
if(serviceItem->second.power_level >= data.curr_power_level || serviceItem->second.power_mode >= curr_power_mode_weight) {
auto it = std::find(m_groupStopServices.begin(), m_groupStopServices.end(), serviceItem->first);
if(it != m_groupStopServices.end()) {
PRINT_DBG("ServiceStopHandler::handle(stop)----service %s has been stopped before\n", serviceItem->first.c_str());
continue;
}
if(serviceItem->second.privilege == 1) {
m_resourceManager.setSystemdUnitRun(serviceItem->first, STOP, true);
m_groupStopServices.push_back(serviceItem->first);
PRINT_DBG("ServiceStopHandler::handle----STOP root SERVICE: %s\n", serviceItem->first.c_str());
} else {
m_resourceManager.setSystemdUnitRun(serviceItem->first, STOP, false);
m_groupStopServices.push_back(serviceItem->first);
PRINT_DBG("ServiceStopHandler::handle----STOP user SERVICE: %s\n", serviceItem->first.c_str());
}
} else {
auto it = std::find(m_groupStopServices.begin(), m_groupStopServices.end(), serviceItem->first);
if(it == m_groupStopServices.end()) {
PRINT_DBG("ServiceStopHandler::handle(start)----service %s has not been stopped before\n", serviceItem->first.c_str());
continue;
}
if(serviceItem->second.privilege == 1) {
m_resourceManager.setSystemdUnitRun(serviceItem->first, START, true);
PRINT_DBG("ServiceStopHandler::handle Start root Service %s\n", serviceItem->first.c_str());
m_groupStopServices.erase(it);
} else {
m_resourceManager.setSystemdUnitRun(serviceItem->first, START, false);
m_groupStopServices.erase(it);
PRINT_DBG("ServiceStopHandler::handle Start user Service %s\n", serviceItem->first.c_str());
}
}
}
}
void ServiceStopHandler::reverse()
{
PRINT_DBG("ServiceStopHandler::reverse\n");
for(const auto& stopService : m_stopList) {
auto it = std::find(m_groupStopServices.begin(), m_groupStopServices.end(), stopService);
if(it == m_groupStopServices.end()) {
continue;
}
m_resourceManager.setSystemdUnitRun(stopService, START, (g_serviceInfoList[stopService].privilege == 1) ? true : false);
PRINT_DBG("ServiceStopHandler::reverse() Start Service %s\n", stopService.c_str());
}
m_groupStopServices.clear();
std::list().swap(m_groupStopServices);
}
void MemdirtyHandler::handle(const StaticSceneData& data)
{
for(const auto& str: m_memdirtyList)
{
syslog(LOG_INFO, "-----------i am in MemdirtyHandler::handle -- %s\n",str.c_str());
}
m_resourceManager.SetDirty(1);
}
void MemdirtyHandler::reverse()
{
m_resourceManager.SetDirty(0);
}
void KernelschedHandler::handle(const StaticSceneData& data)
{
for(const auto& str: m_kernelschedList)
{
syslog(LOG_INFO, "-----------i am in KernelschedHandler::handle -- %s\n",str.c_str());
}
m_resourceManager.SetKernelSched(1);
}
void KernelschedHandler::reverse()
{
m_resourceManager.SetKernelSched(0);
}
void NetparamsHandler::handle(const StaticSceneData& data)
{
for(const auto& str: m_netparamsList)
{
syslog(LOG_INFO, "-----------i am in NetparamsHandler::handle -- %s\n",str.c_str());
}
m_resourceManager.SetNetParams(1);
}
void NetparamsHandler::reverse()
{
syslog(LOG_INFO, "-----------i am in NetparamsHandler:: -- reverse\n");
m_resourceManager.SetNetParams(0);
}
void SamplingrateHandler::handle(const StaticSceneData& data)
{
for(const auto& str: m_samplingrateList)
{
syslog(LOG_INFO, "-----------i am in SamplingrateHandler::handle -- %s\n",str.c_str());
}
m_resourceManager.SetSamplingRate(1);
}
void SamplingrateHandler::reverse()
{
m_resourceManager.SetSamplingRate(0);
}
void CpulimitHandler::handle(const StaticSceneData& data)
{
for(const auto& str: m_cpulimitList)
{
syslog(LOG_INFO, "-----------i am in CpulimitHandler::handle -- %s\n",str.c_str());
}
m_resourceManager.SetCpuLimit(1);
}
void CpulimitHandler::reverse()
{
m_resourceManager.SetCpuLimit(0);
}
void BrightnessHandler::handle(const StaticSceneData& data)
{
// for(const auto& str: m_cpulimitList)
// {
// syslog(LOG_INFO, "-----------i am in BrightnessHandler::handle -- %s\n",str.c_str());
// }
const QByteArray schemaId1 = "org.ukui.process-manager";
if (QGSettings::isSchemaInstalled(schemaId1)) {
QGSettings *settings = new QGSettings(schemaId1, nullptr);
bool value = settings->get("lowpower-brightness-enable").toBool();
if (value == false)
{
m_oldBrightnessValue = 0;
return;
}
}
else
{
m_oldBrightnessValue = 0;
return;
}
// if(data.curr_power_level <= 1)
// {
const QByteArray schemaId = "org.ukui.power-manager";
if (QGSettings::isSchemaInstalled(schemaId)) {
QGSettings *settings = new QGSettings(schemaId, nullptr);
QString value = settings->get("brightness-ac").toString();
m_oldBrightnessValue = value.toInt();
syslog(LOG_INFO, "-----------i am in BrightnessHandler::brightness-ac -- %s\n",value.toLocal8Bit().constData());
int newBrightnessValue = int(m_oldBrightnessValue*0.7);
settings->set("brightness-ac", newBrightnessValue);
}
// }
// else
// {
// const QByteArray schemaId = "org.ukui.power-manager";
// if (QGSettings::isSchemaInstalled(schemaId)) {
// QGSettings *settings = new QGSettings(schemaId, nullptr);
// settings->set("brightness-ac", m_oldBrightnessValue);
// }
// }
}
void BrightnessHandler::reverse()
{
if(m_oldBrightnessValue == 0)
{
return ;
}
const QByteArray schemaId = "org.ukui.power-manager";
if (QGSettings::isSchemaInstalled(schemaId)) {
QGSettings *settings = new QGSettings(schemaId, nullptr);
settings->set("brightness-ac", m_oldBrightnessValue);
}
}
#define PROCESS_INFO_KEY "process_info"
#define SERVICE_INFO_KEY "service_info"
#define POLICIES_CONFIG_KEY "policys_config"
#define POLICIES_KEY "policys"
#define SCENE_ID_KEY "scene_id"
#define HANDLERS_KEY "handlers"
#define HANDLER_ENABLE_KEY "enable"
#define SUBHANDLES_KEY "subhandles"
#define CONDITION_ID_KEY "condition_id"
#define SCENE_ID_EXAMPLE "example"
PolicyRuleParser::PolicyRuleParser(const Json::Value &policyRules)
: m_policyRules(policyRules)
{
}
std::unordered_map PolicyRuleParser::parse()
{
if (m_policyRules.isMember(PROCESS_INFO_KEY)){
parse_process_info(m_policyRules[PROCESS_INFO_KEY]);
}
if (m_policyRules.isMember(SERVICE_INFO_KEY)){
parse_service_info(m_policyRules[SERVICE_INFO_KEY]);
}
std::unordered_map rules;
if (!m_policyRules.isMember(POLICIES_CONFIG_KEY)) return rules;
const Json::Value &policysConfig = m_policyRules[POLICIES_CONFIG_KEY];
if (!policysConfig.isMember(POLICIES_KEY)) return rules;
const Json::Value &policys = policysConfig[POLICIES_KEY];
for (const Json::Value& policy : policys) {
if (!policy.isMember(SCENE_ID_KEY)){
qWarning() << "Unknown scene define";
continue;
}
PolicyRule rule;
rule.scene_id = policy[SCENE_ID_KEY].asString();
if (rule.scene_id == SCENE_ID_EXAMPLE) continue;
if (policy.isMember(HANDLERS_KEY)){
const Json::Value &handlers = policy[HANDLERS_KEY];
const Json::Value::Members &members = handlers.getMemberNames();
for (const auto &member : members){
const Json::Value &memberHandlers = handlers[member];
for (const auto &handler : memberHandlers) {
if (handler.isMember(HANDLER_ENABLE_KEY) && !handler[HANDLER_ENABLE_KEY].asBool()) continue;
std::unique_ptr handlerPtr = parse_handler(handler);
if (handlerPtr) {
rule.handlers_.push_back(std::move(handlerPtr));
} else {
qWarning() << "Failed to parse handler for scene:" << QString::fromStdString(rule.scene_id);
}
}
}
}
if (policy.isMember(SUBHANDLES_KEY)){
const Json::Value &subhandles = policy[SUBHANDLES_KEY];
for (const auto &subhandle : subhandles){
if (!subhandle.isMember(CONDITION_ID_KEY) || !subhandle.isMember(HANDLERS_KEY)){
qWarning() << "Unknown subhandle define";
continue;
}
const Json::Value &condId = subhandle[CONDITION_ID_KEY];
const Json::Value &handlers = subhandle[HANDLERS_KEY];
const Json::Value::Members &members = handlers.getMemberNames();
std::vector> subhandlers;
for (const auto &member : members){
const Json::Value &memberHandlers = handlers[member];
for (const auto &handler : memberHandlers) {
if (handler.isMember(HANDLER_ENABLE_KEY) && !handler[HANDLER_ENABLE_KEY].asBool()) continue;
std::unique_ptr handlerPtr = parse_handler(handler);
if (handlerPtr) {
subhandlers.push_back(std::move(handlerPtr));
} else {
qWarning() << "Failed to parse handler for scene:" << QString::fromStdString(rule.scene_id);
}
}
}
rule.subhandles_.insert({condId.asString(), std::move(subhandlers)});
}
}
rules[rule.scene_id] = std::move(rule);
}
return rules;
}
void PSRStateHandler::handle(const StaticSceneData &data)
{
PRINT_DBG("PSRStateHandler::handle\n");
m_resourceManager.openPSR();
}
void PSRStateHandler::reverse()
{
PRINT_DBG("PSRStateHandler::reverse\n");
m_resourceManager.closePSR();
}
void VRRStateHandler::handle(const StaticSceneData &data)
{
PRINT_DBG("VRRStateHandler::handle\n");
m_resourceManager.setVRRRefreshRate(m_powerLevelPolycies[powerLevelMap[data.curr_power_level]]);
}
void VRRStateHandler::reverse()
{
PRINT_DBG("VRRStateHandler::reverse\n");
m_resourceManager.reverseVRRRefreshRate();
}
void EffectsHandler::handle(const StaticSceneData &data)
{
PRINT_DBG("EffectsHandler::handle\n");
DisplayEffectManager::getInstance()->changeEffectStatus(false);
DisplayEffectManager::getInstance()->printEffectStatus();
}
void EffectsHandler::reverse()
{
PRINT_DBG("EffectsHandler::reverse\n");
DisplayEffectManager::getInstance()->changeEffectStatus(true);
DisplayEffectManager::getInstance()->printEffectStatus();
}
kylin-process-manager/core/policy/schedpolicymanager.h 0000664 0001750 0001750 00000003365 15167666656 022212 0 ustar feng feng #ifndef SCHEDPOLICYMANAGER_H
#define SCHEDPOLICYMANAGER_H
#include
#include "datacontext.h"
#include "multimediacontroller.h"
#include "appinfo.h"
#include "datacollector.h"
#include "policyruleparser.h"
#include "staticscenedata.h"
#include "resourcemanagerinterface.h"
#include "priorityschedulingmanager.h"
class SchedPolicyManager
{
public:
SchedPolicyManager(const std::shared_ptr &dataContext);
void insertStrategy(const std::string &sceneId, const std::string &conditionId);
void implementStrategy(const StaticSceneData& data);
void handleAppInfoClear();
void handleAppChanged(const AppInfo &appInfo);
void handleAppInfoToDefault(const AppInfo &appInfo);
void handlePriorityScheduling(const AppInfo &appInfo);
void handleMultimediaPause(const std::string &serviceName);
void handleResourceLimitEnabledChanged(bool enabled);
void handleSoftFreezeModeEnabledChanged(bool enabled);
void handleResourceSchedulingEnabledChanged(bool enabled);
private:
std::shared_ptr m_dataContext;
std::shared_ptr m_prioritySchedulingManager;
std::unique_ptr m_policyRuleParser;
ResourceManagerInterface m_resourceManagerInterface;
MultimediaController m_multimediaController;
DataCollector m_dataCollector;
std::unordered_map m_policyRules;
std::unordered_map> m_currStrategy;
std::unordered_map> m_nextStrategy;
struct GroupPathPrivate
{
std::string path_;
sched_policy::GroupType group_;
};
std::unordered_map m_groupPath;
};
#endif // SCHEDPOLICYMANAGER_H
kylin-process-manager/core/monitor/ 0000775 0001750 0001750 00000000000 15167666656 016361 5 ustar feng feng kylin-process-manager/core/monitor/batteryremainingtimeestimator/ 0000775 0001750 0001750 00000000000 15167666656 024534 5 ustar feng feng kylin-process-manager/core/monitor/batteryremainingtimeestimator/batteryremainingtimeestimator.h 0000664 0001750 0001750 00000004055 15167666656 033064 0 ustar feng feng /*
* Copyright 2023 KylinSoft Co., Ltd.
*
* This program is free software: you can redistribute it and/or modify it under
* the terms of the GNU General Public License as published by the Free Software
* Foundation, either version 3 of the License, or (at your option) any later
* version.
*
* This program is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
* FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License along with
* this program. If not, see .
*/
#ifndef BATTERYREMAININGTIMEESTIMATOR_H
#define BATTERYREMAININGTIMEESTIMATOR_H
#include "consumptionmonitor/processgroupconsumptionmonitor.h"
#include "systemenery/systemenergy.h"
#include
#include
#include
class BatteryRemainingTimeEstimator
{
public:
using RemainingTimeChangedCallback = std::function;
using FrozenProcessGroupIdsGetter = std::function()>;
BatteryRemainingTimeEstimator(
std::shared_ptr systemEnergy,
std::shared_ptr processGroupConsumptionMonitor,
int estimateInterval,
FrozenProcessGroupIdsGetter frozenProcessGroupIdsGetter);
void setIncreasedRemainTimeChangedCallback(RemainingTimeChangedCallback callback);
void startEstimate();
void stopEstimate();
private:
void estimateRemainingTime();
double calculateFrozenGroupsEnergyRate(const std::vector &groupIds);
void setIncreasedRemainingTime(int time);
private:
std::shared_ptr m_systemEnergy;
std::shared_ptr m_processGroupConsumptionMonitor;
int m_estimateInterval;
QTimer m_timer;
RemainingTimeChangedCallback m_increasedRemainingTimeChangedCallback;
FrozenProcessGroupIdsGetter m_frozenProcessGroupIdsGetter;
};
#endif // BATTERYREMAININGTIMEESTIMATOR_H
kylin-process-manager/core/monitor/batteryremainingtimeestimator/batteryremainingtimeestimator.cpp 0000664 0001750 0001750 00000006305 15167666656 033417 0 ustar feng feng /*
* Copyright 2023 KylinSoft Co., Ltd.
*
* This program is free software: you can redistribute it and/or modify it under
* the terms of the GNU General Public License as published by the Free Software
* Foundation, either version 3 of the License, or (at your option) any later
* version.
*
* This program is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
* FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License along with
* this program. If not, see .
*/
#include "batteryremainingtimeestimator.h"
#include
BatteryRemainingTimeEstimator::BatteryRemainingTimeEstimator(
std::shared_ptr systemEnergy,
std::shared_ptr processGroupConsumptionMonitor,
int estimateInterval,
FrozenProcessGroupIdsGetter frozenProcessGroupIdsGetter)
: m_systemEnergy(systemEnergy)
, m_processGroupConsumptionMonitor(processGroupConsumptionMonitor)
, m_estimateInterval(estimateInterval)
, m_frozenProcessGroupIdsGetter(std::move(frozenProcessGroupIdsGetter))
{
QObject::connect(&m_timer, &QTimer::timeout, [this]() {
estimateRemainingTime();
});
m_timer.setInterval(m_estimateInterval * 1000);
}
void BatteryRemainingTimeEstimator::setIncreasedRemainTimeChangedCallback(
RemainingTimeChangedCallback callback)
{
m_increasedRemainingTimeChangedCallback = std::move(callback);
}
void BatteryRemainingTimeEstimator::startEstimate()
{
qDebug() << "Battery remaning time estimator start.";
if (!m_timer.isActive()) {
m_timer.start();
estimateRemainingTime();
}
}
void BatteryRemainingTimeEstimator::stopEstimate()
{
qDebug() << "Battery remaning time estimator stop.";
m_timer.stop();
setIncreasedRemainingTime(0);
}
void BatteryRemainingTimeEstimator::estimateRemainingTime()
{
std::vector frozenGroupIds = m_frozenProcessGroupIdsGetter();
double frozenGroupRate = calculateFrozenGroupsEnergyRate(frozenGroupIds);
double estimatedEnergyRate = m_systemEnergy->dischargeRate() - frozenGroupRate;
int increasedTime = 0;
if (estimatedEnergyRate > 0.0001f) {
double currentEnergy = m_systemEnergy->energy();
int batteryRemainingTime = currentEnergy / estimatedEnergyRate;
increasedTime = batteryRemainingTime > m_systemEnergy->timeToEmpty() ? batteryRemainingTime - m_systemEnergy->timeToEmpty() : 0;
}
if (increasedTime < 60) {
increasedTime = m_systemEnergy->timeToEmpty() * 0.1;
}
setIncreasedRemainingTime(increasedTime);
}
double BatteryRemainingTimeEstimator::calculateFrozenGroupsEnergyRate(
const std::vector &groupIds)
{
double energyRate = 0.0;
for (const auto &id : groupIds) {
energyRate += m_processGroupConsumptionMonitor->cpuEnergyConsumptionRate(id);
}
return energyRate;
}
void BatteryRemainingTimeEstimator::setIncreasedRemainingTime(int time)
{
if (m_increasedRemainingTimeChangedCallback) {
m_increasedRemainingTimeChangedCallback(time);
}
}
kylin-process-manager/core/monitor/systemenery/ 0000775 0001750 0001750 00000000000 15167666656 020750 5 ustar feng feng kylin-process-manager/core/monitor/systemenery/upowersystemenery.h 0000664 0001750 0001750 00000002303 15167666656 024750 0 ustar feng feng /*
* Copyright 2023 KylinSoft Co., Ltd.
*
* This program is free software: you can redistribute it and/or modify it under
* the terms of the GNU General Public License as published by the Free Software
* Foundation, either version 3 of the License, or (at your option) any later
* version.
*
* This program is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
* FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License along with
* this program. If not, see .
*/
#ifndef UPOWERSYSTEMENERY_H
#define UPOWERSYSTEMENERY_H
#include "systemenergy.h"
#include
#include
class UPowerSystemEnery : public SystemEnergy
{
public:
UPowerSystemEnery();
~UPowerSystemEnery() override = default;
double energy() override;
double dischargeRate() override;
int timeToEmpty() override;
private:
QVariant getUpowerProperty(const QString &propertyName);
private:
std::unique_ptr m_upowerDbusInterface;
};
#endif // UPOWERSYSTEMENERY_H
kylin-process-manager/core/monitor/systemenery/upowersystemenery.cpp 0000664 0001750 0001750 00000003626 15167666656 025314 0 ustar feng feng /*
* Copyright 2023 KylinSoft Co., Ltd.
*
* This program is free software: you can redistribute it and/or modify it under
* the terms of the GNU General Public License as published by the Free Software
* Foundation, either version 3 of the License, or (at your option) any later
* version.
*
* This program is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
* FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License along with
* this program. If not, see .
*/
#include "upowersystemenery.h"
#include
#include
namespace
{
const char *upower_dbus_service = "org.freedesktop.UPower";
const char *upower_dbus_path = "/org/freedesktop/UPower/devices/DisplayDevice";
const char *upower_dbus_interface = "org.freedesktop.UPower.Device";
const char *upower_dbus_properties_interface = "org.freedesktop.DBus.Properties";
}
UPowerSystemEnery::UPowerSystemEnery()
: m_upowerDbusInterface(new QDBusInterface(
upower_dbus_service, upower_dbus_path,
upower_dbus_properties_interface, QDBusConnection::systemBus()))
{
}
double UPowerSystemEnery::energy()
{
// 瓦时->焦耳
return getUpowerProperty("Energy").toDouble() * 3600;
}
double UPowerSystemEnery::dischargeRate()
{
return getUpowerProperty("EnergyRate").toDouble();
}
int UPowerSystemEnery::timeToEmpty()
{
return getUpowerProperty("TimeToEmpty").toInt();
}
QVariant UPowerSystemEnery::getUpowerProperty(const QString &propertyName)
{
QDBusReply reply = m_upowerDbusInterface->call("Get", upower_dbus_interface, propertyName);
if (!reply.isValid()) {
qWarning() << "Get upower property failed: " << reply.error();
return QVariant();
}
return reply.value();
}
kylin-process-manager/core/monitor/systemenery/systemenergy.h 0000664 0001750 0001750 00000001660 15167666656 023662 0 ustar feng feng /*
* Copyright 2023 KylinSoft Co., Ltd.
*
* This program is free software: you can redistribute it and/or modify it under
* the terms of the GNU General Public License as published by the Free Software
* Foundation, either version 3 of the License, or (at your option) any later
* version.
*
* This program is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
* FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License along with
* this program. If not, see .
*/
#ifndef SYSTEMENERGY_H
#define SYSTEMENERGY_H
class SystemEnergy
{
public:
virtual ~SystemEnergy() = default;
virtual double energy() = 0;
virtual double dischargeRate() = 0;
virtual int timeToEmpty() = 0;
};
#endif // SYSTEMENERGY_H
kylin-process-manager/core/monitor/exceptiongroupprocesswatcher.h 0000664 0001750 0001750 00000004661 15167666656 024571 0 ustar feng feng /*
* Copyright 2023 KylinSoft Co., Ltd.
*
* This program is free software: you can redistribute it and/or modify it under
* the terms of the GNU General Public License as published by the Free Software
* Foundation, either version 3 of the License, or (at your option) any later
* version.
*
* This program is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
* FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License along with
* this program. If not, see .
*/
#ifndef EXCEPTIONGROUPPROCESSWATCHER_H
#define EXCEPTIONGROUPPROCESSWATCHER_H
#include "processinfomanager.h"
#include "schedpolicy.h"
#include
#include
#include
#include
#include
#include
#include
#include