Home
last modified time | relevance | path

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

123456

/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.cpp265 bool TLVObject::ReadHead(const std::vector<std::uint8_t> &buffer, TLVHead &head) in ReadHead()
280 …ect::ReadValue(const std::vector<std::uint8_t> &buffer, std::monostate &value, const TLVHead &head) in ReadValue()
284 bool TLVObject::ReadValue(const std::vector<std::uint8_t> &buffer, void *value, const TLVHead &head) in ReadValue()
288 bool TLVObject::ReadValue(const std::vector<std::uint8_t> &buffer, bool &value, const TLVHead &head) in ReadValue()
292 …l TLVObject::ReadValue(const std::vector<std::uint8_t> &buffer, int8_t &value, const TLVHead &head) in ReadValue()
296 … TLVObject::ReadValue(const std::vector<std::uint8_t> &buffer, int16_t &value, const TLVHead &head) in ReadValue()
300 … TLVObject::ReadValue(const std::vector<std::uint8_t> &buffer, int32_t &value, const TLVHead &head) in ReadValue()
305 … TLVObject::ReadValue(const std::vector<std::uint8_t> &buffer, int64_t &value, const TLVHead &head) in ReadValue()
309 …l TLVObject::ReadValue(const std::vector<std::uint8_t> &buffer, double &value, const TLVHead &head) in ReadValue()
313 …TLVObject::ReadValue(const std::vector<std::uint8_t> &buffer, uint32_t &value, const TLVHead &head) in ReadValue()
[all …]
/foundation/arkui/ace_engine/frameworks/core/pipeline/base/
Dcomponent.cpp58 auto head = std::find_if(components.begin(), components.end(), IsRenderComponent<Component>); in MergeRSNode() local
73 auto head = std::find_if(components.begin(), components.end(), IsRenderComponent<SingleChild>); in MergeRSNode() local
84 auto head = std::find_if(components.begin(), components.end(), IsRenderComponent<SingleChild>); in MergeRSNode() local
98 void Component::MergeRSNode(const RefPtr<Component>& head, const RefPtr<Component>& tail) in MergeRSNode()
/foundation/distributeddatamgr/udmf/framework/common/
Dtlv_util.cpp36 template <> bool Reading(std::nullptr_t &output, TLVObject &data, const TLVHead &head) in Reading()
52 template <> bool Reading(std::monostate &output, TLVObject &data, const TLVHead &head) in Reading()
68 template <> bool Reading(std::string &output, TLVObject &data, const TLVHead &head) in Reading()
84 template <> bool Reading(std::vector<uint8_t> &output, TLVObject &data, const TLVHead &head) in Reading()
102 template <> bool Reading(UDType &output, TLVObject &data, const TLVHead &head) in Reading()
128 template <> bool Reading(DataStatus &output, TLVObject &data, const TLVHead &head) in Reading()
156 template <> bool Reading(Object &output, TLVObject &data, const TLVHead &head) in Reading()
196 template <> bool Reading(UnifiedKey &output, TLVObject &data, const TLVHead &head) in Reading()
253 template <> bool Reading(UnifiedData &output, TLVObject &data, const TLVHead &head) in Reading()
306 template <> bool Reading(UnifiedRecord &output, TLVObject &data, const TLVHead &head) in Reading()
[all …]
Dtlv_util.h150 template <typename T> bool Reading(T &output, TLVObject &data, const TLVHead &head) in Reading()
172 template <typename T> bool Reading(std::shared_ptr<T> &output, TLVObject &data, const TLVHead &head) in Reading()
207 template <typename T> bool Reading(std::vector<T> &output, TLVObject &data, const TLVHead &head) in Reading()
263 …<typename T, typename R> bool Reading(std::map<T, R> &output, TLVObject &data, const TLVHead &head) in Reading()
348 …utTp> bool ReadVariant(TLVObject &data, uint32_t step, uint32_t index, _OutTp &value, TLVHead head) in ReadVariant()
354 bool ReadVariant(TLVObject &data, uint32_t step, uint32_t index, _OutTp &value, TLVHead head) in ReadVariant()
365 …name... _Types> bool Reading(std::variant<_Types...> &output, TLVObject &data, const TLVHead &head) in Reading()
Dtlv_object.cpp153 bool TLVObject::Read(std::string &value, const TLVHead &head) in Read()
190 bool TLVObject::Read(std::vector<uint8_t> &value, const TLVHead &head) in Read()
235 bool TLVObject::Read(OHOS::AAFwk::Want &value, const TLVHead &head) in Read()
270 bool TLVObject::Read(std::monostate &value, const TLVHead &head) in Read()
281 bool TLVObject::Read(void *value, const TLVHead &head) in Read()
319 bool TLVObject::ReadHead(TLVHead &head) in ReadHead()
345 bool TLVObject::Skip(TLVHead &head) in Skip()
/foundation/resourceschedule/ffrt/src/queue/
Dqueue_strategy.h36 T* head = whenMap.begin()->second; in DequeBatch() local
70 T* head = iterTarget->second; in DequeSingleByPriority() local
99 T* head = iterTarget->second; in DequeSingleAgainstStarvation() local
/foundation/distributeddatamgr/preferences/frameworks/cj/src/
Dpreferences_interface.h27 bool* head; member
32 char** head; member
37 double* head; member
54 ValueType* head; member
/foundation/arkui/napi/interfaces/inner_api/cjffi/cj_ffi/
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/resourceschedule/ffrt/src/util/
Dspmc_queue.cpp62 unsigned int head = head_.load(); in PopHead() local
81 unsigned int head = head_.load(); in PushTail() local
/foundation/communication/dsoftbus/tests/core/connection/ble/mock/
Dconnection_ble_client_mock.cpp37 ConnPktHead *head = reinterpret_cast<ConnPktHead *>(SoftBusCalloc(sizeof(*head))); in ConnGattTransRecvReturnConnModule() local
49 ConnPktHead *head = reinterpret_cast<ConnPktHead *>(SoftBusCalloc(sizeof(*head))); in ConnGattTransRecvReturnConnModule1() local
62 ConnPktHead *head = reinterpret_cast<ConnPktHead *>(SoftBusCalloc(sizeof(*head))); in ConnGattTransRecvReturnOldNearby() local
74 ConnPktHead *head = reinterpret_cast<ConnPktHead *>(SoftBusCalloc(sizeof(*head))); in ConnGattTransRecvReturnDefult() local
86 ConnPktHead *head = reinterpret_cast<ConnPktHead *>(SoftBusCalloc(sizeof(*head))); in ActionOfConnGattTransRecv() local
/foundation/CastEngine/castengine_wifi_display/tests/unittest/protocol/rtcp/
Drtcp_unit_test.cpp65 RtcpHeader head; variable
77 RtcpHeader head; variable
89 RtcpHeader head; variable
111 RtcpHeader head; variable
123 RtcpHeader head; variable
/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/
Dnstackx_dfile_send.c35 static int32_t AllocIovList(List *head) in AllocIovList()
69 void DestroyIovList(const List *head, DFileSession *s, uint32_t tid) in DestroyIovList()
125 static int32_t SendFileDataFrame(DFileSession *session, PeerInfo *peerInfo, List *head, uint32_t ti… in SendFileDataFrame()
169 static int32_t SendFileDataFrameEx(DFileSession *session, PeerInfo *peerInfo, List *head, uint32_t … in SendFileDataFrameEx()
174 static int32_t CheckUnsentList(List *unsent, List *head, int32_t maxCount) in CheckUnsentList()
196 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/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/core/authentication/src/
Dauth_session_message.c70 AuthDataHead head = { in PostDeviceIdData() local
267 AuthDataHead head = { in PostDeviceInfoMessage() local
333 AuthDataHead head = { in PostCloseAckMessage() local
351 AuthDataHead head = { in PostHichainAuthMessage() local
400 bool IsDeviceMessagePacket(const AuthConnInfo *connInfo, const AuthDataHead *head, const uint8_t *d… in IsDeviceMessagePacket()
567 AuthDataHead head = { in PostDeviceMessage() local
Dauth_tcp_connection.c102 static int32_t UnpackSocketPkt(const uint8_t *data, uint32_t len, SocketPktHead *head) in UnpackSocketPkt()
164 AuthDataHead head = { in NotifyDataReceived() local
176 static int32_t RecvPacketHead(ListenerModule module, int32_t fd, SocketPktHead *head) in RecvPacketHead()
236 SocketPktHead head = {0}; in ProcessSocketInEvent() local
517 int32_t SocketPostBytes(int32_t fd, const AuthDataHead *head, const uint8_t *data) in SocketPostBytes()
580 static void NotifyChannelDataReceived(int32_t channelId, const SocketPktHead *head, in NotifyChannelDataReceived()
687 AuthDataHead head = { in AuthPostChannelData() local
Dauth_connection.c197 …uint64_t connId, const AuthConnInfo *connInfo, bool fromServer, const AuthDataHead *head, const ui… in NotifyDataReceived()
210 int32_t PackAuthData(const AuthDataHead *head, const uint8_t *data, in PackAuthData()
235 const uint8_t *UnpackAuthData(const uint8_t *data, uint32_t len, AuthDataHead *head) in UnpackAuthData()
349 …uint64_t connId, const AuthConnInfo *connInfo, bool fromServer, const AuthDataHead *head, const ui… in HandleDataReceivedProcess()
403 static void OnWiFiDataReceived(ListenerModule module, int32_t fd, const AuthDataHead *head, const u… in OnWiFiDataReceived()
473 AuthDataHead head = { 0 }; in OnCommDataReceived() local
483 const AuthDataHead *head, const uint8_t *data) in HandleRepeatDeviceIdDataDelay()
559 static int32_t PostCommData(uint32_t connectionId, bool toServer, const AuthDataHead *head, const u… in PostCommData()
700 int32_t PostAuthData(uint64_t connId, bool toServer, const AuthDataHead *head, const uint8_t *data) in PostAuthData()
/foundation/arkui/ui_lite/frameworks/font/
Dui_font_cache.h76 void ListInit(ListHead* head) in ListInit()
81 void ListAdd(ListHead* node, ListHead* head) in ListAdd()
/foundation/distributeddatamgr/relational_store/frameworks/cj/include/
Drelational_store_utils.h47 Asset* head; member
52 uint8_t* head; member
57 char** head; member
85 int32_t* head; member
/foundation/filemanagement/dfs_service/services/cloudsyncservice/src/transport/
Dmessage_handler.cpp49 MessageHeader *head = reinterpret_cast<MessageHeader *>(ptr); in PackData() local
95 MessageHeader *head = reinterpret_cast<MessageHeader *>(ptr); in UnPackData() local
/foundation/multimodalinput/input/util/network/src/
Dnet_packet.cpp32 PACKHEAD head = { msgId_, wPos_ }; in MakeData() local
/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/proxy_channel/
Dsoftbus_proxy_session_test.cpp235 TestSliceHead head; variable
274 TestSliceHead head; variable
334 TestSliceHead head; variable
381 TestSliceHead head; variable
412 TestSliceHead head; variable
Dtrans_proxy_session_test.cpp254 TestSliceHead head; variable
293 TestSliceHead head; variable
366 TestSliceHead head; variable
417 TestSliceHead head; variable
448 TestSliceHead head; variable
/foundation/communication/dsoftbus/tests/core/authentication/unittest/
Dauth_other_test.cpp91 const AuthDataHead *head, const uint8_t *data) in OnDataReceivedTest()
220 AuthDataHead head; variable
238 AuthDataHead head; variable
418 AuthDataHead head; variable
620 AuthDataHead head; variable
687 const AuthDataHead *head = NULL; variable
762 AuthDataHead *head = (AuthDataHead*)SoftBusCalloc(sizeof(AuthDataHead)); variable
1108 AuthDataHead head; variable
1378 AuthDataHead head; variable

123456