| /foundation/communication/dsoftbus/components/nstackx/nstackx_util/interface/ |
| D | nstackx_list.h | 31 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/ |
| D | tlv_object.cpp | 265 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/ |
| D | component.cpp | 58 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/ |
| D | tlv_util.cpp | 36 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 …]
|
| D | tlv_util.h | 150 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()
|
| D | tlv_object.cpp | 153 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/ |
| D | queue_strategy.h | 36 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/ |
| D | preferences_interface.h | 27 bool* head; member 32 char** head; member 37 double* head; member 54 ValueType* head; member
|
| /foundation/arkui/napi/interfaces/inner_api/cjffi/cj_ffi/ |
| D | cj_common_ffi.h | 70 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/ |
| D | spmc_queue.cpp | 62 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/ |
| D | connection_ble_client_mock.cpp | 37 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/ |
| D | rtcp_unit_test.cpp | 65 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/ |
| D | nstackx_dfile_send.c | 35 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/ |
| D | lf_ring.h | 39 volatile FILLP_ULONG head; member 44 volatile FILLP_ULONG head; member
|
| /foundation/communication/dsoftbus/tests/core/authentication/fuzztest/unpackauthdata_fuzzer/ |
| D | unpackauthdata_fuzzer.cpp | 30 … AuthDataHead head = *const_cast<AuthDataHead *>(reinterpret_cast<const AuthDataHead *>(data)); in UnpackAuthDataFuzzTest() local
|
| /foundation/communication/dsoftbus/core/authentication/src/ |
| D | auth_session_message.c | 70 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
|
| D | auth_tcp_connection.c | 102 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
|
| D | auth_connection.c | 197 …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/ |
| D | ui_font_cache.h | 76 void ListInit(ListHead* head) in ListInit() 81 void ListAdd(ListHead* node, ListHead* head) in ListAdd()
|
| /foundation/distributeddatamgr/relational_store/frameworks/cj/include/ |
| D | relational_store_utils.h | 47 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/ |
| D | message_handler.cpp | 49 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/ |
| D | net_packet.cpp | 32 PACKHEAD head = { msgId_, wPos_ }; in MakeData() local
|
| /foundation/communication/dsoftbus/tests/core/transmission/trans_channel/proxy_channel/ |
| D | softbus_proxy_session_test.cpp | 235 TestSliceHead head; variable 274 TestSliceHead head; variable 334 TestSliceHead head; variable 381 TestSliceHead head; variable 412 TestSliceHead head; variable
|
| D | trans_proxy_session_test.cpp | 254 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/ |
| D | auth_other_test.cpp | 91 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
|