Searched refs:wid (Results 1 - 3 of 3) sorted by relevance
/napi_generator/examples/ |
H A D | napitest.cpp | 42 void NodeISayHello::CallbackfuncCallback(NUMBER_TYPE_2& wid) in CallbackfuncCallback() argument 46 ptr->CallbackfuncCallbackMiddle(eventName, wid); in CallbackfuncCallback()
|
/napi_generator/test/storytest/test_callback/ |
H A D | test.js | 46 // 测试:cb: (wid: boolean, str: string, tc2:number) => string 47 function onCallbackfun9(wid, str, tc2) { 48 return 'wid' + 'str' + 'tc2' 51 // 测试:cb: (wid: boolean) => string 52 function onCallbackfun10nm(wid) { 131 // 测试:fun110(cb: (wid: boolean) => string): string; 138 // 测试:fun111(cb: (wid: boolean) => string): boolean; 145 // 测试:fun112(cb: (wid: boolean) => string): number; 153 // 测试:fun210(cb: (wid: boolean) => string): boolean; 154 // 测试:fun211(cb: (wid [all...] |
/napi_generator/test/storytest/test_on/ |
H A D | test.js | 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 [all...] |
Completed in 2 milliseconds