Home
last modified time | relevance | path

Searched refs:Free (Results 1 - 25 of 44) sorted by relevance

12

/drivers/peripheral/user_auth/hdi_service/database/src/
H A Didm_common.c32 Free(node); in DestroyUserInfoNode()
41 Free(credential); in DestroyCredentialNode()
50 Free(enrolled); in DestroyEnrolledNode()
65 Free(userInfo); in InitUserInfoNode()
72 Free(userInfo); in InitUserInfoNode()
H A Dfile_manager_utils.c63 Free(buf); in CapacityExpansion()
66 Free(object->buf); in CapacityExpansion()
/drivers/peripheral/user_auth/hdi_service/adaptor/inc/
H A Dadaptor_memory.h27 void Free(void *ptr);
31 Free(ptr); \
/drivers/peripheral/pin_auth/hdi_service/adaptor/inc/
H A Dadaptor_memory.h27 void Free(void *ptr);
31 Free(ptr); \
/drivers/peripheral/pin_auth/hdi_service/adaptor/src/
H A Dbuffer.c69 Free(buffer); in CreateBufferBySize()
74 Free(buffer->buf); in CreateBufferBySize()
75 Free(buffer); in CreateBufferBySize()
100 Free(buffer); in CreateBufferByData()
138 Free(buffer->buf); in DestroyBuffer()
143 Free(buffer); in DestroyBuffer()
H A Dadaptor_memory.c38 void Free(void *ptr) in Free() function
/drivers/peripheral/user_auth/hdi_service/adaptor/src/
H A Dbuffer.c71 Free(buffer); in CreateBufferBySize()
76 Free(buffer->buf); in CreateBufferBySize()
77 Free(buffer); in CreateBufferBySize()
102 Free(buffer); in CreateBufferByData()
124 Free(buffer->buf); in DestoryBuffer()
129 Free(buffer); in DestoryBuffer()
H A Dadaptor_memory.c36 void Free(void *ptr) in Free() function
/drivers/peripheral/pin_auth/test/unittest/pin_auth/adaptor/src/
H A Dadaptor_memory_test.cpp45 * @tc.name: Malloc and Free test
57 Free(data2); in HWTEST_F()
60 Free(data3); in HWTEST_F()
/drivers/peripheral/user_auth/test/unittest/base_test/src/
H A Dadaptor_memory_test.cpp43 * @tc.name: Malloc and Free test
55 Free(data2); in HWTEST_F()
58 Free(data3); in HWTEST_F()
/drivers/peripheral/user_auth/hdi_service/utils/src/
H A Dlinked_list.c84 Free(node); in RemoveNode()
141 Free(iterator); in DestroyIterator()
175 Free(node); in DestroyLinkedListNode()
189 Free(list); in DestroyLinkedList()
H A Dc_array.c62 Free(array); in CreateUint8ArrayBySize()
110 Free(array); in CreateUint64ArrayByData()
/drivers/peripheral/pin_auth/hdi_service/database/src/
H A Dpin_db_ops_v0.c55 Free(pinDbV0->pinIndex); in GetPinIndexV0()
137 Free(pinDbV0->pinIndex); in FreePinDbV0()
139 Free(*pinDb); in FreePinDbV0()
H A Dpin_db_ops_v1.c53 Free(pinDbV1); in UpdatePinDbFrom0To1()
86 Free(pinDbV1->pinIndex); in GetPinIndexV1()
168 Free(pinDbV1->pinIndex); in FreePinDbV1()
170 Free(*pinDb); in FreePinDbV1()
267 Free(data); in WritePinDbV1()
H A Dpin_db_ops.c134 Free(*data); in ReadPinDbData()
154 Free(data); in ReadPinDb()
/drivers/peripheral/user_auth/hdi_service/coauth/src/
H A Dcoauth.c47 Free(schedule->templateIds.data); in DestroyScheduleNode()
50 Free(schedule); in DestroyScheduleNode()
66 Free(schedule); in CopyCoAuthSchedule()
74 Free(schedule); in CopyCoAuthSchedule()
333 Free(coAuthSchedule); in GenerateSchedule()
396 Free(out->data); in CopyTemplateArrays()
H A Dexecutor_message.c110 Free(signTlv.data); in GetAttributeDataAndSignTlv()
111 Free(dataTlv.data); in GetAttributeDataAndSignTlv()
149 Free(dataAndSignTlv.data); in GetAttributeExecutorMsg()
225 Free(signTlv.data); in VerifyDataTlvSignature()
258 Free(dataTlv.data); in CreateAttributeFromDataAndSignTlv()
290 Free(dataAndSignTlv.data); in CreateAttributeFromExecutorMsg()
317 Free(array.data); in GetRootSecretFromAttribute()
406 Free(result); in DestroyExecutorResultInfo()
480 Free(retInfo.data); in CreateExecutorMsg()
491 Free(ms in DestoryExecutorMsg()
[all...]
/drivers/peripheral/user_auth/hdi_service/user_auth/src/
H A Dcontext_manager.c70 Free(context); in InitAuthContext()
85 Free(context); in InitAuthContext()
92 Free(context); in InitAuthContext()
98 Free(context); in InitAuthContext()
207 Free(context); in InitIdentifyContext()
216 Free(context); in InitIdentifyContext()
394 Free(templateIds->data); in QueryAuthTempletaInfo()
433 Free(templateIds.data); in CreateAuthSchedule()
439 Free(templateIds.data); in CreateAuthSchedule()
444 Free(templateId in CreateAuthSchedule()
[all...]
/drivers/peripheral/user_auth/test/unittest/mocks/inc/
H A Dmock_adaptor_memory.h32 DECLARE_METHOD(void, Free, (void *ptr));
/drivers/peripheral/user_auth/hdi_service/idm/src/
H A Didm_session.c102 Free(g_session); in OpenEditSession()
110 Free(g_session); in OpenEditSession()
119 Free(g_session); in OpenEditSession()
152 Free(g_session); in CloseEditSession()
/drivers/peripheral/user_auth/test/unittest/mocks/src/
H A Dmock_adaptor_memory.cpp53 IMPLEMENT_FUNCTION_WITH_INVOKER(MockMemMgr, void, Free, (void *ptr), MockMemMgr::FreeTest);
/drivers/peripheral/pin_auth/test/unittest/pin_auth/database/src/
H A Dpin_db_ops_v1_test.cpp97 Free(pinDbV0->pinIndex); in HWTEST_F()
98 Free(pinDbV0); in HWTEST_F()
/drivers/peripheral/pin_auth/hdi_service/common/src/
H A Dc_array.c62 Free(array); in CreateUint8ArrayBySize()
110 Free(array); in CreateUint64ArrayByData()
/drivers/peripheral/distributed_camera/hdi_service/src/dstream_operator/
H A Ddimage_buffer.cpp23 Free(); in ~DImageBuffer()
218 void DImageBuffer::Free() in Free() function in OHOS::DistributedHardware::DImageBuffer
/drivers/peripheral/camera/vdi_base/common/adapter/platform/hdf_driver/src/driver_adapter/include/
H A Dbuffer_operator.h75 void Free() override;
107 Free(); in ~MyBuffer()
376 void MyBuffer::Free() in Free() function in OHOS::Camera::MyBuffer

Completed in 9 milliseconds

12