/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/layout/top_down/ |
H A D | water_flow_layout_algorithm.h | 43 FlowItemPosition GetItemPosition(int32_t index); 50 int32_t GetChildIndexWithFooter(int32_t index) const in GetChildIndexWithFooter() 52 return index + layoutInfo_->footerIndex_ + 1; in GetChildIndexWithFooter()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_picker/ |
H A D | textpicker_event_hub.h | 43 void FireChangeEvent(const std::vector<std::string>& value, const std::vector<double>& index) const in FireChangeEvent() 49 onSelectedChangeEvent_(index); in FireChangeEvent() 52 TextChangeEvent_(value, index); in FireChangeEvent()
|
/foundation/communication/bluetooth/frameworks/inner/ipc/interface/ |
H A D | i_bluetooth_hfp_hf.h | 46 virtual bool HandleMultiCall(const BluetoothRawAddress &device, int flag, int index) = 0; 48 virtual bool DialMemory(const BluetoothRawAddress &device, int index) = 0; 49 virtual bool SendVoiceTag(const BluetoothRawAddress &device, int index) = 0;
|
/foundation/communication/bluetooth_service/services/bluetooth/server/include/ |
H A D | bluetooth_hfp_hf_server.h | 48 bool HandleMultiCall(const BluetoothRawAddress &device, int flag, int index) override; 50 bool DialMemory(const BluetoothRawAddress &device, int index) override; 51 bool SendVoiceTag(const BluetoothRawAddress &device, int index) override;
|
/foundation/communication/bluetooth/frameworks/inner/ipc/include/ |
H A D | bluetooth_hfp_hf_proxy.h | 44 bool HandleMultiCall(const BluetoothRawAddress &device, int flag, int index) override; 46 bool DialMemory(const BluetoothRawAddress &device, int index) override; 47 bool SendVoiceTag(const BluetoothRawAddress &device, int index) override;
|
/foundation/graphic/graphic_3d/lume/metaobject/src/model/ |
H A D | composite_object_provider.h | 36 IObject::Ptr CreateObject(const DataModelIndex& index) override; 38 size_t GetObjectCount(const DataModelIndex& index) const override; 52 IObjectProvider* FindProvider(size_t& index) const;
|
/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/components/ |
H A D | animation_state_component_manager.cpp | 71 const Property* MetaData(size_t index) const override 73 if (index < componentMetaData_.size()) { 74 return &componentMetaData_[index];
|
H A D | light_component_manager.cpp | 65 const Property* MetaData(size_t index) const override 67 if (index < componentMetaData_.size()) { 68 return &componentMetaData_[index];
|
H A D | environment_component_manager.cpp | 64 const Property* MetaData(size_t index) const override 66 if (index < componentMetaData_.size()) { 67 return &componentMetaData_[index];
|
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/model/ |
H A D | intf_data_model.h | 36 * @param base Base index of the added data. 37 * 1-D: the base is simply the start index where data was added and count of data entities added. 69 * @brief Generic data model which can be used to query data per index. 75 * @brief Get data at given index, null if no such index exists. 77 virtual IMetadata::ConstPtr GetModelData(const DataModelIndex& index) const = 0; 78 virtual IMetadata::Ptr GetModelData(const DataModelIndex& index) = 0; 81 * @brief Get size of given dimension at given index. 83 virtual size_t GetSize(const DataModelIndex& index) const = 0;
|
/foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/audio_encoder/ |
H A D | ffmpeg_encoder_plugin.cpp | 42 void SetDefinition(size_t index, CodecPluginDef &definition, Capability &cap); 44 void SetDefinition(size_t index, CodecPluginDef &definition, Capability &cap) in SetDefinition() argument 46 switch (index) { in SetDefinition()
|
/foundation/graphic/graphic_2d/rosen/modules/texgine/texgine_drawing/src/ |
H A D | texgine_typeface.cpp | 60 std::unique_ptr<TexgineMemoryStream> stream, int index) in MakeFromStream() 69 std::shared_ptr<TexgineTypeface> TexgineTypeface::MakeFromFile(const std::string &path, int index) in MakeFromFile() argument 71 auto st = RSTypeface::MakeFromFile(path.c_str(), index); in MakeFromFile() 59 MakeFromStream( std::unique_ptr<TexgineMemoryStream> stream, int index) MakeFromStream() argument
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/command/ |
H A D | rs_base_node_command.h | 39 static void AddChild(RSContext& context, NodeId nodeId, NodeId childNodeId, int32_t index); 40 static void MoveChild(RSContext& context, NodeId nodeId, NodeId childNodeId, int32_t index); 42 static void AddCrossParentChild(RSContext& context, NodeId nodeId, NodeId childNodeId, int32_t index);
|
/foundation/multimedia/drm_framework/services/drm_service/server/src/ |
H A D | key_session_service_callback_stub.cpp | 71 for (uint32_t index = 0; index < mapSize; index++) { in HandleSendEventKeyChanged()
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/app/src/ |
H A D | feature_stub_impl.h | 35 int32_t OnAppUninstall(const std::string &bundleName, int32_t user, int32_t index); 36 int32_t OnAppUpdate(const std::string &bundleName, int32_t user, int32_t index); 37 int32_t OnAppInstall(const std::string &bundleName, int32_t user, int32_t index);
|
/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/include/distributedcamera/ |
H A D | distributed_camera_source_service.h | 54 static void CamDevInsert(DCameraIndex& index, std::shared_ptr<DCameraSourceDev>& camDev); 55 static std::shared_ptr<DCameraSourceDev> GetCamDevByIndex(DCameraIndex& index); 56 static void CamDevErase(DCameraIndex& index);
|
/kernel/linux/linux-5.10/arch/alpha/kernel/ |
H A D | console.c | 32 if (h2->index < h1->index) in default_vga_hose_select() 85 if (hose->index == h) break; in find_console_vga_hose()
|
/kernel/linux/linux-5.10/arch/powerpc/sysdev/ |
H A D | mpic_msi.c | 32 int flags, index, i; in mpic_msi_reserve_u3_hwirqs() local 60 index = 0; in mpic_msi_reserve_u3_hwirqs() 61 while (of_irq_parse_one(np, index++, &oirq) == 0) { in mpic_msi_reserve_u3_hwirqs()
|
/kernel/linux/linux-5.10/drivers/acpi/acpica/ |
H A D | utstate.c | 193 u32 index) in acpi_ut_create_pkg_state() 211 state->pkg.index = index; in acpi_ut_create_pkg_state() 191 acpi_ut_create_pkg_state(void *internal_object, void *external_object, u32 index) acpi_ut_create_pkg_state() argument
|
/kernel/linux/linux-5.10/drivers/clk/uniphier/ |
H A D | clk-uniphier-mux.c | 23 static int uniphier_clk_mux_set_parent(struct clk_hw *hw, u8 index) in uniphier_clk_mux_set_parent() argument 27 return regmap_write_bits(mux->regmap, mux->reg, mux->masks[index], in uniphier_clk_mux_set_parent() 28 mux->vals[index]); in uniphier_clk_mux_set_parent()
|
/kernel/linux/linux-5.10/drivers/cpuidle/governors/ |
H A D | haltpoll.c | 110 * @index: the index of actual entered state 112 static void haltpoll_reflect(struct cpuidle_device *dev, int index) in haltpoll_reflect() argument 114 dev->last_state_idx = index; in haltpoll_reflect() 116 if (index != 0) in haltpoll_reflect()
|
/kernel/linux/linux-5.10/drivers/cpuidle/ |
H A D | cpuidle-haltpoll.c | 29 struct cpuidle_driver *drv, int index) in default_enter_idle() 33 return index; in default_enter_idle() 36 return index; in default_enter_idle() 28 default_enter_idle(struct cpuidle_device *dev, struct cpuidle_driver *drv, int index) default_enter_idle() argument
|
H A D | cpuidle-mvebu-v7.c | 30 int index) in mvebu_v7_enter_idle() 36 if (drv->states[index].flags & MVEBU_V7_FLAG_DEEP_IDLE) in mvebu_v7_enter_idle() 45 return index; in mvebu_v7_enter_idle() 28 mvebu_v7_enter_idle(struct cpuidle_device *dev, struct cpuidle_driver *drv, int index) mvebu_v7_enter_idle() argument
|
/kernel/linux/linux-6.6/arch/alpha/kernel/ |
H A D | console.c | 32 if (h2->index < h1->index) in default_vga_hose_select() 85 if (hose->index == h) break; in find_console_vga_hose()
|
/kernel/linux/linux-6.6/arch/powerpc/sysdev/ |
H A D | mpic_msi.c | 33 int flags, index, i; in mpic_msi_reserve_u3_hwirqs() local 61 index = 0; in mpic_msi_reserve_u3_hwirqs() 62 while (of_irq_parse_one(np, index++, &oirq) == 0) { in mpic_msi_reserve_u3_hwirqs()
|