Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package deepin-qt-dbus-factory for 
openSUSE:Factory checked in at 2021-04-12 12:36:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/deepin-qt-dbus-factory (Old)
 and      /work/SRC/openSUSE:Factory/.deepin-qt-dbus-factory.new.2401 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "deepin-qt-dbus-factory"

Mon Apr 12 12:36:57 2021 rev:10 rq:884199 version:5.4.4

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/deepin-qt-dbus-factory/deepin-qt-dbus-factory.changes
    2021-03-02 12:44:40.916315333 +0100
+++ 
/work/SRC/openSUSE:Factory/.deepin-qt-dbus-factory.new.2401/deepin-qt-dbus-factory.changes
  2021-04-12 12:39:49.773541205 +0200
@@ -1,0 +2,11 @@
+Sun Mar 28 17:01:53 UTC 2021 - Christophe Giboudeaux <[email protected]>
+
+- Remove the unneeded QtWebKit dependency.
+
+-------------------------------------------------------------------
+Tue Mar 16 13:29:46 UTC 2021 - Hillwood Yang <[email protected]>
+
+- Update version to 5.4.4
+  * Add some new apis 
+
+-------------------------------------------------------------------

Old:
----
  dde-qt-dbus-factory-5.3.35.tar.gz

New:
----
  dde-qt-dbus-factory-5.4.4.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ deepin-qt-dbus-factory.spec ++++++
--- /var/tmp/diff_new_pack.88kFOP/_old  2021-04-12 12:39:50.217541721 +0200
+++ /var/tmp/diff_new_pack.88kFOP/_new  2021-04-12 12:39:50.221541726 +0200
@@ -20,7 +20,7 @@
 %define _name  dde-qt-dbus-factory
 
 Name:           deepin-qt-dbus-factory
-Version:        5.3.35
+Version:        5.4.4
 Release:        0
 Summary:        A repository storing auto-generated Qt5 D-Bus code
 License:        GPL-3.0-or-later
@@ -40,7 +40,6 @@
 BuildRequires:  pkgconfig(Qt5Gui)
 BuildRequires:  pkgconfig(Qt5Network)
 BuildRequires:  pkgconfig(Qt5Qml)
-BuildRequires:  pkgconfig(Qt5WebKit)
 BuildRequires:  pkgconfig(Qt5Widgets)
 BuildRequires:  pkgconfig(Qt5X11Extras)
 

++++++ dde-qt-dbus-factory-5.3.35.tar.gz -> dde-qt-dbus-factory-5.4.4.tar.gz 
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/dde-qt-dbus-factory-5.3.35/.gitignore 
new/dde-qt-dbus-factory-5.4.4/.gitignore
--- old/dde-qt-dbus-factory-5.3.35/.gitignore   2021-01-05 03:07:41.000000000 
+0100
+++ new/dde-qt-dbus-factory-5.4.4/.gitignore    2021-02-26 08:37:58.000000000 
+0100
@@ -3,3 +3,4 @@
 .vscode/*
 */generated/
 bin/
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/dde-qt-dbus-factory-5.3.35/.project 
new/dde-qt-dbus-factory-5.4.4/.project
--- old/dde-qt-dbus-factory-5.3.35/.project     1970-01-01 01:00:00.000000000 
+0100
+++ new/dde-qt-dbus-factory-5.4.4/.project      2021-02-26 08:37:58.000000000 
+0100
@@ -0,0 +1,3 @@
+{
+    "importantFile": ["xml/*.xml"]
+}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/dde-qt-dbus-factory-5.3.35/debian/control 
new/dde-qt-dbus-factory-5.4.4/debian/control
--- old/dde-qt-dbus-factory-5.3.35/debian/control       2021-01-05 
03:07:41.000000000 +0100
+++ new/dde-qt-dbus-factory-5.4.4/debian/control        2021-02-26 
08:37:58.000000000 +0100
@@ -20,9 +20,6 @@
 Depends:
  ${misc:Depends},
  ${shlibs:Depends},
- dde-daemon (>=5.12.0.31),
- startdde (>=5.6.0.34),
- lastore-daemon (>=5.1.0.21)
 Multi-Arch: same
 Description: Qt DBus interface library for Deepin software (shared library)
  Libdframeworkdbus provides Qt DBus interface for various Deepin software.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/dde-qt-dbus-factory-5.3.35/libdframeworkdbus/types/defenderprocinfo.h 
new/dde-qt-dbus-factory-5.4.4/libdframeworkdbus/types/defenderprocinfo.h
--- old/dde-qt-dbus-factory-5.3.35/libdframeworkdbus/types/defenderprocinfo.h   
2021-01-05 03:07:41.000000000 +0100
+++ new/dde-qt-dbus-factory-5.4.4/libdframeworkdbus/types/defenderprocinfo.h    
2021-02-26 08:37:58.000000000 +0100
@@ -54,6 +54,17 @@
     // ????????????
     QString sOtherParam;
     bool operator!=(const DefenderProcInfo &procInfo);
+    // ?????????
+    DefenderProcInfo() {
+        nPid = 0;
+        isbSysApp = false;
+        nCategoryID = 0;
+        nTimeInstalled = 0;
+        dDownloadSpeed = 0.0;
+        dUploadSpeed = 0.0;
+        dDownloads = 0.0;
+        dUploads = 0.0;
+    }
 };
 
 Q_DECLARE_METATYPE(DefenderProcInfo);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/dde-qt-dbus-factory-5.3.35/xml/com.deepin.AppStore.xml 
new/dde-qt-dbus-factory-5.4.4/xml/com.deepin.AppStore.xml
--- old/dde-qt-dbus-factory-5.3.35/xml/com.deepin.AppStore.xml  2021-01-05 
03:07:41.000000000 +0100
+++ new/dde-qt-dbus-factory-5.4.4/xml/com.deepin.AppStore.xml   2021-02-26 
08:37:58.000000000 +0100
@@ -1,5 +1,8 @@
 <interface name="com.deepin.AppStore">
   <method name="Raise"></method>
+  <method name="AppDetails">
+    <arg name="appID" type="s" direction="in"/>
+  </method>
   <method name="ShowAppDetail">
     <arg name="appName" type="s" direction="in"/>
   </method>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/dde-qt-dbus-factory-5.3.35/xml/com.deepin.daemon.Authenticate.xml 
new/dde-qt-dbus-factory-5.4.4/xml/com.deepin.daemon.Authenticate.xml
--- old/dde-qt-dbus-factory-5.3.35/xml/com.deepin.daemon.Authenticate.xml       
2021-01-05 03:07:41.000000000 +0100
+++ new/dde-qt-dbus-factory-5.4.4/xml/com.deepin.daemon.Authenticate.xml        
2021-02-26 08:37:58.000000000 +0100
@@ -3,4 +3,11 @@
         <arg name="flag" type="i" direction="in"></arg>
         <arg name="result" type="s" direction="out"></arg>
     </method>
+    <method name="GetLimits">
+       <arg name="username" type="s" direction="in"></arg>
+       <arg name="limits" type="s" direction="out"></arg>
+    </method>
+    <signal name="LimitUpdated">
+       <arg type="s"></arg>
+    </signal>
 </interface>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/dde-qt-dbus-factory-5.3.35/xml/com.deepin.daemon.Timedated.xml 
new/dde-qt-dbus-factory-5.4.4/xml/com.deepin.daemon.Timedated.xml
--- old/dde-qt-dbus-factory-5.3.35/xml/com.deepin.daemon.Timedated.xml  
1970-01-01 01:00:00.000000000 +0100
+++ new/dde-qt-dbus-factory-5.4.4/xml/com.deepin.daemon.Timedated.xml   
2021-02-26 08:37:58.000000000 +0100
@@ -0,0 +1,26 @@
+<interface name="com.deepin.daemon.Timedated">
+     <method name="SetLocalRTC">
+          <arg type="b" direction="in"></arg>
+          <arg type="b" direction="in"></arg>
+          <arg type="s" direction="in"></arg>
+     </method>
+     <method name="SetNTP">
+          <arg type="b" direction="in"></arg>
+          <arg type="s" direction="in"></arg>
+     </method>
+     <method name="SetNTPServer">
+          <arg type="s" direction="in"></arg>
+          <arg type="s" direction="in"></arg>
+     </method>
+     <method name="SetTime">
+          <arg type="x" direction="in"></arg>
+          <arg type="b" direction="in"></arg>
+          <arg type="s" direction="in"></arg>
+     </method>
+     <method name="SetTimezone">
+          <arg type="s" direction="in"></arg>
+          <arg type="s" direction="in"></arg>
+     </method>
+     <property name="NTPServer" type="s" access="read"></property>
+</interface>
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/dde-qt-dbus-factory-5.3.35/xml/com.deepin.defender.MonitorNetFlow.xml 
new/dde-qt-dbus-factory-5.4.4/xml/com.deepin.defender.MonitorNetFlow.xml
--- old/dde-qt-dbus-factory-5.3.35/xml/com.deepin.defender.MonitorNetFlow.xml   
2021-01-05 03:07:41.000000000 +0100
+++ new/dde-qt-dbus-factory-5.4.4/xml/com.deepin.defender.MonitorNetFlow.xml    
2021-02-26 08:37:58.000000000 +0100
@@ -10,6 +10,12 @@
         <arg name="sId" type="s" direction="in"></arg>
         <arg name="value" type="s" direction="out"></arg>
     </method>
+
+    <!-- ??????/?????????????????????????????? -->
+        <method name="EnableNetFlowMonitor">
+            <arg name="enable" type="b" direction="in"></arg>
+        </method>
+
     <signal name="NotifyDetailData">
       <arg type="s" name="name"/>
       <arg type="d" name="recv"/>
@@ -24,6 +30,31 @@
     </signal>
     <signal name="NotifyHeartbeat">
     </signal>
+
+    <!-- SendPocNetFlowInfos -->
+    <signal name="SendPocNetFlowInfos">
+        <arg name="infos" type="(a(isbssssssllsddddsss))"/>
+        <annotation name="org.qtproject.QtDBus.QtTypeName.Out0" 
value="DefenderProcInfoList"/>
+    </signal>
+
+    <!-- ?????????????????????????????? -->
+    <method name="SetRightScanVisable">
+        <arg name="flag" type="b" direction="in"></arg>
+    </method>
+
+    <!-- ??????ssh???????????????????????? -->
+    <method name="setRemRegisterStatus">
+        <arg name="bStatus" type="b" direction="in"></arg>
+    </method>
+    <!-- ??????ssh???????????????????????? -->
+    <method name="getRemRegisterStatus">
+        <arg name="bStatus" type="b" direction="out"></arg>
+    </method>
+    <!-- ssh???????????????????????????????????? -->
+    <signal name="SSHStatusChanged">
+        <arg name="status" type="b"/>
+    </signal>
+
     <!-- usb connection -->
     <!-- ?????????????????????????????????????????? -->
     <method name="MergeDevSavingInfoToStr">
@@ -91,5 +122,29 @@
     </signal>
     <signal name="requestShowOnlyWhiteListSysNotify">
     </signal>
+    <!-- ?????????????????? -->
+    <!-- ?????????????????????????????? -->
+    <method name="GetDiskDevicePathList">
+        <arg name="pathList" type="as" direction="out"></arg>
+        <annotation name="org.qtproject.QtDBus.QtTypeName.In0" 
value="QStringList"/>
+    </method>
+    <!-- ?????????????????? -->
+    <method name="CleanSelectFile">
+        <arg name="pathList" type="as" direction="in"></arg>
+        <annotation name="org.qtproject.QtDBus.QtTypeName.In0" 
value="QStringList"/>
+    </method>
+    <!-- journal???????????? -->
+    <method name="CleanJournal">
+    </method>
+    <!-- ???????????? -->
+    <method name="AddSecurityLog">
+        <arg name="nType" type="i" direction="in"></arg>
+        <arg name="sInfo" type="s" direction="in"></arg>
+    </method>
+    <method name="DeleteSecurityLog">
+        <arg name="nLastDate" type="i" direction="in"></arg>
+        <arg name="nType" type="i" direction="in"></arg>
+        <arg name="isbDelete" type="b" direction="out"></arg>
+    </method>
   </interface>
 </node>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/dde-qt-dbus-factory-5.3.35/xml/com.deepin.defender.antiav.xml 
new/dde-qt-dbus-factory-5.4.4/xml/com.deepin.defender.antiav.xml
--- old/dde-qt-dbus-factory-5.3.35/xml/com.deepin.defender.antiav.xml   
2021-01-05 03:07:41.000000000 +0100
+++ new/dde-qt-dbus-factory-5.4.4/xml/com.deepin.defender.antiav.xml    
2021-02-26 08:37:58.000000000 +0100
@@ -131,5 +131,105 @@
     <signal name="onSendScanStart"></signal>
     <!-- ??????????????????????????? -->
     <signal name="onRequstScanThreatsFile"></signal>
+
+    <!-- D-BUS ?????? ??????  method -->
+    <!-- ???????????????????????? M -->
+    <method name="SetScanFileSize">
+        <arg name="nSize" type="i" direction="in"></arg>
+    </method>
+    <!-- ???????????? -->
+    <method name="QueryVersion"></method>
+    <!-- ??????????????? -->
+    <method name="UpdateVersion"></method>
+    <!-- ???????????????????????????  -->
+    <method name="SetScanStatus">
+        <arg name="status" type="i" direction="in"></arg>
+    </method>
+    <!-- ??????????????????????????? -->
+    <method name="GetScanStatus">
+        <arg name="status" type="i" direction="out"></arg>
+    </method>
+    <!-- ?????? -->
+    <method name="DoDissection">
+         <arg name="bAllDissection" type="b" direction="in"></arg>
+         <arg name="sDissectionPath" type="s" direction="in"></arg>
+   </method>
+   <!-- ?????????????????? -->
+   <method name="RepairProblemFile">
+       <arg name="sPath" type="s" direction="in"></arg>
+   </method>
+   <!-- ?????????????????? -->
+   <method name="TrustProblemFile">
+       <arg name="bFlag" type="b" direction="in"></arg>
+       <arg name="sPath" type="s" direction="in"></arg>
+   </method>
+   <!-- ?????????????????? -->
+   <method name="IsolationProblemFile">
+      <arg name="bFlag" type="b" direction="in"></arg>
+      <arg name="sPath" type="s" direction="in"></arg>
+   </method>
+   <!-- ?????????????????? -->
+   <method name="QueryTrustFiles"></method>
+   <!-- ?????????????????? -->
+   <method name="QueryIsolationFiles"></method>
+   <!-- ??????????????????????????? -->
+   <method name="SelectTrustAreaSize"></method>
+   <!-- ??????????????????????????? -->
+   <method name="SelectIsolationAreaSize"></method>
+   <!-- ????????????????????? -->
+   <method name="SetVriusUpdateAddress">
+      <arg name="address" type="s" direction="in"></arg>
+   </method>
+
+    <!--- ???????????????????????????-->
+    <signal name="SendSrvVersion">
+      <arg type="s" name="version"/>
+    </signal>
+    <!--- ??????????????????????????????-->
+    <signal name="SendUpdateVersionResult">
+      <arg type="b" name="result"/>
+    </signal>
+    <!--- ?????????????????????????????????-->
+    <signal name="DissectionFinished">
+    </signal>
+    <!--- ?????????????????????????????????-->
+    <signal name="SendDissectionProgInfo">
+      <arg type="s" name="path"/>
+      <arg type="d" name="progress"/>
+      <arg type="i" name="type"/>
+      <arg type="s" name="sDetailInfo"/>
+    </signal>
+    <!--- ??????????????????????????????-->
+    <signal name="SetScanStatusFinished">
+      <arg type="i" name="status"/>
+    </signal>
+    <!--- ???????????????????????????-->
+    <signal name="SendOperationRepairFileResult">
+      <arg type="s" name="file"/>
+    </signal>
+    <!--- ???????????????????????????-->
+    <signal name="SendOperationTrustFileResult">
+      <arg type="s" name="file"/>
+    </signal>
+    <!--- ???????????????????????????-->
+    <signal name="SendOperationIsolationFileResult">
+      <arg type="s" name="file"/>
+    </signal>
+    <!--- ???????????????????????????-->
+    <signal name="SendQueryTrustFiles">
+      <arg type="s" name="files"/>
+    </signal>
+    <!--- ???????????????????????????-->
+    <signal name="SendQueryIsolationFiles">
+      <arg type="s" name="files"/>
+    </signal>
+    <!--- ??????????????????????????????-->
+    <signal name="SendTrustAreaSize">
+      <arg type="i" name="size"/>
+    </signal>
+    <!--- ??????????????????????????????-->
+    <signal name="SendIsolationAreaSize">
+      <arg type="i" name="size"/>
+    </signal>
   </interface>
 </node>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/dde-qt-dbus-factory-5.3.35/xml/com.deepin.defender.daemonservice.xml 
new/dde-qt-dbus-factory-5.4.4/xml/com.deepin.defender.daemonservice.xml
--- old/dde-qt-dbus-factory-5.3.35/xml/com.deepin.defender.daemonservice.xml    
2021-01-05 03:07:41.000000000 +0100
+++ new/dde-qt-dbus-factory-5.4.4/xml/com.deepin.defender.daemonservice.xml     
2021-02-26 08:37:58.000000000 +0100
@@ -1,6 +1,10 @@
 <interface name="com.deepin.defender.daemonservice">
   <property name="Safetygrade" type="i" access="readwrite"></property>
   <property name="MaturityDay" type="i" access="readwrite"></property>
+  <!-- ?????????????????????u????????? -->
+  <property name="ScanningUsbPaths" type="as" access="read">
+    <annotation name="org.qtproject.QtDBus.QtTypeName.Out0" 
value="QStringList"/>
+  </property>
   <method name="StartApp">
   </method>
   <method name="ExitApp">
@@ -45,6 +49,21 @@
   <method name="GetSystemUpdate">
     <arg name="value" type="i" direction="out"></arg>
   </method>
+
+  <!-- ??????U????????? -->
+  <method name="RequestStopUsbScannig">
+    <arg name="path" type="s" direction="in"></arg>
+  </method>
+  <!-- U??????????????????????????? -->
+  <signal name="UsbScanningStopped">
+    <arg name="path" type="s"></arg>
+  </signal>
+  <!-- ?????????????????????u??????????????????????????? -->
+  <signal name="ScanningUsbPathsChanged">
+    <arg name="paths" type="as"></arg>
+    <annotation name="org.qtproject.QtDBus.QtTypeName.Out0" 
value="QStringList"/>
+  </signal>
+
   <signal name="UpdateUI">
   </signal>
   <signal name="NotifyHeartbeat">
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/dde-qt-dbus-factory-5.3.35/xml/com.deepin.defender.datainterface.xml 
new/dde-qt-dbus-factory-5.4.4/xml/com.deepin.defender.datainterface.xml
--- old/dde-qt-dbus-factory-5.3.35/xml/com.deepin.defender.datainterface.xml    
2021-01-05 03:07:41.000000000 +0100
+++ new/dde-qt-dbus-factory-5.4.4/xml/com.deepin.defender.datainterface.xml     
2021-02-26 08:37:58.000000000 +0100
@@ -1,5 +1,9 @@
 <node>
   <interface name="com.deepin.defender.datainterface">
+    <!-- ?????????????????????u??????????????? -->
+    <property name="ScanningUsbPaths" type="as" access="read">
+      <annotation name="org.qtproject.QtDBus.QtTypeName.Out0" 
value="QStringList"/>
+    </property>
     <method name="StartApp">
     </method>
     <method name="ExitApp">
@@ -34,7 +38,8 @@
     <method name="getSelectThreatsCount">
          <arg name="count" type="i" direction="out"/>
     </method>
-
+    <!-- ??????????????????????????????????????? -->
+    <method name="showEnginChangeNotity"></method>
 
     <!-- ????????????/???????????? -->
     <method name="setFireWallSwitchStatus">
@@ -44,6 +49,14 @@
         <arg name="value" type="b" direction="out"></arg>
     </method>
 
+    <!-- ????????????/?????????????????????????????? -->
+    <method name="setNetControlSwitchStatus">
+        <arg name="isbFireWall" type="b" direction="in"></arg>
+    </method>
+    <method name="setRemControlSwitchStatus">
+        <arg name="isbFireWall" type="b" direction="in"></arg>
+    </method>
+
     <signal name="requestNetAppsChange">
         <arg type="(a(isbssssssllddddsss))" direction="out"/>
         <annotation name="org.qtproject.QtDBus.QtTypeName.In0" 
value="DefenderProcInfoList"/>
@@ -113,7 +126,18 @@
       <arg name="sAppName" type="s" direction="in"/>
       <arg name="sId" type="s" direction="in"/>
     </method>
-
+    <!-- ??????ssh???????????????????????? -->
+    <method name="setRemRegisterStatus">
+        <arg name="bStatus" type="b" direction="in"></arg>
+    </method>
+    <!-- ??????ssh???????????????????????? -->
+    <method name="getRemRegisterStatus">
+        <arg name="bStatus" type="b" direction="out"></arg>
+    </method>
+    <!-- ??????/???????????????????????? -->
+    <method name="JumpToAppStore">
+        <arg name="nType" type="i" direction="in"></arg>
+    </method>
     <!-- ??????????????? -->
     <method name="startLauncherManage">
         <arg name="value" type="b" direction="out"></arg>
@@ -215,5 +239,107 @@
     </signal>
     <signal name="notifyUpdateLauncherList">
     </signal>
+
+    <!-- usb???????????? -->
+    <!-- ??????u????????? -->
+    <method name="IsolateUsbVirus">
+       <arg name="usbMountPath" type="s" direction="in"></arg>
+    </method>
+    <!-- ????????????u??????????????? -->
+    <signal name="NotifyIsolateUsbVirus">
+    <arg name="usbMountPath" type="s" direction="out"/>
+    </signal>
+    <!-- ????????????U????????? -->
+    <method name="RequestStopUsbScannig">
+      <arg name="path" type="s" direction="in"></arg>
+    </method>
+    <!-- U??????????????????????????? -->
+    <signal name="UsbScanningStopped">
+      <arg name="path" type="s"></arg>
+    </signal>
+    <!-- ?????????????????????u??????????????????????????? -->
+    <signal name="ScanningUsbPathsChanged">
+      <arg name="paths" type="as"></arg>
+      <annotation name="org.qtproject.QtDBus.QtTypeName.Out0" 
value="QStringList"/>
+    </signal>
+
+    <!-- ???????????????????????? -->
+    <method name="GetCurrentEngine">
+        <arg name="engineType" type="i" direction="out"></arg>
+    </method>
+
+    <!-- ????????????-????????? -->
+    <method name="GetTrashInfoList">
+       <arg name="cleanerPath" type="as" direction="out"></arg>
+       <annotation name="org.qtproject.QtDBus.QtTypeName.Out0" 
value="QStringList"/>
+    </method>
+    <!-- ????????????-????????????-->
+    <method name="GetHistoryInfoList">
+       <arg name="cleanerPath" type="as" direction="out"></arg>
+       <annotation name="org.qtproject.QtDBus.QtTypeName.Out0" 
value="QStringList"/>
+    </method>
+    <!-- ????????????-???????????? -->
+    <method name="GetCacheInfoList">
+       <arg name="cleanerPath" type="as" direction="out"></arg>
+       <annotation name="org.qtproject.QtDBus.QtTypeName.Out0" 
value="QStringList"/>
+    </method>
+    <!-- ????????????-???????????? -->
+    <method name="GetLogInfoList">
+       <arg name="cleanerPath" type="as" direction="out"></arg>
+       <annotation name="org.qtproject.QtDBus.QtTypeName.Out0" 
value="QStringList"/>
+    </method>
+    <!-- ????????????-???????????? -->
+    <method name="GetAppTrashInfoList">
+       <arg name="cleanerPath" type="s" direction="out"></arg>
+       <annotation name="org.qtproject.QtDBus.QtTypeName.Out0" 
value="QString"/>
+    </method>
+    <!-- ?????????-coockies -->
+    <method name="GetBrowserCookiesInfoList">
+       <arg name="cleanerPath" type="s" direction="out"></arg>
+       <annotation name="org.qtproject.QtDBus.QtTypeName.Out0" 
value="QString"/>
+    </method>
+    <!-- ?????????????????????????????? -->
+    <method name="RequestStartTrashScan">
+    </method>
+    <!-- ?????????????????????????????? -->
+    <method name="DeleteSpecifiedFiles">
+      <arg name="path" type="as" direction="in"></arg>
+    </method>
+    <!-- ?????????????????????????????? -->
+    <signal name="TrashScanFinished">
+    <arg name="sum" type="d"/>
+    </signal>
+    <!-- ????????????????????????????????? -->
+    <method name="RequestCleanSelectTrash">
+    </method>
+    <!-- ??????????????????????????????????????? -->
+    <signal name="CleanSelectTrashFinished">
+    </signal>
+
+    <!-- ???????????? -->
+    <!-- ??????????????????????????????/?????? ?????? -->
+    <method name="GetPwdLimitPolicyEnable">
+       <arg name="enable" type="b" direction="out"></arg>
+    </method>
+    <!-- ??????/???????????????????????? -->
+    <method name="SetPwdLimitPolicyEnable">
+       <arg name="enable" type="b" direction="in"></arg>
+    </method>
+    <!-- ??????/???????????????????????????????????? -->
+    <signal name="SetPwdLimitPolicyEnableFinished">
+    <arg name="enable" type="b" direction="out"/>
+    </signal>setPwdLimitPolicyEnable
+    <!-- ???????????????????????? -->
+    <method name="SetPwdLimitedLevel">
+       <arg name="level" type="i" direction="in"></arg>
+    </method>
+    <!-- ???????????????????????????????????? -->
+    <signal name="SetPwdLimitedLevelFinished">
+    <arg name="level" type="i" direction="out"/>
+    </signal>
+    <!-- ?????????????????????????????? -->
+    <method name="GetPwdChangeError">
+       <arg name="info" type="s" direction="out"></arg>
+    </method>
   </interface>
 </node>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/dde-qt-dbus-factory-5.3.35/xml/com.deepin.defender.hmiscreen.xml 
new/dde-qt-dbus-factory-5.4.4/xml/com.deepin.defender.hmiscreen.xml
--- old/dde-qt-dbus-factory-5.3.35/xml/com.deepin.defender.hmiscreen.xml        
2021-01-05 03:07:41.000000000 +0100
+++ new/dde-qt-dbus-factory-5.4.4/xml/com.deepin.defender.hmiscreen.xml 
2021-02-26 08:37:58.000000000 +0100
@@ -27,5 +27,8 @@
     <method name="showFuncConnectRemControl">
     <arg name="sDkgName" type="s" direction="in"/>
     </method>
+    <!-- ?????????????????????????????? -->
+    <method name="showFuncConnectDataUsage">
+    </method>
 
 </interface>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/dde-qt-dbus-factory-5.3.35/xml/com.deepin.defender.risantiav.xml 
new/dde-qt-dbus-factory-5.4.4/xml/com.deepin.defender.risantiav.xml
--- old/dde-qt-dbus-factory-5.3.35/xml/com.deepin.defender.risantiav.xml        
1970-01-01 01:00:00.000000000 +0100
+++ new/dde-qt-dbus-factory-5.4.4/xml/com.deepin.defender.risantiav.xml 
2021-02-26 08:37:58.000000000 +0100
@@ -0,0 +1,112 @@
+<node>
+  <interface name="com.deepin.defender.risantiav">
+    <method name="StartApp">
+    </method>
+    <method name="ExitApp">
+    </method>
+    <!-- ???????????????????????? M -->
+    <method name="SetScanFileSize">
+        <arg name="nSize" type="i" direction="in"></arg>
+    </method>
+    <!-- ???????????????????????? -->
+    <method name="GetRisingLocalVersion"></method>
+    <!-- ???????????????????????? -->
+    <method name="GetRisingSrvVersion"></method>
+    <!-- ??????????????? -->
+    <method name="UpdateVersion"></method>
+    <!-- ???????????????????????????  -->
+    <method name="SetScanStatus">
+        <arg name="status" type="i" direction="in"></arg>
+    </method>
+    <!-- ??????????????????????????? -->
+    <method name="GetScanStatus">
+        <arg name="status" type="i" direction="out"></arg>
+    </method>
+    <!-- ?????? -->
+    <method name="DoDissection">
+         <arg name="bAllDissection" type="b" direction="in"></arg>
+         <arg name="sDissectionPath" type="s" direction="in"></arg>
+   </method>
+   <!-- ?????????????????? -->
+   <method name="RepairProblemFile">
+       <arg name="sPath" type="s" direction="in"></arg>
+   </method>
+   <!-- ?????????????????? -->
+   <method name="TrustProblemFile">
+       <arg name="bFlag" type="b" direction="in"></arg>
+       <arg name="sPath" type="s" direction="in"></arg>
+   </method>
+   <!-- ?????????????????? -->
+   <method name="IsolationProblemFile">
+      <arg name="bFlag" type="b" direction="in"></arg>
+      <arg name="sPath" type="s" direction="in"></arg>
+   </method>
+   <!-- ?????????????????? -->
+   <method name="QueryTrustFiles"></method>
+   <!-- ?????????????????? -->
+   <method name="QueryIsolationFiles"></method>
+   <!-- ??????????????????????????? -->
+   <method name="SelectTrustAreaSize"></method>
+   <!-- ??????????????????????????? -->
+   <method name="SelectIsolationAreaSize"></method>
+   <!-- ????????????????????? -->
+   <method name="SetVriusUpdateAddress">
+      <arg name="address" type="s" direction="in"></arg>
+   </method>
+
+    <!--- ???????????????????????????-->
+    <signal name="SendLocalVersion">
+      <arg type="s" name="version"/>
+    </signal>
+    <!--- ???????????????????????????-->
+    <signal name="SendSrvVersion">
+      <arg type="s" name="version"/>
+    </signal>
+    <!--- ??????????????????????????????-->
+    <signal name="SendUpdateVersionResult">
+      <arg type="b" name="result"/>
+    </signal>
+    <!--- ?????????????????????????????????-->
+    <signal name="DissectionFinished">
+    </signal>
+    <!--- ?????????????????????????????????-->
+    <signal name="SendDissectionProgInfo">
+      <arg type="s" name="path"/>
+      <arg type="d" name="progress"/>
+      <arg type="i" name="type"/>
+      <arg type="s" name="sDetailInfo"/>
+    </signal>
+    <!--- ???????????????????????????-->
+    <signal name="SetScanStatusFinished">
+      <arg type="i" name="status"/>
+    </signal>
+    <!--- ???????????????????????????-->
+    <signal name="SendOperationRepairFileResult">
+      <arg type="s" name="file"/>
+    </signal>
+    <!--- ???????????????????????????-->
+    <signal name="SendOperationTrustFileResult">
+      <arg type="s" name="file"/>
+    </signal>
+    <!--- ???????????????????????????-->
+    <signal name="SendOperationIsolationFileResult">
+      <arg type="s" name="file"/>
+    </signal>
+    <!--- ???????????????????????????-->
+    <signal name="SendQueryTrustFiles">
+      <arg type="s" name="files"/>
+    </signal>
+    <!--- ???????????????????????????-->
+    <signal name="SendQueryIsolationFiles">
+      <arg type="s" name="files"/>
+    </signal>
+    <!--- ??????????????????????????????-->
+    <signal name="SendTrustAreaSize">
+      <arg type="i" name="size"/>
+    </signal>
+    <!--- ??????????????????????????????-->
+    <signal name="SendIsolationAreaSize">
+      <arg type="i" name="size"/>
+    </signal>
+  </interface>
+</node>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/dde-qt-dbus-factory-5.3.35/xml/com.deepin.lastore.JobManager.xml 
new/dde-qt-dbus-factory-5.4.4/xml/com.deepin.lastore.JobManager.xml
--- old/dde-qt-dbus-factory-5.3.35/xml/com.deepin.lastore.JobManager.xml        
2021-01-05 03:07:41.000000000 +0100
+++ new/dde-qt-dbus-factory-5.4.4/xml/com.deepin.lastore.JobManager.xml 
2021-02-26 08:37:58.000000000 +0100
@@ -5,6 +5,9 @@
   <method name="CleanJob">
        <arg type="s" direction="in"></arg>
   </method>
+  <method name="GetArchivesInfo">
+       <arg type="s" direction="out"></arg>
+  </method>
   <method name="DistUpgrade">
        <arg type="o" direction="out"></arg>
   </method>

Reply via email to