Home
last modified time | relevance | path

Searched refs:TestCallbackWithArgs (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/modules/
H A Dsample_module.h35 …static JSIValue TestCallbackWithArgs(const JSIValue thisVal, const JSIValue *args, uint8_t argsNum…
51 JSI::SetModuleAPI(exports, "testCallbackWithArgs", SampleModule::TestCallbackWithArgs); in InitSampleModule()
H A Dsample_module.cpp89 JSIValue SampleModule::TestCallbackWithArgs(const JSIValue thisVal, const JSIValue *args, uint8_t a… in TestCallbackWithArgs() function in OHOS::ACELite::SampleModule