Home
last modified time | relevance | path

Searched refs:JSIFunctionHandler (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine_lite/interfaces/inner_api/builtin/jsi/
H A Djsi.h52 typedef JSIValue (*JSIFunctionHandler)(const JSIValue thisVal, const JSIValue *args, uint8_t argsNu… typedef
73 JSIFunctionHandler setter; // access function for setting value
74 JSIFunctionHandler getter; // access function for getting value
163 static JSIValue CreateFunction(JSIFunctionHandler handler);
580 static void SetModuleAPI(JSIValue exports, const char * const name, JSIFunctionHandler handler);
728 JSIFunctionHandler setter,
729 JSIFunctionHandler getter);
/ohos5.0/foundation/multimedia/media_lite/interfaces/kits/player_lite/js/builtin/include/
H A Daudio_module.h52 …DefineProperty(JSIValue target, const char *propName, JSIFunctionHandler getter, JSIFunctionHandle…
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/native_engine/jsi/
H A Djsi.cpp141 JSIFunctionHandler handler = reinterpret_cast<JSIFunctionHandler>(nativePointer); in CreateJerryFuncHelper()
163 JSIValue JSI::CreateFunction(JSIFunctionHandler handler) in CreateFunction()
837 void JSI::SetModuleAPI(JSIValue exports, const char * const name, JSIFunctionHandler handler) in SetModuleAPI()
1136 JSIFunctionHandler setter, in DefineNamedProperty()
1137 JSIFunctionHandler getter) in DefineNamedProperty()
/ohos5.0/foundation/multimedia/media_lite/interfaces/kits/player_lite/js/builtin/src/
H A Daudio_module.cpp37 JSIFunctionHandler getter, in DefineProperty()
38 JSIFunctionHandler setter) in DefineProperty()