Home
last modified time | relevance | path

Searched defs:head (Results 1 – 25 of 26) sorted by relevance

12

/base/security/device_security_level/baselib/utils/include/
Dutils_list.h45 static inline int IsEmptyList(ListHead *head) in IsEmptyList()
50 static inline void InitListHead(ListHead *head) in InitListHead()
61 #define FOREACH_LIST_NODE(item, head) for ((item) = (head)->next; (item) != (head); (item) = (item)… argument
63 #define FOREACH_LIST_NODE_SAFE(item, head, temp) \ argument
/base/security/huks/utils/list/
Dhks_double_list.c32 void AddNodeAfterDoubleListHead(struct DoubleList *head, struct DoubleList *node) in AddNodeAfterDoubleListHead()
48 void AddNodeAtDoubleListTail(struct DoubleList *head, struct DoubleList *node) in AddNodeAtDoubleListTail()
Dhks_double_list.h45 #define HKS_DLIST_ITER(st, head) \ argument
/base/user_iam/auth_executor_mgr/common/common/src/
Dtlv_wrapper.c25 static int32_t PutTlvObject(TlvListNode *head, int32_t type, uint32_t length, const void *value) in PutTlvObject()
83 int32_t ParseTlvWrapper(const uint8_t *buffer, uint32_t bufferSize, TlvListNode *head) in ParseTlvWrapper()
234 int32_t GetUint64Para(TlvListNode *head, int32_t msgType, uint64_t *retVal) in GetUint64Para()
255 int32_t GetUint32Para(TlvListNode *head, int32_t msgType, uint32_t *retVal) in GetUint32Para()
276 int32_t GetInt32Para(TlvListNode *head, int32_t msgType, int32_t *retVal) in GetInt32Para()
297 Buffer *GetBuffPara(TlvListNode *head, int32_t msgType) in GetBuffPara()
Dtlv_base.c83 int32_t DestroyTlvList(TlvListNode *head) in DestroyTlvList()
107 int32_t AddTlvNode(TlvListNode *head, const TlvObject *object) in AddTlvNode()
/base/startup/init_lite/services/utils/
Dlist.c29 void ListAddTail(struct ListNode *head, struct ListNode *item) in ListAddTail()
/base/startup/init_lite/services/param/trigger/
Dtrigger_manager.c298 TriggerHeader *head = GetTriggerHeader(workSpace, trigger->type); in FreeTrigger() local
307 TriggerHeader *head = GetTriggerHeader(workSpace, type); in ClearTrigger() local
388 TriggerHeader *head = GetTriggerHeader(workSpace, type); in ExecTriggerMatch_() local
441 TriggerHeader *head = GetTriggerHeader(workSpace, type); in CheckAndMarkTrigger_() local
515 TriggerHeader *head = GetTriggerHeader(workSpace, type); in DumpTrigger_() local
563 static void TriggerHeadSetDefault(TriggerHeader *head) in TriggerHeadSetDefault()
634 TriggerHeader *head = (TriggerHeader *)&workSpace->triggerHead[TRIGGER_BOOT]; in InitTriggerHead() local
673 TriggerHeader *head = GetTriggerHeader(GetTriggerWorkSpace(), type); in DelWatchTrigger() local
689 TriggerHeader *head = GetTriggerHeader(GetTriggerWorkSpace(), type); in ClearWatchTrigger() local
712 TriggerHeader *head = GetTriggerHeader(GetTriggerWorkSpace(), TRIGGER_PARAM_WAIT); in CheckWatchTriggerTimeout() local
/base/hiviewdfx/hilog_lite/services/hilogcat/
Dhiview_logcat.c49 struct HiLogEntry *head = (struct HiLogEntry *)buf; in main() local
/base/security/device_security_level/services/dslm/
Ddslm_msg_utils.c38 JsonHandle head = CreateJson(NULL); in GenerateSecInfoResponseJson() local
82 JsonHandle head = CreateJson(NULL); in GenerateSecInfoRequestJson() local
/base/telephony/ril_adapter/services/vendor/include/
Dat_support.h42 Line *head; member
/base/miscservices/request/download/interfaces/kits/js/napi/download_single/src/legacy/
Ddownload_task.cpp84 for (const auto& head : option_.header_) { in SetOption() local
/base/hiviewdfx/faultloggerd/interfaces/innerkits/dump_catcher/
Ddfx_dump_catcher_frame.cpp119 uint64_t DfxDumpCatcherFrame::GetRelativePc(const std::shared_ptr<DfxElfMaps> head) in GetRelativePc()
/base/user_iam/auth_executor_mgr/common/common/inc/
Dlinked_list.h39 LinkedListNode *head; member
/base/security/selinux/interfaces/policycoreutils/src/
Dparaperm_checker.cpp140 static bool InsertContextsList(const ParameterInfo &tmpInfo, ParamContextsList **head) in InsertContextsList()
170 ParamContextsList *head = g_contextsList; in ParameterContextsLoad() local
/base/startup/init_lite/interfaces/innerkits/include/fs_manager/
Dfs_manager.h56 struct FstabItem *head; member
/base/security/device_security_level/baselib/utils/src/
Dutils_state_machine.c64 ListHead *head = &machine->pendingEventList; in PopPendingEvent() local
Dutils_work_queue.c33 ListHead head; member
/base/security/permission/services/permission_lite/pms/include/
Dperm_define.h72 TNode *head; member
/base/hiviewdfx/hilog_lite/services/apphilogcat/
Dhiview_applogcat.c185 struct HiLogEntry *head = (struct HiLogEntry *)buf; in main() local
/base/hiviewdfx/faultloggerd/tools/process_dump/
Ddfx_frame.cpp125 uint64_t DfxFrame::GetRelativePc(const std::shared_ptr<DfxElfMaps> head) in GetRelativePc()
/base/security/selinux/interfaces/tools/param_check/
Dtest.cpp57 ParamContextsList *head = buff; in TestLoadList() local
/base/compileruntime/js_util_module/container/list/
Djs_list.ts110 private head: NodeObj<T>; property in List
/base/hiviewdfx/hidumper/services/native/src/
Ddump_common_utils.cpp173 bool DumpCommonUtils::StartWith(const std::string& str, const std::string& head) in StartWith()
/base/security/selinux/test/unittest/src/
Dselinux_unit_test.cpp708 ParamContextsList *head = buff; variable
/base/hiviewdfx/hilog_lite/interfaces/native/kits/hilog_lite/
Dhiview_log.h139 uint8 head; member

12