Lines Matching refs:wid
102 on(type: "heartbeat", callback: (wid: boolean) => void): void; // 箭头函数支持
114 on(type: "inputStart", callback: (wid: boolean, modeEv: ModelEvent) => void): void // 回调函数参数个数大于1,支持
125 // 测试:function on(type: "onEvents", callback: (wid: number) => void): void; // 箭头函数支持
200 // 测试:on(type: string, callback: (wid: number) => void): void;
205 // 测试:on(type: "inputStart", callback: (wid: boolean, modeEv: ModelEvent) => void): void
216 // 测试:function registerNamespacefunc21(cb : (wid: number) => string);
217 // 测试:function unRegisterNamespacefunc21(cb : (wid: number) => string);
222 // cb: (wid: number) => string
223 function onCallbackfun10nm(wid) {
257 registerTestfunc14(cb: (wid: SayInfo, test: TestOptional) => void);
258 unRegisterTestfunc14(cb: (wid: SayInfo, test: TestOptional) => void);
260 function registerNamespacefunc23(cb: (wid: SayInfo, test: TestOptional) => void);
261 function unRegisterNamespacefunc23(cb: (wid: SayInfo, test: TestOptional) => void);