Searched refs:TestCallFunc (Results 1 - 3 of 3) sorted by relevance
/foundation/arkui/ace_engine_lite/frameworks/src/core/modules/ |
H A D | sample_module.h | 32 static JSIValue TestCallFunc(const JSIValue thisVal, const JSIValue *args, uint8_t argsNum); 48 JSI::SetModuleAPI(exports, "testCallFunc", SampleModule::TestCallFunc); in InitSampleModule()
|
H A D | sample_module.cpp | 25 JSIValue SampleModule::TestCallFunc(const JSIValue thisVal, const JSIValue *args, uint8_t argsNum) in TestCallFunc() function in OHOS::ACELite::SampleModule
|
/foundation/arkui/napi/test/unittest/ |
H A D | test_napi.cpp | 861 static napi_value TestCallFunc(napi_env env, napi_callback_info info) in TestCallFunc() function 878 napi_create_function(env, "testFunc", NAPI_AUTO_LENGTH, TestCallFunc, nullptr, &funcValue); in HWTEST_F()
|
Completed in 16 milliseconds