/foundation/ace/ace_engine_lite/frameworks/src/core/directive/ |
D | descriptor_utils.cpp | 31 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/ |
D | property_animatable_helper.h | 33 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()
|
D | property_animatable.h | 92 auto& getter = getterIter->second; in AddPropertyAnimation() local
|
/foundation/ace/ace_engine_lite/frameworks/src/core/base/ |
D | lazy_load_manager.cpp | 88 jerry_value_t getter) in AddLazyLoadWatcher() 96 jerry_value_t getter, in AddLazyLoadWatcher()
|
D | lazy_load_watcher.cpp | 21 jerry_value_t getter, in LazyLoadWatcher()
|
D | product_adapter.cpp | 100 void ProductAdapter::InitNativeMemPoolHook(NativeMemInfoGetter getter) in InitNativeMemPoolHook()
|
/foundation/graphic/standard/rosen/modules/render_service_base/include/animation/ |
D | rs_property_accessors.h | 45 …explicit RSPropertyAccessors(SetProperty setter, GetProperty getter) : setter_(setter), getter_(ge… in RSPropertyAccessors()
|
/foundation/ace/ace_engine_lite/frameworks/packages/runtime-core/src/observer/ |
D | observer.js | 24 export function Observer(context, getter, callback, meta) { argument
|
/foundation/ace/ace_engine/frameworks/bridge/declarative_frontend/engine/ |
D | bindings_implementation.inl | 87 …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,
|
D | bindings.inl | 87 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/ |
D | native_common.h | 83 #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/ |
D | index.js | 62 ViewModel.prototype.$watch = function(getter, callback, meta) { argument
|
/foundation/ace/ace_engine_lite/frameworks/module_manager/ |
D | module_manager.cpp | 332 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/ |
D | checker_manager.cpp | 43 void CheckerManager::RegisterPlugin(const std::string &checker, std::function<Checker *()> getter) in RegisterPlugin()
|
/foundation/distributeddatamgr/distributeddatamgr/frameworks/jskitsimpl/distributeddata/src/ |
D | uv_queue.cpp | 36 void UvQueue::AsyncCall(NapiCallbackGetter getter, NapiArgsGenerator genArgs) in AsyncCall()
|
/foundation/ace/napi/native_engine/ |
D | native_property.h | 35 NativeCallback getter = nullptr; member
|
/foundation/ace/ace_engine_lite/interfaces/innerkits/builtin/jsi/ |
D | jsi.h | 74 JSIFunctionHandler getter; // access function for getting value member
|
/foundation/communication/bluetooth/services/bluetooth_standard/service/src/hfp_ag/ |
D | hfp_ag_command_processor.h | 49 HfpAgCommandProcessor::AtCmdFn getter; member
|
/foundation/distributeddatamgr/distributedfile/interfaces/kits/napi/common/napi/ |
D | n_val.cpp | 265 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/ |
D | n_val.cpp | 275 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/ |
D | n_val.cpp | 287 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/ |
D | n_val.cpp | 290 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/ |
D | n_val.cpp | 304 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/ |
D | ark_js_value.cpp | 258 … const shared_ptr<JsValue> &getter, const shared_ptr<JsValue> &setter) in SetAccessorProperty() 267 … const shared_ptr<JsValue> &getter, const shared_ptr<JsValue> &setter) in SetAccessorProperty()
|
/foundation/ace/ace_engine/frameworks/bridge/js_frontend/engine/jsi/ |
D | ark_js_value.cpp | 262 … const shared_ptr<JsValue> &getter, const shared_ptr<JsValue> &setter) in SetAccessorProperty() 271 … const shared_ptr<JsValue> &getter, const shared_ptr<JsValue> &setter) in SetAccessorProperty()
|