| /base/security/device_security_level/baselib/utils/include/ |
| D | utils_list.h | 45 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/ |
| D | hks_double_list.c | 32 void AddNodeAfterDoubleListHead(struct DoubleList *head, struct DoubleList *node) in AddNodeAfterDoubleListHead() 48 void AddNodeAtDoubleListTail(struct DoubleList *head, struct DoubleList *node) in AddNodeAtDoubleListTail()
|
| D | hks_double_list.h | 45 #define HKS_DLIST_ITER(st, head) \ argument
|
| /base/user_iam/auth_executor_mgr/common/common/src/ |
| D | tlv_wrapper.c | 25 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()
|
| D | tlv_base.c | 83 int32_t DestroyTlvList(TlvListNode *head) in DestroyTlvList() 107 int32_t AddTlvNode(TlvListNode *head, const TlvObject *object) in AddTlvNode()
|
| /base/startup/init_lite/services/utils/ |
| D | list.c | 29 void ListAddTail(struct ListNode *head, struct ListNode *item) in ListAddTail()
|
| /base/startup/init_lite/services/param/trigger/ |
| D | trigger_manager.c | 298 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/ |
| D | hiview_logcat.c | 49 struct HiLogEntry *head = (struct HiLogEntry *)buf; in main() local
|
| /base/security/device_security_level/services/dslm/ |
| D | dslm_msg_utils.c | 38 JsonHandle head = CreateJson(NULL); in GenerateSecInfoResponseJson() local 82 JsonHandle head = CreateJson(NULL); in GenerateSecInfoRequestJson() local
|
| /base/telephony/ril_adapter/services/vendor/include/ |
| D | at_support.h | 42 Line *head; member
|
| /base/miscservices/request/download/interfaces/kits/js/napi/download_single/src/legacy/ |
| D | download_task.cpp | 84 for (const auto& head : option_.header_) { in SetOption() local
|
| /base/hiviewdfx/faultloggerd/interfaces/innerkits/dump_catcher/ |
| D | dfx_dump_catcher_frame.cpp | 119 uint64_t DfxDumpCatcherFrame::GetRelativePc(const std::shared_ptr<DfxElfMaps> head) in GetRelativePc()
|
| /base/user_iam/auth_executor_mgr/common/common/inc/ |
| D | linked_list.h | 39 LinkedListNode *head; member
|
| /base/security/selinux/interfaces/policycoreutils/src/ |
| D | paraperm_checker.cpp | 140 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/ |
| D | fs_manager.h | 56 struct FstabItem *head; member
|
| /base/security/device_security_level/baselib/utils/src/ |
| D | utils_state_machine.c | 64 ListHead *head = &machine->pendingEventList; in PopPendingEvent() local
|
| D | utils_work_queue.c | 33 ListHead head; member
|
| /base/security/permission/services/permission_lite/pms/include/ |
| D | perm_define.h | 72 TNode *head; member
|
| /base/hiviewdfx/hilog_lite/services/apphilogcat/ |
| D | hiview_applogcat.c | 185 struct HiLogEntry *head = (struct HiLogEntry *)buf; in main() local
|
| /base/hiviewdfx/faultloggerd/tools/process_dump/ |
| D | dfx_frame.cpp | 125 uint64_t DfxFrame::GetRelativePc(const std::shared_ptr<DfxElfMaps> head) in GetRelativePc()
|
| /base/security/selinux/interfaces/tools/param_check/ |
| D | test.cpp | 57 ParamContextsList *head = buff; in TestLoadList() local
|
| /base/compileruntime/js_util_module/container/list/ |
| D | js_list.ts | 110 private head: NodeObj<T>; property in List
|
| /base/hiviewdfx/hidumper/services/native/src/ |
| D | dump_common_utils.cpp | 173 bool DumpCommonUtils::StartWith(const std::string& str, const std::string& head) in StartWith()
|
| /base/security/selinux/test/unittest/src/ |
| D | selinux_unit_test.cpp | 708 ParamContextsList *head = buff; variable
|
| /base/hiviewdfx/hilog_lite/interfaces/native/kits/hilog_lite/ |
| D | hiview_log.h | 139 uint8 head; member
|