| /base/security/huks/utils/list/ |
| H A D | hks_double_list.c | 32 void AddNodeAfterDoubleListHead(struct DoubleList *head, struct DoubleList *node) in AddNodeAfterDoubleListHead() argument 48 void AddNodeAtDoubleListTail(struct DoubleList *head, struc argument [all...] |
| /base/msdp/device_status/utils/ipc/src/ |
| H A D | net_packet.cpp | 30 PACKHEAD head = {msgId_, wPos_};
in MakeData() local 31 buf << head;
in MakeData() local
|
| H A D | stream_socket.cpp | 83 PackHead *head = reinterpret_cast<PackHead *>(buf);
in OnReadPackets() local [all...] |
| /base/security/device_security_level/services/sa/lite/small/ |
| H A D | dslm_ipc_process.h | 34 DslmRemoteStubListNode *head; member
|
| /base/security/huks/test/unittest/huks_standard_test/module_test/utils_test/src/ |
| H A D | hks_double_list_test.cpp | 78 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...] |
| /test/xts/device_attest/services/core/include/utils/ |
| H A D | attest_utils_list.h | 33 ListNode* head; member
|
| /test/xts/device_attest_lite/services/core/include/utils/ |
| H A D | attest_utils_list.h | 33 ListNode* head; member
|
| /base/hiviewdfx/hiview/plugins/faultlogger/interfaces/cj/ |
| H A D | faultlogger_ffi.h | 40 CFaultLogInfo* head; member
|
| /base/hiviewdfx/hiview/base/event_store/store/include/ |
| H A D | sys_event_repeat_guard.h | 52 T head;
member
|
| /base/hiviewdfx/hilog_lite/services/hilogcat/ |
| H A D | hiview_logcat.c | 55 struct HiLogEntry *head = (struct HiLogEntry *)buf; in main() local
|
| /base/security/device_security_level/services/sa/lite/mini/ |
| H A D | dslm_inner_process.h | 40 DslmRemoteStubListNode *head; member
|
| /base/sensors/sensor/utils/ipc/src/ |
| H A D | stream_socket.cpp | 52 PackHead *head = reinterpret_cast<PackHead *>(buf); in OnReadPackets() local [all...] |
| H A D | net_packet.cpp | 33 PACKHEAD head = {msgId_, StreamBufferGetWpos(streamBufferPtr_.get())}; in MakeData() local 34 buf << head; in MakeData() local
|
| /base/telephony/ril_adapter/services/vendor/include/ |
| H A D | at_support.h | 42 Line *head; member
|
| /test/xts/device_attest/services/core/utils/ |
| H A D | attest_utils_list.c | 39 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 D | attest_entry.c | 49 int32_t *head = resultArray; in CopyAttestResult() local
|
| /test/xts/device_attest_lite/services/core/utils/ |
| H A D | attest_utils_list.c | 39 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 D | GetrobustlistApiTest.cpp | 77 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 D | utils_dslm_list.h | 45 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 D | web_storage.cpp | 93 CWebStorageOrigin* head = static_cast<CWebStorageOrigin*>(malloc(sizeof(CWebStorageOrigin) * origins.size())); in CjGetOrigins() local
|
| /base/notification/common_event_service/interfaces/kits/cj/src/ |
| H A D | common_event_defination.h | 29 CParameters *head; member
|
| /base/notification/common_event_service/interfaces/kits/ndk/include/ |
| H A D | oh_commonevent_wrapper.h | 30 CParameters *head; member
|
| /base/security/device_security_level/baselib/utils/src/ |
| H A D | utils_work_queue.c | 32 ListHead head; member
|
| H A D | utils_state_machine.c | 64 ListHead *head = &machine->pendingEventList; in PopPendingEvent() local
|
| /base/startup/init/services/utils/ |
| H A D | list.c | 45 void OH_ListAddTail(struct ListNode *head, struct ListNode *item) in OH_ListAddTail() argument 83 OH_ListAddWithOrder(struct ListNode *head, struct ListNode *item, ListCompareProc compareProc) OH_ListAddWithOrder() argument 117 OH_ListFind(const ListNode *head, void *data, ListTraversalProc compareProc) OH_ListFind() argument 152 OH_ListTraversal(ListNode *head, void *data, ListTraversalProc traversalProc, unsigned int flags) OH_ListTraversal() argument 202 OH_ListRemoveAll(ListNode *head, ListDestroyProc destroyProc) OH_ListRemoveAll() argument 218 OH_ListGetCnt(const ListNode *head) OH_ListGetCnt() argument [all...] |