Searched defs:CustomProperty (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/ |
H A D | bindings_implementation.inl | 74 void JSClassImpl<C, ImplDetail>::CustomProperty( function in OHOS::Ace::Framework::JSClassImpl 83 void JSClassImpl<C, ImplDetail>::CustomProperty( function in OHOS::Ace::Framework::JSClassImpl 91 void JSClassImpl<C, ImplDetail>::CustomProperty( function in OHOS::Ace::Framework::JSClassImpl
|
H A D | bindings.inl | 86 void JSClassImpl<C, ImplDetail>::CustomProperty( function in OHOS::Ace::Framework::JSClassImpl 103 void JSClassImpl<C, ImplDetail>::CustomProperty(const char* name, typename ImplDetail<C>::FunctionG… function in OHOS::Ace::Framework::JSClassImpl
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/ |
H A D | jsi_bindings.inl | 112 void JsiClass<C>::CustomProperty(const char* name, function in OHOS::Ace::Framework::JsiClass 130 void JsiClass<C>::CustomProperty(const char* name, FunctionGetCallback getter, FunctionSetCallback … function in OHOS::Ace::Framework::JsiClass 140 void JsiClass<C>::CustomProperty(const char* name, FunctionBinding<T, void, const JSCallbackInfo&>*… function in OHOS::Ace::Framework::JsiClass
|