/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
|
H A D | dslm_ipc_process.c | 35 static DslmRemoteStubListNode head = { in GetRemoteStubList() local
|
/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...] |
/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
|
/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...] |
/base/telephony/core_service/frameworks/cj/telephony_sim/src/ |
H A D | telephony_sim_utils.h | 124 CIccAccountInfo* head; member
|
/base/hiviewdfx/hiview/base/utility/ |
H A D | freeze_json_util.cpp | 176 char head = target[0];
in HasBeenWrapped() local
|
/base/inputmethod/imf/frameworks/cj/include/ |
H A D | input_method_ffi_structs.h | 49 CInputMethodSubtype *head; member 55 CInputMethodProperty *head; member
|
/base/hiviewdfx/hilog_lite/services/apphilogcat/ |
H A D | hiview_applogcat.c | 195 struct HiLogEntry *head = (struct HiLogEntry *)buf; in main() local [all...] |
/base/security/device_security_level/services/dslm/ |
H A D | dslm_msg_utils.c | 38 DslmJsonHandle head = DslmCreateJson(NULL); in GenerateSecInfoResponseJson() local 82 DslmJsonHandle head = DslmCreateJson(NULL); in GenerateSecInfoRequestJson() local [all...] |