Home
last modified time | relevance | path

Searched defs:getter (Results 26 - 50 of 124) sorted by relevance

12345

/foundation/distributeddatamgr/preferences/frameworks/js/napi/common/src/
H A Duv_queue.cpp37 void UvQueue::AsyncCall(NapiCallbackGetter getter, NapiArgsGenerator genArgs, bool sendable) in AsyncCall() argument
/third_party/node/deps/v8/src/inspector/
H A Dvalue-mirror.h25 std::unique_ptr<ValueMirror> getter; member
43 std::unique_ptr<ValueMirror> getter; member
/third_party/node/deps/v8/src/objects/
H A Dproperty-descriptor.cc249 Handle<Object> getter; in ToPropertyDescriptor() local
[all...]
H A Dtemplates.cc130 TryGetCachedPropertyName( Isolate* isolate, Object getter) TryGetCachedPropertyName() argument
/third_party/mesa3d/src/tool/pps/
H A Dpps_counter.h85 std::function<Getter> getter; member in pps::Counter
/foundation/arkui/ace_engine/frameworks/core/animation/
H A Dproperty_animatable.h91 auto& getter = getterIter->second; in AddPropertyAnimation() local
/foundation/arkui/napi/interfaces/inner_api/cjffi/ark_interop/
H A Dark_interop_napi.h129 ARKTS_Value getter; member
/foundation/multimedia/av_session/frameworks/js/napi/session/src/
H A Dnapi_control_command.cpp93 auto getter = std::get<GETTER_INDEX>(it->second); in GetValue() local
H A Dnapi_cast_control_command.cpp90 auto getter = std::get<GETTER_INDEX>(it->second); in GetValue() local
H A Dnapi_avcall_meta_data.cpp94 auto getter = it->second; in GetValue() local
H A Dnapi_playback_state.cpp120 auto getter = it->second; in GetValue() local
H A Dnapi_avcontroller_callback.cpp199 CallWithThreadSafe(napi_ref& method, std::shared_ptr<bool> isValid, int state, napi_threadsafe_function threadSafeFunction, const std::function<bool()>& checkCallbackValid, NapiArgsGetter getter) CallWithThreadSafe() argument
/foundation/multimedia/av_session/frameworks/js/napi/session/include/
H A Dnapi_avcontroller_callback.h91 NapiArgsGetter getter; member
/kernel/linux/linux-5.10/drivers/clk/sunxi/
H A Dclk-factors.h37 void (*getter)(struct factors_request *req); member
/kernel/linux/linux-6.6/drivers/clk/sunxi/
H A Dclk-factors.h37 void (*getter)(struct factors_request *req); member
/third_party/node/deps/v8/include/
H A Dv8-template.h705 GenericNamedPropertyGetterCallback getter; global() member
774 IndexedPropertyGetterCallback getter; global() member
890 SetIndexedPropertyHandler( IndexedPropertyGetterCallback getter, IndexedPropertySetterCallback setter = nullptr, IndexedPropertyQueryCallback query = nullptr, IndexedPropertyDeleterCallback deleter = nullptr, IndexedPropertyEnumeratorCallback enumerator = nullptr, Local<Value> data = Local<Value>()) SetIndexedPropertyHandler() argument
[all...]
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-object.cc182 Handle<Object> getter = args.at(2); in BUILTIN() local
/third_party/node/deps/v8/include/v8-include/
H A Dv8-template.h689 GenericNamedPropertyGetterCallback getter; global() member
758 IndexedPropertyGetterCallback getter; global() member
854 SetIndexedPropertyHandler( IndexedPropertyGetterCallback getter, IndexedPropertySetterCallback setter = nullptr, IndexedPropertyQueryCallback query = nullptr, IndexedPropertyDeleterCallback deleter = nullptr, IndexedPropertyEnumeratorCallback enumerator = nullptr, Local<Value> data = Local<Value>()) SetIndexedPropertyHandler() argument
[all...]
/foundation/CastEngine/castengine_cast_framework/interfaces/kits/js/src/
H A Dnapi_stream_player_listener.cpp39 void NapiStreamPlayerListener::HandleEvent(int32_t event, NapiArgsGetter getter) in HandleEvent() argument
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
H A Dark_js_value.cpp295 SetAccessorProperty(shared_ptr<JsRuntime> runtime, const std::string &name, const shared_ptr<JsValue> &getter, const shared_ptr<JsValue> &setter) SetAccessorProperty() argument
304 SetAccessorProperty(shared_ptr<JsRuntime> runtime, const shared_ptr<JsValue> &name, const shared_ptr<JsValue> &getter, const shared_ptr<JsValue> &setter) SetAccessorProperty() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Drosen_modifier_adapter.cpp137 auto getter = [rsProp]() -> RefPtr<CustomAnimatableArithmetic> { return rsProp->Get().GetObject(); }; in ConvertToRSProperty() local
/foundation/arkui/ace_engine_lite/frameworks/src/core/directive/
H A Ddescriptor_utils.cpp31 JSValue DescriptorUtils::CreateIfDescriptor(JSValue getter, JSValue render) in CreateIfDescriptor() argument
36 JSValue DescriptorUtils::CreateForDescriptor(JSValue getter, JSValue render) in CreateForDescriptor() argument
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); RenderForDescriptor() local
208 CreateDescriptor(const char * const type, JSValue getter, JSValue render) CreateDescriptor() argument
[all...]
/foundation/arkui/ace_engine_lite/frameworks/module_manager/
H A Dmodule_manager.cpp333 void ModuleManager::SetProductModulesGetter(ProductModulesGetter getter) in SetProductModulesGetter() argument
338 void ModuleManager::SetPrivateModulesGetter(PrivateModulesGetter getter) in SetPrivateModulesGetter() argument
343 void ModuleManager::SetBundleNameGetter(BundleNameGetter getter) in SetBundleNameGetter() argument
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_ag/
H A Dhfp_ag_command_processor.h50 HfpAgCommandProcessor::AtCmdFn getter; member
/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/data/
H A Dunified_record.cpp118 auto getter = GetterSystem::GetInstance().GetGetter(channelName_); in GetEntry() local

Completed in 14 milliseconds

12345