Home
last modified time | relevance | path

Searched refs:TestCallFunc (Results 1 - 3 of 3) sorted by relevance

/foundation/arkui/ace_engine_lite/frameworks/src/core/modules/
H A Dsample_module.h32 static JSIValue TestCallFunc(const JSIValue thisVal, const JSIValue *args, uint8_t argsNum);
48 JSI::SetModuleAPI(exports, "testCallFunc", SampleModule::TestCallFunc); in InitSampleModule()
H A Dsample_module.cpp25 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 Dtest_napi.cpp861 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