old mode 100644
new mode 100755
 |  |  | 
 |  |  |  | 
 |  |  |     int getProxyStreamCount(String id); | 
 |  |  |  | 
 |  |  |     int getGbReceiveCount(String id); | 
 |  |  |  | 
 |  |  |     int getGbSendCount(String id); | 
 |  |  |  | 
 |  |  |     void addDiskInfo(List<Map<String, Object>> diskInfo); | 
 |  |  | 
 |  |  |     void removeAllDevice(); | 
 |  |  |  | 
 |  |  |     void sendDeviceOrChannelStatus(String deviceId, String channelId, boolean online); | 
 |  |  |  | 
 |  |  |     void sendChannelAddOrDelete(String deviceId, String channelId, boolean add); | 
 |  |  |  | 
 |  |  |     void sendPlatformStartPlayMsg(MessageForPushChannel messageForPushChannel); | 
 |  |  |  | 
 |  |  |     void sendPlatformStopPlayMsg(MessageForPushChannel messageForPushChannel); | 
 |  |  |  | 
 |  |  |     void addPushListItem(String app, String stream, OnStreamChangedHookParam param); | 
 |  |  |  | 
 |  |  |     void removePushListItem(String app, String stream, String mediaServerId); | 
 |  |  | } |