/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 | 129 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/ |
D | component.cpp | 61 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/ |
D | unpackauthdata_fuzzer.cpp | 30 … AuthDataHead head = *const_cast<AuthDataHead *>(reinterpret_cast<const AuthDataHead *>(data)); in UnpackAuthDataFuzzTest() local
|
/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/ |
D | nstackx_dfile_send.c | 34 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/ |
D | lf_ring.h | 39 volatile FILLP_ULONG head; member 44 volatile FILLP_ULONG head; member
|
/foundation/communication/dsoftbus/core/authentication/src/ |
D | auth_tcp_connection.c | 99 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
|
D | auth_connection.c | 173 …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/ |
D | ui_font_cache.h | 75 void ListInit(ListHead* head) in ListInit() 80 void ListAdd(ListHead* node, ListHead* head) in ListAdd()
|
D | ui_font_cache.cpp | 99 ListHead* head = hashTable_ + unicode % FONT_CACHE_HASH_NR; in GetBitmap() local
|
/foundation/multimodalinput/input/util/network/src/ |
D | net_packet.cpp | 32 PACKHEAD head = { msgId_, wPos_ }; in MakeData() local
|
/foundation/communication/dsoftbus/core/connection/wifi_direct/ |
D | wifi_direct_coexist_rule.c | 40 struct CombinationHead *head = NULL; in ShowRulesList() local 75 struct CombinationHead *head = SoftBusCalloc(sizeof(*head)); in SetCoexistRule() local
|
/foundation/communication/dsoftbus/tests/core/authentication/unittest/ |
D | auth_tcp_connection_test.cpp | 62 SocketPktHead head; variable 160 SocketPktHead head; variable
|
D | auth_other_test.cpp | 82 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/ |
D | route_head_handler_impl.cpp | 137 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/ |
D | rs_common_def.cpp | 99 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/ |
D | trans_proxy_session_test.cpp | 256 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/ |
D | webp_format_agent.cpp | 62 const char *head = static_cast<const char *>(headerData); in CheckFormat() local
|
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_hal/ |
D | wifi_hal_crpc_server.c | 369 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/ |
D | format_agent_plugin_src_test.cpp | 67 uint32_t head[10]; variable
|
/foundation/systemabilitymgr/samgr_lite/communication/broadcast/source/ |
D | pub_sub_implement.c | 62 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/ |
D | client_trans_proxy_manager.c | 366 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/ |
D | dmslite_parser.c | 177 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/ |
D | auth_connection.h | 36 AuthDataHead head; member
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/pan/ |
D | pan_network.cpp | 298 int PanNetwork::WriteData(EthernetHeader head, uint8_t *data, int len) in WriteData() 425 EthernetHeader head; in ReadPanNetworkEvent() local
|