Home
last modified time | relevance | path

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

123456789

/base/security/huks/utils/list/
H A Dhks_double_list.c32 void AddNodeAfterDoubleListHead(struct DoubleList *head, struct DoubleList *node) in AddNodeAfterDoubleListHead() argument
48 void AddNodeAtDoubleListTail(struct DoubleList *head, struc argument
[all...]
/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
/base/msdp/device_status/utils/ipc/src/
H A Dnet_packet.cpp30 PACKHEAD head = {msgId_, wPos_}; in MakeData() local
31 buf << head; in MakeData() local
/base/security/device_security_level/services/sa/lite/small/
H A Ddslm_ipc_process.h34 DslmRemoteStubListNode *head; member
/base/security/huks/test/unittest/huks_standard_test/module_test/utils_test/src/
H A Dhks_double_list_test.cpp78 struct DoubleList head = { .prev = nullptr, .next = nullptr }; in HWTEST_F() local
93 struct DoubleList head = { .prev = nullptr, .next = nullptr }; in HWTEST_F() local
108 struct DoubleList head = { .prev = nullptr, .next = nullptr }; in HWTEST_F() local
[all...]
/foundation/multimedia/audio_framework/frameworks/cj/src/
H A Dmultimedia_audio_stream_manager_callback.cpp31 auto head = static_cast<CAudioCapturerChangeInfo *>( in OnCapturerStateChange() 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
/test/xts/device_attest/services/core/include/utils/
H A Dattest_utils_list.h33 ListNode* head; member
/test/xts/device_attest_lite/services/core/include/utils/
H A Dattest_utils_list.h33 ListNode* head; member
/base/hiviewdfx/hiview/plugins/faultlogger/interfaces/cj/
H A Dfaultlogger_ffi.h40 CFaultLogInfo* head; member
/base/hiviewdfx/hiview/base/event_store/store/include/
H A Dsys_event_repeat_guard.h52 T head; member
/base/hiviewdfx/hilog_lite/services/hilogcat/
H A Dhiview_logcat.c55 struct HiLogEntry *head = (struct HiLogEntry *)buf; in main() local
/base/security/device_security_level/services/sa/lite/mini/
H A Ddslm_inner_process.h40 DslmRemoteStubListNode *head; member
/base/sensors/sensor/utils/ipc/src/
H A Dstream_socket.cpp52 PackHead *head = reinterpret_cast<PackHead *>(buf); in OnReadPackets() local
[all...]
H A Dnet_packet.cpp33 PACKHEAD head = {msgId_, StreamBufferGetWpos(streamBufferPtr_.get())}; in MakeData() local
34 buf << head; in MakeData() local
/base/telephony/ril_adapter/services/vendor/include/
H A Dat_support.h42 Line *head; member
/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
/test/xts/device_attest/services/core/utils/
H A Dattest_utils_list.c39 ListNode* head = list->head; in AddListNode() local
74 ListNode* head = list->head; GetListSize() local
88 ListNode* head = list->head; ReleaseList() local
[all...]
/test/xts/device_attest_lite/services/core/
H A Dattest_entry.c49 int32_t *head = resultArray; in CopyAttestResult() local
/test/xts/device_attest_lite/services/core/utils/
H A Dattest_utils_list.c39 ListNode* head = list->head; in AddListNode() local
74 ListNode* head = list->head; GetListSize() local
88 ListNode* head = list->head; ReleaseList() local
[all...]
/test/xts/hats/kernel/syscalls/system/getrobustlist/
H A DGetrobustlistApiTest.cpp77 struct robust_list_head head; in HWTEST_F() local
93 struct robust_list_head head; in HWTEST_F() local
/base/security/device_security_level/baselib/utils/include/
H A Dutils_dslm_list.h45 static inline int IsEmptyList(ListHead *head) in IsEmptyList() argument
50 static inline void InitListHead(ListHead *head) in InitListHead() argument
[all...]
/base/web/webview/interfaces/kits/cj/src/
H A Dweb_storage.cpp93 CWebStorageOrigin* head = static_cast<CWebStorageOrigin*>(malloc(sizeof(CWebStorageOrigin) * origins.size())); in CjGetOrigins() local

Completed in 6 milliseconds

123456789