Home
last modified time | relevance | path

Searched defs:head (Results 1 - 25 of 138) sorted by relevance

123456

/foundation/communication/dsoftbus/tests/core/authentication/fuzztest/unpackauthdata_fuzzer/
H A Dunpackauthdata_fuzzer.cpp30 AuthDataHead head = *const_cast<AuthDataHead *>(reinterpret_cast<const AuthDataHead *>(data)); in UnpackAuthDataFuzzTest() local
/foundation/multimedia/audio_framework/frameworks/cj/src/
H A Dmultimedia_audio_stream_manager_callback.cpp31 auto head = static_cast<CAudioCapturerChangeInfo *>( in OnCapturerStateChange() local
H A Dmultimedia_audio_stream_manager_impl.cpp53 auto head = static_cast<int32_t *>(malloc(sizeof(int32_t) * audioSceneEffectInfo.mode.size())); in GetAudioEffectInfoArray() local
75 auto head = static_cast<CAudioCapturerChangeInfo *>( in GetAudioCapturerInfoArray() local
/foundation/multimodalinput/input/util/network/src/
H A Dnet_packet.cpp32 PACKHEAD head = { msgId_, wPos_ }; in MakeData() local
33 buf << head; in MakeData() local
/foundation/distributeddatamgr/udmf/framework/common/unittest/mock/
H A Dtlv_util_mock.cpp31 template <> bool Reading(std::nullptr_t &output, TLVObject &data, const TLVHead &head) in Reading() argument
46 template <> bool Reading(std::monostate &output, TLVObject &data, const TLVHead &head) in Reading() argument
61 template <> bool Reading(std::string &output, TLVObject &data, const TLVHead &head) in Reading() argument
76 template <> bool Reading(std::vector<uint8_t> &output, TLVObject &data, const TLVHead &head) in Reading() argument
91 template <> bool Reading(UDType &output, TLVObject &data, const TLVHead &head) in Reading() argument
106 template <> bool Reading(DataStatus &output, TLVObject &data, const TLVHead &head) in Reading() argument
120 template <> bool Reading(Object &output, TLVObject &data, const TLVHead &head) in Reading() argument
134 template <> bool Reading(UnifiedKey &output, TLVObject &data, const TLVHead &head) in Reading() argument
149 template <> bool Reading(UnifiedData &output, TLVObject &data, const TLVHead &head) in Reading() argument
164 template <> bool Reading(UnifiedRecord &output, TLVObject &data, const TLVHead &head) in Reading() argument
179 Reading(Runtime &output, TLVObject &data, const TLVHead &head) Reading() argument
194 Reading(Privilege &output, TLVObject &data, const TLVHead &head) Reading() argument
209 Reading(std::shared_ptr<OHOS::Media::PixelMap> &output, TLVObject &data, const TLVHead &head) Reading() argument
225 Reading(std::shared_ptr<OHOS::AAFwk::Want> &output, TLVObject &data, const TLVHead &head) Reading() argument
[all...]
/foundation/distributeddatamgr/udmf/interfaces/cj/src/
H A Dutils.cpp36 char **head = static_cast<char **>(malloc(vector.size() * sizeof(char *))); in StringVectorToArray() local
H A Dunified_data_impl.cpp87 int64_t *head = static_cast<int64_t *>(malloc(vector.size() * sizeof(int64_t))); in VectorToArray() local
120 char **head = static_cast<char **>(malloc(vector.size() * sizeof(char *))); in StringVectorToArray() local
/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/include/
H A Dlf_ring.h39 volatile FILLP_ULONG head; member
44 volatile FILLP_ULONG head; member
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_relative_container_ffi.h46 char** head; member
/foundation/arkui/ace_engine/frameworks/core/pipeline/base/
H A 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, cons argument
[all...]
/foundation/arkui/ui_lite/frameworks/font/
H A Dui_font_cache.cpp99 ListHead* head = hashTable_ + unicode % FONT_CACHE_HASH_NR; in GetBitmap() local
H A Dui_font_cache.h76 void ListInit(ListHead* head) in ListInit() argument
81 void ListAdd(ListHead* node, ListHead* head) in ListAdd() argument
[all...]
/foundation/arkui/ace_engine_lite/interfaces/inner_api/builtin/jsi/
H A Djsi.h357 template<class T, class... Args> static void ReleaseValueList(T head, Args... rest) in ReleaseValueList() argument
/foundation/multimedia/image_framework/plugins/common/libs/image/formatagentplugin/src/
H A Dwebp_format_agent.cpp67 const char *head = static_cast<const char *>(headerData); in CheckFormat() local
/foundation/resourceschedule/ffrt/src/queue/
H A 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
[all...]
/foundation/communication/dsoftbus/core/authentication/include/
H A Dauth_connection.h36 AuthDataHead head; member
/foundation/communication/dsoftbus/tests/core/connection/common/fuzztest/connectioncommon_fuzzer/
H A Dconnectioncommon_fuzzer.cpp36 ConnPktHead head; in DoDataHeadTransformFuzz() local
/foundation/communication/wifi/wifi/base/cRPC/include/
H A Dserver.h37 struct Node *head; member
/foundation/CastEngine/castengine_wifi_display/tests/unittest/protocol/rtcp/
H A Drtcp_unit_test.cpp65 RtcpHeader head; in HWTEST_F() local
77 RtcpHeader head; in HWTEST_F() local
89 RtcpHeader head; HWTEST_F() local
111 RtcpHeader head; HWTEST_F() local
123 RtcpHeader head; HWTEST_F() local
[all...]
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/common/
H A Drs_common_def.cpp100 BlockHead* head = reinterpret_cast<BlockHead*>(mem); in Alloc() local
112 BlockHead* head = reinterpret_cast<BlockHead*>(p); in Free() local
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/plugin_test/
H A Dformat_agent_plugin_src_test.cpp67 uint32_t head[10]; in HWTEST_F() local
/foundation/multimodalinput/input/util/socket/src/
H A Duds_socket.cpp101 PackHead *head = reinterpret_cast<PackHead *>(buf); in OnReadPackets() local
[all...]
/foundation/resourceschedule/ffrt/src/util/
H A Dspmc_queue.cpp62 unsigned int head = head_.load(); in PopHead() local
81 unsigned int head = head_.load(); in PushTail() local
97 unsigned int head = head_.load(); in FindElement() local
[all...]
/foundation/systemabilitymgr/samgr_lite/samgr_endpoint/source/
H A Dsa_store.h38 FeatureNode *head; member
/foundation/communication/dsoftbus/tests/core/connection/ble/
H A Dconnection_ble_test.cpp149 ConnPktHead head; in HWTEST_F() local

Completed in 10 milliseconds

123456