Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A Dbindings_implementation.h40 class IFunctionBinding { class
42 IFunctionBinding(const char* name, MethodOptions options) : name_(name), options_(options) {} in IFunctionBinding() function in OHOS::Ace::Framework::IFunctionBinding
43 virtual ~IFunctionBinding() {} in ~IFunctionBinding()
61 class FunctionBinding : public IFunctionBinding {
66 : IFunctionBinding(name, options), func_(func) in FunctionBinding()
81 class StaticFunctionBinding : public IFunctionBinding {
86 : IFunctionBinding(name, options), func_(func) in StaticFunctionBinding()

Completed in 2 milliseconds