/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/directive/ |
H A 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()
|
/ohos5.0/foundation/multimedia/av_session/frameworks/js/napi/session/include/ |
H A D | napi_async_callback.h | 56 NapiArgsGetter getter; member 62 NapiArgsGetter getter; member 68 NapiArgsGetter getter; member
|
H A D | napi_avcontroller_callback.h | 91 NapiArgsGetter getter; member
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/animation/ |
H A 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()
|
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/base/ |
H A D | lazy_load_manager.cpp | 88 jerry_value_t getter) in AddLazyLoadWatcher() 96 jerry_value_t getter, in AddLazyLoadWatcher()
|
H A D | lazy_load_watcher.cpp | 21 jerry_value_t getter, in LazyLoadWatcher()
|
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/packages/runtime-core/src/observer/ |
H A D | observer.js | 24 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.md | 41 ### getter subsection
|
/ohos5.0/docs/en/application-dev/reference/common/ |
H A D | _j_s_v_m___property_descriptor.md | 41 ### getter subsection
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/ |
H A D | bindings_implementation.inl | 75 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 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…
|
/ohos5.0/foundation/multimedia/av_session/frameworks/js/napi/session/src/ |
H A D | napi_async_callback.cpp | 162 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 D | index.js | 62 ViewModel.prototype.$watch = function(getter, callback, meta) { argument
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/backuprule/ |
H A D | backup_rule_manager.cpp | 38 …kupRuleManager::RegisterPlugin(const std::string &backupRule, std::function<BackupRule *()> getter) in RegisterPlugin()
|
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/module_manager/ |
H A D | module_manager.cpp | 333 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 D | checker_manager.cpp | 27 void CheckerManager::RegisterChecker(const std::string &checker, std::function<Checker *()> getter) in RegisterChecker()
|
/ohos5.0/foundation/arkui/napi/interfaces/inner_api/napi/ |
H A D | native_common.h | 111 #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 D | uv_queue.cpp | 36 void UvQueue::AsyncCall(NapiCallbackGetter getter, NapiArgsGenerator genArgs) in AsyncCall()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributedkvstore/src/ |
H A D | uv_queue.cpp | 36 void UvQueue::AsyncCall(NapiCallbackGetter getter, NapiArgsGenerator genArgs) in AsyncCall()
|
/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/js/napi/common/src/ |
H A D | uv_queue.cpp | 37 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 D | jsi.h | 74 JSIFunctionHandler getter; // access function for getting value member
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/checker/ |
H A D | checker_manager.cpp | 43 void CheckerManager::RegisterPlugin(const std::string &checker, std::function<Checker *()> getter) in RegisterPlugin()
|
/ohos5.0/foundation/arkui/napi/native_engine/ |
H A D | native_property.h | 44 NapiNativeCallback getter = nullptr; member
|
/ohos5.0/foundation/arkui/napi/interfaces/inner_api/cjffi/ark_interop/ |
H A D | ark_interop_napi.h | 130 ARKTS_Value getter; member
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_ag/ |
H A D | hfp_ag_command_processor.h | 50 HfpAgCommandProcessor::AtCmdFn getter; member
|