Home
last modified time | relevance | path

Searched defs:head (Results 1 – 25 of 97) sorted by relevance

1234

/foundation/communication/dsoftbus/components/nstackx/nstackx_util/interface/
Dnstackx_list.h31 static inline void ListInitHead(List *head) in ListInitHead()
37 static inline void ListInsertHead(List *head, List *node) in ListInsertHead()
45 static inline void ListInsertTail(List *head, List *node) in ListInsertTail()
64 static inline uint8_t ListIsEmpty(const List *head) in ListIsEmpty()
69 static inline List *ListGetFront(List *head) in ListGetFront()
74 static inline List *ListPopFront(List *head) in ListPopFront()
106 #define LIST_FOR_EACH(curr, head) \ argument
109 #define LIST_FOR_EACH_SAFE(pos, tmp, head) \ argument
/foundation/distributeddatamgr/pasteboard/framework/tlv/
Dtlv_object.cpp129 bool TLVObject::ReadHead(const std::vector<std::uint8_t> &buffer, TLVHead &head) in ReadHead()
144 bool TLVObject::ReadValue(const std::vector<std::uint8_t> &buffer, bool &value, const TLVHead &head) in ReadValue()
148 …l TLVObject::ReadValue(const std::vector<std::uint8_t> &buffer, int8_t &value, const TLVHead &head) in ReadValue()
152 … TLVObject::ReadValue(const std::vector<std::uint8_t> &buffer, int16_t &value, const TLVHead &head) in ReadValue()
156 … TLVObject::ReadValue(const std::vector<std::uint8_t> &buffer, int32_t &value, const TLVHead &head) in ReadValue()
161 … TLVObject::ReadValue(const std::vector<std::uint8_t> &buffer, int64_t &value, const TLVHead &head) in ReadValue()
165 …TLVObject::ReadValue(const std::vector<std::uint8_t> &buffer, uint32_t &value, const TLVHead &head) in ReadValue()
169 …Object::ReadValue(const std::vector<std::uint8_t> &buffer, std::string &value, const TLVHead &head) in ReadValue()
178 … TLVObject::ReadValue(const std::vector<std::uint8_t> &buffer, RawMem &rawMem, const TLVHead &head) in ReadValue()
188 …LVObject::ReadValue(const std::vector<std::uint8_t> &buffer, TLVObject &value, const TLVHead &head) in ReadValue()
[all …]
/foundation/arkui/ace_engine/frameworks/core/pipeline/base/
Dcomponent.cpp61 auto head = std::find_if(components.begin(), components.end(), IsRenderComponent<Component>); in MergeRSNode() local
76 auto head = std::find_if(components.begin(), components.end(), IsRenderComponent<SingleChild>); in MergeRSNode() local
87 auto head = std::find_if(components.begin(), components.end(), IsRenderComponent<SingleChild>); in MergeRSNode() local
101 void Component::MergeRSNode(const RefPtr<Component>& head, const RefPtr<Component>& tail) in MergeRSNode()
/foundation/communication/dsoftbus/tests/core/authentication/fuzztest/unpackauthdata_fuzzer/
Dunpackauthdata_fuzzer.cpp30 … AuthDataHead head = *const_cast<AuthDataHead *>(reinterpret_cast<const AuthDataHead *>(data)); in UnpackAuthDataFuzzTest() local
/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/
Dnstackx_dfile_send.c34 static int32_t AllocIovList(List *head) in AllocIovList()
68 void DestroyIovList(const List *head, DFileSession *s, uint32_t tid) in DestroyIovList()
124 static int32_t SendFileDataFrame(DFileSession *session, PeerInfo *peerInfo, List *head, uint32_t ti… in SendFileDataFrame()
168 static int32_t SendFileDataFrameEx(DFileSession *session, PeerInfo *peerInfo, List *head, uint32_t … in SendFileDataFrameEx()
173 static int32_t CheckUnsentList(List *unsent, List *head, int32_t maxCount) in CheckUnsentList()
195 static int32_t DoSendDataFrame(DFileSession *session, List *head, int32_t count, uint32_t tid, uint… in DoSendDataFrame()
/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/include/
Dlf_ring.h39 volatile FILLP_ULONG head; member
44 volatile FILLP_ULONG head; member
/foundation/communication/dsoftbus/core/authentication/src/
Dauth_tcp_connection.c99 static int32_t UnpackSocketPkt(const uint8_t *data, uint32_t len, SocketPktHead *head) in UnpackSocketPkt()
155 AuthDataHead head = { in NotifyDataReceived() local
167 static int32_t RecvPacketHead(ListenerModule module, int32_t fd, SocketPktHead *head) in RecvPacketHead()
227 SocketPktHead head = {0}; in ProcessSocketInEvent() local
415 NO_SANITIZE("cfi") int32_t SocketPostBytes(int32_t fd, const AuthDataHead *head, const uint8_t *dat… in SocketPostBytes()
480 …SANITIZE("cfi") static void NotifyChannelDataReceived(int32_t channelId, const SocketPktHead *head, in NotifyChannelDataReceived()
572 AuthDataHead head = { in AuthPostChannelData() local
Dauth_connection.c173 …uint64_t connId, const AuthConnInfo *connInfo, bool fromServer, const AuthDataHead *head, const ui… in NotifyDataReceived()
186 NO_SANITIZE("cfi") int32_t PackAuthData(const AuthDataHead *head, const uint8_t *data, in PackAuthData()
211 …ANITIZE("cfi") const uint8_t *UnpackAuthData(const uint8_t *data, uint32_t len, AuthDataHead *head) in UnpackAuthData()
325 static void OnWiFiDataReceived(ListenerModule module, int32_t fd, const AuthDataHead *head, const u… in OnWiFiDataReceived()
396 AuthDataHead head = { 0 }; in OnCommDataReceived() local
419 const AuthDataHead *head, const uint8_t *data) in HandleRepeatDeviceIdDataDelay()
495 static int32_t PostCommData(uint32_t connectionId, bool toServer, const AuthDataHead *head, const u… in PostCommData()
624 NO_SANITIZE("cfi") int32_t PostAuthData(uint64_t connId, bool toServer, const AuthDataHead *head, c… in PostAuthData()
/foundation/arkui/ui_lite/frameworks/font/
Dui_font_cache.h75 void ListInit(ListHead* head) in ListInit()
80 void ListAdd(ListHead* node, ListHead* head) in ListAdd()
Dui_font_cache.cpp99 ListHead* head = hashTable_ + unicode % FONT_CACHE_HASH_NR; in GetBitmap() local
/foundation/multimodalinput/input/util/network/src/
Dnet_packet.cpp32 PACKHEAD head = { msgId_, wPos_ }; in MakeData() local
/foundation/communication/dsoftbus/core/connection/wifi_direct/
Dwifi_direct_coexist_rule.c40 struct CombinationHead *head = NULL; in ShowRulesList() local
75 struct CombinationHead *head = SoftBusCalloc(sizeof(*head)); in SetCoexistRule() local
/foundation/communication/dsoftbus/tests/core/authentication/unittest/
Dauth_tcp_connection_test.cpp62 SocketPktHead head; variable
160 SocketPktHead head; variable
Dauth_other_test.cpp82 const AuthDataHead *head, const uint8_t *data) in OnDataReceivedTest()
211 AuthDataHead head; variable
389 AuthDataHead head; variable
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/app/src/session_manager/
Droute_head_handler_impl.cpp137 RouteHead *head = reinterpret_cast<RouteHead *>(ptr); in PackDataHead() local
214 RouteHead head = { 0 }; in UnPackData() local
232 const RouteHead *head = reinterpret_cast<const RouteHead *>(data); in UnPackDataHead() local
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/common/
Drs_common_def.cpp99 BlockHead* head = reinterpret_cast<BlockHead*>(mem); in Alloc() local
111 BlockHead* head = reinterpret_cast<BlockHead*>(p); in Free() local
/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/proxy_channel/
Dtrans_proxy_session_test.cpp256 TestSliceHead head; variable
295 TestSliceHead head; variable
368 TestSliceHead head; variable
419 TestSliceHead head; variable
450 TestSliceHead head; variable
/foundation/multimedia/image_framework/plugins/common/libs/image/formatagentplugin/src/
Dwebp_format_agent.cpp62 const char *head = static_cast<const char *>(headerData); in CheckFormat() local
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_hal/
Dwifi_hal_crpc_server.c369 WifiHalEventCallbackMsg *head = g_wifiHalEventCallback->cbmsgs + i; in ReleaseCallbackMsg() local
390 WifiHalEventCallbackMsg *head = g_wifiHalEventCallback->cbmsgs + pos; in PushBackCallbackMsg() local
413 WifiHalEventCallbackMsg *head = g_wifiHalEventCallback->cbmsgs + pos; in PopBackCallbackMsg() local
429 WifiHalEventCallbackMsg *head = g_wifiHalEventCallback->cbmsgs + pos; in FrontCallbackMsg() local
444 WifiHalEventCallbackMsg *head = g_wifiHalEventCallback->cbmsgs + pos; in PopFrontCallbackMsg() local
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/
Dformat_agent_plugin_src_test.cpp67 uint32_t head[10]; variable
/foundation/systemabilitymgr/samgr_lite/communication/broadcast/source/
Dpub_sub_implement.c62 Relation *head = &broadcast->feature->relations; in AddTopic() local
110 ConsumerNode *head = &relation->callbacks; in Subscribe() local
/foundation/communication/dsoftbus/sdk/transmission/trans_channel/proxy/src/
Dclient_trans_proxy_manager.c366 static int32_t ClientTransProxyCheckSliceHead(const SliceHead *head) in ClientTransProxyCheckSliceHead()
496 PacketHead *head = (PacketHead*)data; in ClientTransProxyNoSubPacketProc() local
589 …t ClientTransProxySliceProcessChkPkgIsValid(const SliceProcessor *processor, const SliceHead *head, in ClientTransProxySliceProcessChkPkgIsValid()
609 static int32_t ClientTransProxyFirstSliceProcess(SliceProcessor *processor, const SliceHead *head, in ClientTransProxyFirstSliceProcess()
639 static int32_t ClientTransProxyLastSliceProcess(SliceProcessor *processor, const SliceHead *head, in ClientTransProxyLastSliceProcess()
664 static int32_t ClientTransProxyNormalSliceProcess(SliceProcessor *processor, const SliceHead *head, in ClientTransProxyNormalSliceProcess()
684 const SliceHead *head, const char *data, uint32_t len) in ClientTransProxySubPacketProc()
/foundation/ability/dmsfwk_lite/source/
Ddmslite_parser.c177 TlvNode *head = MallocTlvNode(); in TlvBytesToNode() local
229 static int32_t Parse(const uint8_t *payload, uint16_t length, TlvNode **head) in Parse()
/foundation/communication/dsoftbus/core/authentication/include/
Dauth_connection.h36 AuthDataHead head; member
/foundation/communication/bluetooth_service/services/bluetooth/service/src/pan/
Dpan_network.cpp298 int PanNetwork::WriteData(EthernetHeader head, uint8_t *data, int len) in WriteData()
425 EthernetHeader head; in ReadPanNetworkEvent() local

1234