Searched refs:testFunc (Results 1 – 8 of 8) sorted by relevance
| /test/xts/acts/commonlibrary/ark_runtime/ark_runtime_jsvm_test/entry/src/main/cpp/jsvmtest/unittests/ |
| D | test_wasm.cpp | 390 JSVM_Value testFunc; local 392 testFunc = jsvm::GetProperty(exports, jsvm::Str("test_global_i32")); 393 result = jsvm::Call(testFunc, jsvm::Undefined(), {}); 396 testFunc = jsvm::GetProperty(exports, jsvm::Str("test_global_i64")); 397 result = jsvm::Call(testFunc, jsvm::Undefined(), {}); 400 testFunc = jsvm::GetProperty(exports, jsvm::Str("test_global_f32")); 401 result = jsvm::Call(testFunc, jsvm::Undefined(), {}); 407 testFunc = jsvm::GetProperty(exports, jsvm::Str("test_global_f64")); 408 result = jsvm::Call(testFunc, jsvm::Undefined(), {}); 416 JSVM_Value testFunc; local [all …]
|
| /test/xts/acts/arkui/ace_ets_module_ui/ace_ets_module_observer/ace_ets_module_observer_api12/entry/src/main/ets/MainAbility/pages/observer/ |
| D | ObserverPageId.ets | 24 testFunc(info: observer.RouterPageInfo) { 31 observer.on('routerPageUpdate', this.getUIContext(), this.testFunc) 35 observer.off('routerPageUpdate', this.getUIContext(), this.testFunc)
|
| D | ObserverNavDestinationState.ets | 23 testFunc(info:NavDestinationInfo) { 67 observer.on('navDestinationUpdate', this.testFunc); 71 observer.off('navDestinationUpdate', this.testFunc);
|
| /test/xts/acts/arkui/ace_ets_component_api11_completion/entry/src/main/ets/MainAbility/pages/AttrApi/ |
| D | ObserverApi.ets | 26 testFunc(info: uiObserver.RouterPageInfo) { 68 uiObserver.on('routerPageUpdate', this.context, this.testFunc) 75 uiObserver.off('routerPageUpdate', this.context, this.testFunc)
|
| /test/xts/acts/arkui/ace_ets_module_ui/ace_ets_module_observer/ace_ets_module_observer_api11/entry/src/main/ets/MainAbility/pages/observer/ |
| D | ObserverApi.ets | 27 testFunc(info:uiObserver.RouterPageInfo){ 69 uiObserver.on('routerPageUpdate', this.context, this.testFunc) 76 uiObserver.off('routerPageUpdate', this.context, this.testFunc)
|
| /test/xts/acts/arkui/ace_napi_test/entry/src/main/ets/test/ |
| D | NativeApiStringTest.ets | 31 function testFunc() { 60 value = napitest.getPrototype2(testFunc); 62 …peOf(testObj) is: ' + Object.getPrototypeOf(testFunc) + "--" + JSON.stringify(Object.getPrototypeO…
|
| /test/xts/acts/commonlibrary/ets_utils/taskpool_lib_standard2/entry/src/ohosTest/ets/utils/ |
| D | index.ts | 185 function testFunc(arrayBuffer: ArrayBuffer): Int32Array { function 312 testFunc,
|
| /test/xts/acts/commonlibrary/ets_utils/taskpool_lib_standard2/entry/src/ohosTest/ets/test/ |
| D | Taskpool.test.ets | 54 testFunc, 1337 let task1 = new taskpool.Task(testFunc, arrayInt1); 1338 let task2 = new taskpool.Task(testFunc, arrayInt2);
|