Home
last modified time | relevance | path

Searched defs:temp (Results 1 – 25 of 57) sorted by relevance

123

/drivers/peripheral/pin_auth/hdi_service/database/src/
Dpin_db_ops_v1.c80 uint8_t *temp = data; in GetPinIndexV1() local
105 uint8_t *temp = data; in UnpackPinDbV1() local
180 uint8_t *temp = data; in WritePinInfo() local
238 uint8_t *temp = data; in WritePinDbV1() local
Dpin_db_ops_v0.c49 uint8_t *temp = data; in GetPinIndexV0() local
74 uint8_t *temp = data; in UnpackPinDbV0() local
Dpin_db_ops.c55 uint8_t *temp = data; in GetVersion() local
/drivers/peripheral/user_auth/hdi_service/database/src/
Didm_database.c156 LinkedListNode *temp = user->enrolledInfoList->head; in GetEnrolledInfoAuthType() local
229 LinkedListNode *temp = g_userInfoList->head; in QueryUserInfo() local
257 LinkedListNode *temp = enrolledInfoList->head; in GetAllEnrolledInfoFromUser() local
291 LinkedListNode *temp = userInfoList->head; in IsSecureUidDuplicate() local
352 LinkedListNode *temp = enrolledList->head; in IsEnrolledIdDuplicate() local
391 LinkedListNode *temp = enrolledList->head; in UpdateEnrolledId() local
602 LinkedListNode *temp = user->credentialInfoList->head; in RemoveCachePin() local
657 LinkedListNode *temp = user->credentialInfoList->head; in DeletePinCredentialInfo() local
748 LinkedListNode *temp = credentialList->head; in QueryCredentialById() local
766 LinkedListNode *temp = credentialList->head; in QueryCredentialByAuthType() local
[all …]
Didm_file_manager.c112 LinkedListNode *temp = enrolledList->head; in StreamWriteEnrolledInfo() local
139 LinkedListNode *temp = credentialList->head; in StreamWriteCredentialList() local
193 LinkedListNode *temp = userInfoList->head; in WriteUserInfo() local
/drivers/peripheral/codec/test/demo/v2.0/src/
Dcodec_packet_reader.cpp59 char *temp = buf; in ReadOnePacket() local
95 char *temp = buf; in ReadOnePacket() local
/drivers/hdf_core/adapter/khdf/linux/platform/mipi_dsi/
Dmipi_tx_dev.c308 struct MipiCfg *temp = NULL; in MipiDsiDevSetCfg() local
357 struct DsiCmdDesc *temp = NULL; in MipiDsiDevSetCmd() local
411 static int32_t MipiDsiDevCmdCopyFromUser(GetDsiCmdDescTag *arg, GetDsiCmdDescTag *temp, uint32_t *s… in MipiDsiDevCmdCopyFromUser()
429 static int32_t MipiDsiDevCmdCopyToUser(GetDsiCmdDescTag *arg, GetDsiCmdDescTag *temp, uint32_t *siz… in MipiDsiDevCmdCopyToUser()
450 GetDsiCmdDescTag *temp = NULL; in MipiDsiDevGetCmd() local
/drivers/peripheral/audio/test/fuzztest/audio_hdi_fuzzer/audiorender_fuzzer/
Daudiorender_fuzzer.cpp63 int32_t temp = *(reinterpret_cast<int32_t *>(data)); in AudioRenderReqMmapBuffer() local
116 int32_t temp = *(reinterpret_cast<uint32_t *>(data)); in RenderFucSwitch() local
/drivers/peripheral/audio/test/fuzztest/audio_hdi_fuzzer/audiocapture_fuzzer/
Daudiocapture_fuzzer.cpp62 int32_t temp = *(reinterpret_cast<int32_t *>(data)); in AudioCaptureReqMmapBuffer() local
114 int32_t temp = *(reinterpret_cast<int32_t *>(data)); in CaptureFucSwitch() local
/drivers/peripheral/location/gnss/hdi_service/
Dstring_utils.cpp51 …auto temp = static_cast<uint8_t>((HexCharToInt(str.at(i)) << HEX_OFFSET) | HexCharToInt(str.at(i +… in HexToByteVector() local
/drivers/peripheral/user_auth/test/unittest/co_auth/
Dco_auth_test.cpp351 uint64_t temp = data; variable
367 uint64_t temp = data; variable
381 uint64_t temp = data; variable
/drivers/peripheral/user_auth/hdi_service/user_auth/src/
Dauth_level.c99 LinkedListNode *temp = executorList->head; in GetExecutorAslAndAcl() local
136 LinkedListNode *temp = creds->head; in GetCredMaxAcl() local
/drivers/hdf_core/adapter/khdf/uniproton/osal/src/
Dosal_mem.c72 int temp = alignment; in OsalMemLog2() local
/drivers/hdf_core/adapter/khdf/linux/osal/src/
Dosal_spinlock.c117 unsigned long temp = 0; in OsalSpinLockIrqSave() local
/drivers/hdf_core/adapter/khdf/liteos/osal/src/
Dosal_spinlock.c134 uint32_t temp = 0; in OsalSpinLockIrqSave() local
/drivers/hdf_core/framework/test/unittest/platform/common/
Dwatchdog_driver_test.c45 uint32_t temp; in WatchdogTestReadConfig() local
Dpwm_driver_test.c44 uint32_t temp; in PwmTestReadConfig() local
/drivers/peripheral/usb/ddk/device/src/
Dusbfn_dev_mgr.c102 struct UsbObject *temp = NULL; in FindEmptyId() local
319 struct UsbObject *temp = NULL; in UsbFnMgrDeviceGet() local
392 struct ReqList *temp = NULL; in HandleEp0IoEvent() local
430 struct ReqList *temp = NULL; in HandleEpsIoEvent() local
/drivers/peripheral/thermal/interfaces/hdi_service/src/
Dthermal_simulation_node.cpp141 std::string temp = std::to_string(dir.second); in AddSensorTypeTemp() local
191 int32_t temp = 0; in AddMitigationDevice() local
/drivers/hdf_core/framework/support/platform/src/rtc/
Drtc_if_u.c64 struct RtcTime *temp = NULL; in RtcReadTime() local
165 struct RtcTime *temp = NULL; in RtcReadAlarm() local
/drivers/hdf_core/framework/test/unittest/model/network/wifi/unittest/netdevice/
Dnet_device_test.c84 struct NetDevice *temp = NetDeviceGetInstByName(g_netDevice->name); in WiFiNetDviceTestGetDevice() local
/drivers/peripheral/audio/hal/hdi_binder/server/src/
Dhdf_audio_pnp_uevent_hdmi.c95 const char *temp = str + strlen(UEVENT_STATE) + 1; // 1 is a skip character '=' in AudioPnpUeventParse() local
/drivers/peripheral/audio/test/sample/
Dframework_common.c179 uint32_t temp = flag[0]; in StringToInt() local
/drivers/peripheral/camera/test/hdi/metadata_test/src/
Dcamera_metadata_info_uttest.cpp94 int32_t temp[] = {1}; variable
/drivers/peripheral/user_auth/hdi_service/service/
Duser_auth_interface_service.cpp230 LinkedListNode *temp = credList->head; in GetCapabilityLevel() local
530 HdiScheduleInfo temp = {}; in BeginAuthentication() local
570 LinkedListNode *temp = executorSendMsg->head; in CreateExecutorCommand() local
1077 LinkedListNode *temp = credList->head; in GetCredential() local
1168 LinkedListNode *temp = credList->head; in EnforceDeleteUser() local
1245 LinkedListNode *temp = credList->head; in ObtainReconciliationData() local

123