| /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...] |
| /foundation/communication/dsoftbus/tests/core/authentication/fuzztest/unpackauthdata_fuzzer/ |
| H A D | unpackauthdata_fuzzer.cpp | 30 AuthDataHead head = *const_cast<AuthDataHead *>(reinterpret_cast<const AuthDataHead *>(data)); in UnpackAuthDataFuzzTest() local
|
| /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
|
| /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...] |
| /foundation/multimedia/audio_framework/frameworks/cj/src/ |
| H A D | multimedia_audio_stream_manager_callback.cpp | 31 auto head = static_cast<CAudioCapturerChangeInfo *>( in OnCapturerStateChange() local
|
| /foundation/multimodalinput/input/util/network/src/ |
| H A D | net_packet.cpp | 32 PACKHEAD head = { msgId_, wPos_ }; in MakeData() local 33 buf << head; in MakeData() local
|
| /foundation/distributeddatamgr/udmf/framework/common/unittest/mock/ |
| H A D | tlv_util_mock.cpp | 31 template <> bool Reading(std::nullptr_t &output, TLVObject &data, const TLVHead &head) in Reading() argument 46 template <> bool Reading(std::monostate &output, TLVObject &data, const TLVHead &head) in Reading() argument 61 template <> bool Reading(std::string &output, TLVObject &data, const TLVHead &head) in Reading() argument 76 template <> bool Reading(std::vector<uint8_t> &output, TLVObject &data, const TLVHead &head) in Reading() argument 91 template <> bool Reading(UDType &output, TLVObject &data, const TLVHead &head) in Reading() argument 106 template <> bool Reading(DataStatus &output, TLVObject &data, const TLVHead &head) in Reading() argument 120 template <> bool Reading(Object &output, TLVObject &data, const TLVHead &head) in Reading() argument 134 template <> bool Reading(UnifiedKey &output, TLVObject &data, const TLVHead &head) in Reading() argument 149 template <> bool Reading(UnifiedData &output, TLVObject &data, const TLVHead &head) in Reading() argument 164 template <> bool Reading(UnifiedRecord &output, TLVObject &data, const TLVHead &head) in Reading() argument 179 Reading(Runtime &output, TLVObject &data, const TLVHead &head) Reading() argument 194 Reading(Privilege &output, TLVObject &data, const TLVHead &head) Reading() argument 209 Reading(std::shared_ptr<OHOS::Media::PixelMap> &output, TLVObject &data, const TLVHead &head) Reading() argument 225 Reading(std::shared_ptr<OHOS::AAFwk::Want> &output, TLVObject &data, const TLVHead &head) Reading() argument [all...] |
| /foundation/distributeddatamgr/udmf/interfaces/cj/src/ |
| H A D | utils.cpp | 36 char **head = static_cast<char **>(malloc(vector.size() * sizeof(char *))); in StringVectorToArray() local
|
| /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
|
| /foundation/communication/dsoftbus/components/nstackx/fillp/src/public/include/ |
| H A D | lf_ring.h | 39 volatile FILLP_ULONG head; member 44 volatile FILLP_ULONG 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
|