Home
last modified time | relevance | path

Searched defs:head (Results 576 - 600 of 3780) sorted by relevance

1...<<21222324252627282930>>...152

/foundation/ability/ability_runtime/interfaces/kits/c/ability/ability_runtime/child_process/
H A Dnative_child_process.h199 struct NativeChildProcess_Fd* head; member
/foundation/arkui/ace_engine/frameworks/core/components/font/
H A Drosen_font_loader.cpp199 std::string head = uri.substr(0, iter); in RemovePathHead() local
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_alert_dialog_ffi.h63 NativeAlertDialogButtonOptions* head; member
/foundation/arkui/napi/interfaces/inner_api/cjffi/cj_ffi/
H A Dcj_common_ffi.h70 int64_t* head; member
75 int32_t* head; member
85 unsigned int* head; member
95 uint8_t* head; member
105 char** head; member
115 void* head; member
/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/
H A Dvector.h181 uint16_t head = 0; member in OHOS::Graphic::Vector
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/common/
H A Drs_occlusion_region_helper.cpp96 inline RectType Looper::GetEdgeRelation(int &head, int &tail, in GetEdgeRelation() argument
/foundation/multimedia/audio_framework/services/audio_service/test/unittest/audio_server_dump_unit_test/src/
H A Daudio_server_dump_unit_test.cpp241 std::string head = "\nHDF Input Modules\n" in HWTEST_F() local
266 std::string head = "\nHDF Input Modules\n" in HWTEST_F() local
/foundation/multimedia/player_framework/services/utils/
H A Dxml_parse.cpp73 std::string head = str.substr(0, pos); in TransStrAsRange() local
/foundation/systemabilitymgr/samgr_lite/communication/broadcast/source/
H A Dpub_sub_implement.c62 Relation *head = &broadcast->feature->relations; in AddTopic() local
110 ConsumerNode *head = &relation->callbacks; in Subscribe() local
/foundation/communication/dsoftbus/core/common/include/
H A Dsoftbus_queue.h48 volatile uint32_t head; /* producer head */ member
57 volatile uint32_t head; /* consumer head */ member
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/test/unittest/api/
H A Ddocumentdb_data_test.cpp172 std::string head = R"({"field1": ")"; in HWTEST_F() local
/foundation/distributeddatamgr/pasteboard/framework/tlv/
H A Dtlv_object.cpp264 bool TLVObject::ReadHead(const std::vector<std::uint8_t> &buffer, TLVHead &head) in ReadHead() argument
279 bool TLVObject::ReadValue(const std::vector<std::uint8_t> &buffer, std::monostate &value, const TLVHead &head) in ReadValue() argument
283 bool TLVObject::ReadValue(const std::vector<std::uint8_t> &buffer, void *value, const TLVHead &head) in ReadValue() argument
287 bool TLVObject::ReadValue(const std::vector<std::uint8_t> &buffer, bool &value, const TLVHead &head) in ReadValue() argument
291 bool TLVObject::ReadValue(const std::vector<std::uint8_t> &buffer, int8_t &value, const TLVHead &head) in ReadValue() argument
295 bool TLVObject::ReadValue(const std::vector<std::uint8_t> &buffer, int16_t &value, const TLVHead &head) in ReadValue() argument
299 ReadValue(const std::vector<std::uint8_t> &buffer, int32_t &value, const TLVHead &head) ReadValue() argument
304 ReadValue(const std::vector<std::uint8_t> &buffer, int64_t &value, const TLVHead &head) ReadValue() argument
308 ReadValue(const std::vector<std::uint8_t> &buffer, double &value, const TLVHead &head) ReadValue() argument
312 ReadValue(const std::vector<std::uint8_t> &buffer, uint32_t &value, const TLVHead &head) ReadValue() argument
316 ReadValue(const std::vector<std::uint8_t> &buffer, std::string &value, const TLVHead &head) ReadValue() argument
325 ReadValue(const std::vector<std::uint8_t> &buffer, RawMem &rawMem, const TLVHead &head) ReadValue() argument
336 ReadValue(const std::vector<std::uint8_t> &buffer, TLVObject &value, const TLVHead &head) ReadValue() argument
340 ReadValue(const std::vector<std::uint8_t> &buffer, std::vector<uint8_t> &value, const TLVHead &head) ReadValue() argument
350 ReadValue( const std::vector<std::uint8_t> &buffer, std::map<std::string, std::vector<uint8_t>> &value, const TLVHead &head) ReadValue() argument
375 ReadVariant( const std::vector<std::uint8_t> &buffer, uint32_t step, uint32_t index, _OutTp &output, const TLVHead &head) ReadVariant() argument
382 ReadVariant( const std::vector<std::uint8_t> &buffer, uint32_t step, uint32_t index, _OutTp &value, const TLVHead &head) ReadVariant() argument
397 ReadValue(const std::vector<std::uint8_t> &buffer, std::variant<_Types...> &value, const TLVHead &head) ReadValue() argument
409 ReadValue(const std::vector<std::uint8_t> &buffer, EntryValue &value, const TLVHead &head) ReadValue() argument
423 ReadValue(const std::vector<std::uint8_t> &buffer, Details &value, const TLVHead &head) ReadValue() argument
448 ReadValue(const std::vector<std::uint8_t> &buffer, Object &value, const TLVHead &head) ReadValue() argument
473 ReadValue(const std::vector<std::uint8_t> &buffer, AAFwk::Want &value, const TLVHead &head) ReadValue() argument
487 ReadValue( const std::vector<std::uint8_t> &buffer, std::shared_ptr<Media::PixelMap> &value, const TLVHead &head) ReadValue() argument
[all...]
/foundation/distributeddatamgr/udmf/framework/common/
H A Dtlv_util.cpp36 template <> bool Reading(std::nullptr_t &output, TLVObject &data, const TLVHead &head) in Reading() argument
52 template <> bool Reading(std::monostate &output, TLVObject &data, const TLVHead &head) in Reading() argument
68 template <> bool Reading(std::string &output, TLVObject &data, const TLVHead &head) in Reading() argument
84 template <> bool Reading(std::vector<uint8_t> &output, TLVObject &data, const TLVHead &head) in Reading() argument
102 template <> bool Reading(UDType &output, TLVObject &data, const TLVHead &head) in Reading() argument
128 Reading(DataStatus &output, TLVObject &data, const TLVHead &head) Reading() argument
156 Reading(Object &output, TLVObject &data, const TLVHead &head) Reading() argument
196 Reading(UnifiedKey &output, TLVObject &data, const TLVHead &head) Reading() argument
253 Reading(UnifiedData &output, TLVObject &data, const TLVHead &head) Reading() argument
306 Reading(UnifiedRecord &output, TLVObject &data, const TLVHead &head) Reading() argument
406 Reading(Runtime &output, TLVObject &data, const TLVHead &head) Reading() argument
489 Reading(Privilege &output, TLVObject &data, const TLVHead &head) Reading() argument
541 Reading(std::shared_ptr<OHOS::Media::PixelMap> &output, TLVObject &data, const TLVHead &head) Reading() argument
589 Reading(std::shared_ptr<OHOS::AAFwk::Want> &output, TLVObject &data, const TLVHead &head) Reading() argument
[all...]
/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/test/unittest/mock/
H A Dtlv_object_mock.cpp102 bool TLVObject::Read(std::string &value, const TLVHead &head) in Read() argument
113 bool TLVObject::Read(std::vector<uint8_t> &value, const TLVHead &head) in Read() argument
123 bool TLVObject::Read(OHOS::AAFwk::Want &value, const TLVHead &head) in Read() argument
133 bool TLVObject::Read(std::monostate &value, const TLVHead &head) in Read() argument
144 bool TLVObject::Read(void *value, const TLVHead &head) in Read() argument
164 bool TLVObject::ReadHead(TLVHead &head) in ReadHead() argument
169 bool TLVObject::Skip(TLVHead &head) in Skip() argument
/kernel/linux/linux-5.10/drivers/dma/idxd/
H A Dinit.c401 struct llist_node *head; in idxd_flush_pending_llist() local
H A Dirq.c179 struct llist_node *head; in irq_process_pending_llist() local
/kernel/linux/linux-5.10/block/
H A Dblk-ioc.c32 static void icq_free_icq_rcu(struct rcu_head *head) in icq_free_icq_rcu() argument
H A Dblk-stat.c171 static void blk_stat_free_callback_rcu(struct rcu_head *head) in blk_stat_free_callback_rcu() argument
H A Dkeyslot-manager.c151 const struct hlist_head *head = blk_ksm_hash_bucket_for_key(ksm, key); in blk_ksm_find_keyslot() local
/kernel/linux/linux-5.10/drivers/dma/
H A Dvirt-dma.h177 vchan_get_all_descriptors(struct virt_dma_chan *vc, struct list_head *head) vchan_get_all_descriptors() argument
[all...]
/kernel/linux/linux-5.10/drivers/crypto/qat/qat_common/
H A Dadf_transport_debug.c48 int head, tail, empty; in adf_ring_show() local
149 int head, tail, empty; in adf_bank_show() local
H A Dadf_transport_internal.h23 u16 head; member
/kernel/linux/linux-5.10/block/partitions/
H A Dibm.c34 __u16 head; in cchh2blk() local
52 __u16 head; in cchhb2blk() local
[all...]
/kernel/linux/common_modules/newip/src/common/
H A Dnip_hdr_encap.c42 static inline void _nip_hdr_ttl_encap(struct nip_hdr_encap *head) in _nip_hdr_ttl_encap() argument
48 static inline void _nip_hdr_len_encap(struct nip_hdr_encap *head) in _nip_hdr_len_encap() argument
54 _nip_update_hdr_len(struct nip_hdr_encap *head) _nip_update_hdr_len() argument
59 _nip_hdr_nexthdr_encap(struct nip_hdr_encap *head) _nip_hdr_nexthdr_encap() argument
65 _nip_hdr_daddr_encap(struct nip_hdr_encap *head) _nip_hdr_daddr_encap() argument
71 _nip_hdr_saddr_encap(struct nip_hdr_encap *head) _nip_hdr_saddr_encap() argument
77 _nip_hdr_total_len_encap(struct nip_hdr_encap *head) _nip_hdr_total_len_encap() argument
84 nip_update_total_len(struct nip_hdr_encap *head, unsigned short total_len) nip_update_total_len() argument
91 _nip_hdr_encap_udp_bitmap(struct nip_hdr_encap *head) _nip_hdr_encap_udp_bitmap() argument
109 _nip_hdr_encap_comm_bitmap(struct nip_hdr_encap *head) _nip_hdr_encap_comm_bitmap() argument
129 nip_hdr_udp_encap(struct nip_hdr_encap *head) nip_hdr_udp_encap() argument
156 nip_hdr_comm_encap(struct nip_hdr_encap *head) nip_hdr_comm_encap() argument
[all...]
/kernel/linux/linux-5.10/drivers/block/zram/zram_group/
H A Dzlist.c116 struct zlist_node *head = idx2node(hid, tab); in zlist_add_nolock() local
139 struct zlist_node *head = idx2node(hid, tab); in zlist_add_tail_nolock() local
[all...]

Completed in 14 milliseconds

1...<<21222324252627282930>>...152