Home
last modified time | relevance | path

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

123

/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...]
/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
H A Dstream_socket.cpp83 PackHead *head = reinterpret_cast<PackHead *>(buf); in OnReadPackets() local
[all...]
/base/security/device_security_level/services/sa/lite/small/
H A Ddslm_ipc_process.h34 DslmRemoteStubListNode *head; member
H A Ddslm_ipc_process.c35 static DslmRemoteStubListNode head = { in GetRemoteStubList() local
/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...]
/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
/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
/base/notification/common_event_service/interfaces/kits/cj/src/
H A Dcommon_event_defination.h29 CParameters *head; member
/base/notification/common_event_service/interfaces/kits/ndk/include/
H A Doh_commonevent_wrapper.h30 CParameters *head; member
/base/security/device_security_level/baselib/utils/src/
H A Dutils_work_queue.c32 ListHead head; member
H A Dutils_state_machine.c64 ListHead *head = &machine->pendingEventList; in PopPendingEvent() local
/base/startup/init/services/utils/
H A Dlist.c45 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 Dtelephony_sim_utils.h124 CIccAccountInfo* head; member
/base/hiviewdfx/hiview/base/utility/
H A Dfreeze_json_util.cpp176 char head = target[0]; in HasBeenWrapped() local
/base/inputmethod/imf/frameworks/cj/include/
H A Dinput_method_ffi_structs.h49 CInputMethodSubtype *head; member
55 CInputMethodProperty *head; member
/base/hiviewdfx/hilog_lite/services/apphilogcat/
H A Dhiview_applogcat.c195 struct HiLogEntry *head = (struct HiLogEntry *)buf; in main() local
[all...]
/base/security/device_security_level/services/dslm/
H A Ddslm_msg_utils.c38 DslmJsonHandle head = DslmCreateJson(NULL); in GenerateSecInfoResponseJson() local
82 DslmJsonHandle head = DslmCreateJson(NULL); in GenerateSecInfoRequestJson() local
[all...]

Completed in 7 milliseconds

123