Searched refs:FunctionGetCallback (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/ |
H A D | bindings_defines.h | 29 using FunctionGetCallback = panda::Local<panda::JSValueRef>(*)(panda::JsiRuntimeCallInfo*); variable
|
H A D | bindings_implementation.h | 307 …static void CustomProperty(const char* name, FunctionGetCallback getter, FunctionSetCallback sette…
|
H A D | bindings_implementation.inl | 84 const char* name, FunctionGetCallback getter, FunctionSetCallback setter)
|
H A D | bindings.inl | 103 …, ImplDetail>::CustomProperty(const char* name, typename ImplDetail<C>::FunctionGetCallback getter,
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/ |
H A D | jsi_bindings.h | 66 …static void CustomProperty(const char* name, FunctionGetCallback getter, FunctionSetCallback sette…
|
H A D | jsi_bindings.inl | 130 void JsiClass<C>::CustomProperty(const char* name, FunctionGetCallback getter, FunctionSetCallback …
|