public abstract class SyncRequest
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
TAG |
| Constructor and Description |
|---|
SyncRequest() |
| Modifier and Type | Method and Description |
|---|---|
void |
doDestroy()
目前消耗的方法没有内核回调出来,先直接调Kernel层实现同步,默认
|
abstract void |
doInit() |
int |
initSync(long time) |
boolean |
isInitRequesting() |
void |
notifyInitResult(int code) |