Home
last modified time | relevance | path

Searched defs:getter (Results 1 – 25 of 36) sorted by relevance

12

/foundation/ace/ace_engine_lite/frameworks/src/core/directive/
Ddescriptor_utils.cpp31 JSValue DescriptorUtils::CreateIfDescriptor(JSValue getter, JSValue render) in CreateIfDescriptor()
36 JSValue DescriptorUtils::CreateForDescriptor(JSValue getter, JSValue render) in CreateForDescriptor()
43 JSValue getter = JSObject::Get(descriptor, DESCRIPTOR_ATTR_GETTER); in CreateDescriptorWatcher() local
69 JSValue getter = JSObject::Get(descriptor, DESCRIPTOR_ATTR_GETTER); in IsIfDescriptorShown() local
88 JSValue getter = JSObject::Get(descriptor, DESCRIPTOR_ATTR_GETTER); in RenderForDescriptor() local
208 JSValue DescriptorUtils::CreateDescriptor(const char * const type, JSValue getter, JSValue render) in CreateDescriptor()
/foundation/ace/ace_engine/frameworks/core/animation/
Dproperty_animatable_helper.h33 BorderEdgeHelper(Setter setter, Getter getter) : setter_(setter), getter_(getter) {} in BorderEdgeHelper()
89 BorderRadiusHelper(Setter setter, Getter getter) : setter_(setter), getter_(getter) {} in BorderRadiusHelper()
120 DimensionHelper(Setter setter, Getter getter) : setter_(setter), getter_(getter) {} in DimensionHelper()
Dproperty_animatable.h92 auto& getter = getterIter->second; in AddPropertyAnimation() local
/foundation/ace/ace_engine_lite/frameworks/src/core/base/
Dlazy_load_manager.cpp88 jerry_value_t getter) in AddLazyLoadWatcher()
96 jerry_value_t getter, in AddLazyLoadWatcher()
Dlazy_load_watcher.cpp21 jerry_value_t getter, in LazyLoadWatcher()
Dproduct_adapter.cpp100 void ProductAdapter::InitNativeMemPoolHook(NativeMemInfoGetter getter) in InitNativeMemPoolHook()
/foundation/graphic/standard/rosen/modules/render_service_base/include/animation/
Drs_property_accessors.h45 …explicit RSPropertyAccessors(SetProperty setter, GetProperty getter) : setter_(setter), getter_(ge… in RSPropertyAccessors()
/foundation/ace/ace_engine_lite/frameworks/packages/runtime-core/src/observer/
Dobserver.js24 export function Observer(context, getter, callback, meta) { argument
/foundation/ace/ace_engine/frameworks/bridge/declarative_frontend/engine/
Dbindings_implementation.inl87 …d JSClassImpl<C, ImplDetail>::CustomProperty(const char* name, MemberFunctionGetCallback<T> getter,
106 void JSClassImpl<C, ImplDetail>::CustomProperty(const char* name, FunctionGetCallback getter,
114 …id JSClassImpl<C, ImplDetail>::CustomProperty(const char* name, JSMemberFunctionCallback<T> getter,
Dbindings.inl87 const char* name, typename ImplDetail<C>::template MemberFunctionGetCallback<T> getter,
103 …l<C, ImplDetail>::CustomProperty(const char* name, typename ImplDetail<C>::FunctionGetCallback get…
/foundation/ace/napi/interfaces/innerkits/napi/
Dnative_common.h83 #define DECLARE_NAPI_GETTER(name, getter) \ argument
93 #define DECLARE_NAPI_GETTER_SETTER(name, getter, setter) \ argument
/foundation/ace/ace_engine_lite/frameworks/packages/runtime-core/src/core/
Dindex.js62 ViewModel.prototype.$watch = function(getter, callback, meta) { argument
/foundation/ace/ace_engine_lite/frameworks/module_manager/
Dmodule_manager.cpp332 void ModuleManager::SetProductModulesGetter(ProductModulesGetter getter) in SetProductModulesGetter()
337 void ModuleManager::SetPrivateModulesGetter(PrivateModulesGetter getter) in SetPrivateModulesGetter()
342 void ModuleManager::SetBundleNameGetter(BundleNameGetter getter) in SetBundleNameGetter()
/foundation/distributeddatamgr/distributeddatamgr/services/distributeddataservice/framework/checker/
Dchecker_manager.cpp43 void CheckerManager::RegisterPlugin(const std::string &checker, std::function<Checker *()> getter) in RegisterPlugin()
/foundation/distributeddatamgr/distributeddatamgr/frameworks/jskitsimpl/distributeddata/src/
Duv_queue.cpp36 void UvQueue::AsyncCall(NapiCallbackGetter getter, NapiArgsGenerator genArgs) in AsyncCall()
/foundation/ace/napi/native_engine/
Dnative_property.h35 NativeCallback getter = nullptr; member
/foundation/ace/ace_engine_lite/interfaces/innerkits/builtin/jsi/
Djsi.h74 JSIFunctionHandler getter; // access function for getting value member
/foundation/communication/bluetooth/services/bluetooth_standard/service/src/hfp_ag/
Dhfp_ag_command_processor.h49 HfpAgCommandProcessor::AtCmdFn getter; member
/foundation/distributeddatamgr/distributedfile/interfaces/kits/napi/common/napi/
Dn_val.cpp265 napi_property_descriptor NVal::DeclareNapiGetter(const char *name, napi_callback getter) in DeclareNapiGetter()
275 napi_property_descriptor NVal::DeclareNapiGetterSetter(const char *name, napi_callback getter, napi… in DeclareNapiGetterSetter()
/foundation/filemanagement/file_api/interfaces/kits/js/src/common/napi/
Dn_val.cpp275 napi_property_descriptor NVal::DeclareNapiGetter(const char *name, napi_callback getter) in DeclareNapiGetter()
285 napi_property_descriptor NVal::DeclareNapiGetterSetter(const char *name, napi_callback getter, napi… in DeclareNapiGetterSetter()
/foundation/distributeddatamgr/distributedfile/utils/filemgmt_libn/src/
Dn_val.cpp287 napi_property_descriptor NVal::DeclareNapiGetter(const char *name, napi_callback getter) in DeclareNapiGetter()
297 napi_property_descriptor NVal::DeclareNapiGetterSetter(const char *name, napi_callback getter, napi… in DeclareNapiGetterSetter()
/foundation/distributeddatamgr/distributedfile/interfaces/kits/js/src/common/napi/
Dn_val.cpp290 napi_property_descriptor NVal::DeclareNapiGetter(const char *name, napi_callback getter) in DeclareNapiGetter()
300 napi_property_descriptor NVal::DeclareNapiGetterSetter(const char *name, napi_callback getter, napi… in DeclareNapiGetterSetter()
/foundation/graphic/standard/interfaces/kits/napi/graphic/webgl/src/common/napi/
Dn_val.cpp304 napi_property_descriptor NVal::DeclareNapiGetter(const char *name, napi_callback getter) in DeclareNapiGetter()
314 napi_property_descriptor NVal::DeclareNapiGetterSetter(const char *name, napi_callback getter, napi… in DeclareNapiGetterSetter()
/foundation/ace/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/ark/
Dark_js_value.cpp258const shared_ptr<JsValue> &getter, const shared_ptr<JsValue> &setter) in SetAccessorProperty()
267const shared_ptr<JsValue> &getter, const shared_ptr<JsValue> &setter) in SetAccessorProperty()
/foundation/ace/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
Dark_js_value.cpp262const shared_ptr<JsValue> &getter, const shared_ptr<JsValue> &setter) in SetAccessorProperty()
271const shared_ptr<JsValue> &getter, const shared_ptr<JsValue> &setter) in SetAccessorProperty()

12