Home
last modified time | relevance | path

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

123

/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/directive/
H A 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()
/ohos5.0/foundation/multimedia/av_session/frameworks/js/napi/session/include/
H A Dnapi_async_callback.h56 NapiArgsGetter getter; member
62 NapiArgsGetter getter; member
68 NapiArgsGetter getter; member
H A Dnapi_avcontroller_callback.h91 NapiArgsGetter getter; member
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/animation/
H A 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()
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/base/
H A Dlazy_load_manager.cpp88 jerry_value_t getter) in AddLazyLoadWatcher()
96 jerry_value_t getter, in AddLazyLoadWatcher()
H A Dlazy_load_watcher.cpp21 jerry_value_t getter, in LazyLoadWatcher()
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/packages/runtime-core/src/observer/
H A Dobserver.js24 export function Observer(context, getter, callback, meta) { argument
/ohos5.0/docs/zh-cn/application-dev/reference/common/
H A D_j_s_v_m___property_descriptor.md41 ### getter subsection
/ohos5.0/docs/en/application-dev/reference/common/
H A D_j_s_v_m___property_descriptor.md41 ### getter subsection
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A Dbindings_implementation.inl75 const char* name, MemberFunctionGetCallback<T> getter, MemberFunctionSetCallback<T> setter)
84 const char* name, FunctionGetCallback getter, FunctionSetCallback setter)
92 const char* name, JSMemberFunctionCallback<T> getter, JSMemberFunctionCallback<T> setter)
H A 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…
/ohos5.0/foundation/multimedia/av_session/frameworks/js/napi/session/src/
H A Dnapi_async_callback.cpp162 void NapiAsyncCallback::Call(napi_ref& method, NapiArgsGetter getter) in Call()
175 …AsyncCallback::CallWithFlag(napi_ref& method, std::shared_ptr<bool> isValid, NapiArgsGetter getter) in CallWithFlag()
190 const std::function<bool()>& checkCallbackValid, NapiArgsGetter getter) in CallWithFunc()
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/packages/runtime-core/src/core/
H A Dindex.js62 ViewModel.prototype.$watch = function(getter, callback, meta) { argument
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/backuprule/
H A Dbackup_rule_manager.cpp38 …kupRuleManager::RegisterPlugin(const std::string &backupRule, std::function<BackupRule *()> getter) in RegisterPlugin()
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/module_manager/
H A Dmodule_manager.cpp333 void ModuleManager::SetProductModulesGetter(ProductModulesGetter getter) in SetProductModulesGetter()
338 void ModuleManager::SetPrivateModulesGetter(PrivateModulesGetter getter) in SetPrivateModulesGetter()
343 void ModuleManager::SetBundleNameGetter(BundleNameGetter getter) in SetBundleNameGetter()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/udmf/permission/
H A Dchecker_manager.cpp27 void CheckerManager::RegisterChecker(const std::string &checker, std::function<Checker *()> getter) in RegisterChecker()
/ohos5.0/foundation/arkui/napi/interfaces/inner_api/napi/
H A Dnative_common.h111 #define DECLARE_NAPI_GETTER(name, getter) \ argument
121 #define DECLARE_NAPI_GETTER_SETTER(name, getter, setter) \ argument
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributeddata/src/
H A Duv_queue.cpp36 void UvQueue::AsyncCall(NapiCallbackGetter getter, NapiArgsGenerator genArgs) in AsyncCall()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributedkvstore/src/
H A Duv_queue.cpp36 void UvQueue::AsyncCall(NapiCallbackGetter getter, NapiArgsGenerator genArgs) in AsyncCall()
/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/js/napi/common/src/
H A Duv_queue.cpp37 void UvQueue::AsyncCall(NapiCallbackGetter getter, NapiArgsGenerator genArgs, bool sendable) in AsyncCall()
/ohos5.0/foundation/arkui/ace_engine_lite/interfaces/inner_api/builtin/jsi/
H A Djsi.h74 JSIFunctionHandler getter; // access function for getting value member
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/checker/
H A Dchecker_manager.cpp43 void CheckerManager::RegisterPlugin(const std::string &checker, std::function<Checker *()> getter) in RegisterPlugin()
/ohos5.0/foundation/arkui/napi/native_engine/
H A Dnative_property.h44 NapiNativeCallback getter = nullptr; member
/ohos5.0/foundation/arkui/napi/interfaces/inner_api/cjffi/ark_interop/
H A Dark_interop_napi.h130 ARKTS_Value getter; member
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_ag/
H A Dhfp_ag_command_processor.h50 HfpAgCommandProcessor::AtCmdFn getter; member

123