Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine_lite/interfaces/inner_api/builtin/jsi/
H A Djsi_types.h55 constexpr char CB_CALLBACK[] = "callback"; variable
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/modules/
H A Dsample_module.cpp37 JSIValue callback = JSI::GetNamedProperty(args[0], CB_CALLBACK); in TestCallback()
95 JSIValue callback = JSI::GetNamedProperty(args[0], CB_CALLBACK); in TestCallbackWithArgs()