MCPcopy Create free account

hub / github.com/Awesome-HarmonyOS/HarmonyOS / functions

Functions11,895 in github.com/Awesome-HarmonyOS/HarmonyOS

↓ 519 callersFunctionHAL_GetTick
* @brief Provides a tick value in millisecond. * @note This function is declared as __weak to be overwritten in case of other * implementati
Huawei_LiteOS/targets/Cloud_STM32F429IGTx_FIRE/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal.c:339
↓ 312 callersFunctionpbuf_free
* @ingroup pbuf * Dereference a pbuf chain or queue and deallocate any no-longer-used * pbufs at the head of this chain or queue. * * Decrements t
Huawei_LiteOS/components/net/lwip/lwip-2.0.3/src/core/pbuf.c:714
↓ 206 callersFunctionHAL_GetTick
* @brief Provides a tick value in millisecond. * @note This function is declared as __weak to be overwritten in case of other * implementat
Huawei_LiteOS/targets/STM32F103VET6_NB_GCC/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal.c:320
↓ 193 callersFunction__REV
\brief Reverse byte order (32 bit) \details Reverses the byte order in integer value. \param [in] value Value to reverse \return
Huawei_LiteOS/arch/arm/common/cmsis/cmsis_gcc.h:774
↓ 193 callersFunctionmbedtls_mpi_free
* Unallocate one MPI */
Huawei_LiteOS/components/security/mbedtls/mbedtls-2.6.0/library/bignum.c:95
↓ 180 callersFunctionlwm2m_free
Huawei_LiteOS/components/connectivity/agent_tiny/atiny_lwm2m/platform_adapter.c:65
↓ 150 callersFunctionmbedtls_mpi_init
* Initialize one MPI */
Huawei_LiteOS/components/security/mbedtls/mbedtls-2.6.0/library/bignum.c:82
↓ 132 callersFunctionpbuf_alloc
* @ingroup pbuf * Allocates a pbuf of the given type (possibly a chain for PBUF_POOL type). * * The actual memory allocated for the pbuf is determi
Huawei_LiteOS/components/net/lwip/lwip-2.0.3/src/core/pbuf.c:247
↓ 118 callersFunctionmbedtls_ssl_send_alert_message
Huawei_LiteOS/components/security/mbedtls/mbedtls-2.6.0/library/ssl_tls.c:4115
↓ 117 callersFunctionHAL_DMA_Start_IT
* @brief Start the DMA Transfer with interrupt enabled. * @param hdma pointer to a DMA_HandleTypeDef structure that contains *
Huawei_LiteOS/targets/Cloud_STM32F429IGTx_FIRE/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma.c:460
↓ 108 callersFunction__DSB
\brief Data Synchronization Barrier \details Acts as a special kind of Data Memory Barrier. It completes when all explicit memory acces
Huawei_LiteOS/arch/arm/common/cmsis/cmsis_gcc.h:751
↓ 94 callersFunctionpbuf_header
* Adjusts the payload pointer to hide or reveal headers in the payload. * * Adjusts the ->payload pointer so that space for a header * (dis)appears
Huawei_LiteOS/components/net/lwip/lwip-2.0.3/src/core/pbuf.c:664
↓ 92 callersFunctionlwm2m_malloc
Huawei_LiteOS/components/connectivity/agent_tiny/atiny_lwm2m/platform_adapter.c:58
↓ 91 callersFunctionmdns_domain_add_label
* Add a label part to a domain * @param domain The domain to add a label to * @param label The label to add, like <hostname>, 'local', 'com' o
Huawei_LiteOS/components/net/lwip/lwip-2.0.3/src/apps/mdns/mdns.c:271
↓ 90 callersFunctionmbedtls_mpi_mul_mpi
* Baseline multiplication: X = A * B (HAC 14.12) */
Huawei_LiteOS/components/security/mbedtls/mbedtls-2.6.0/library/bignum.c:1173
↓ 89 callersFunctionlwip_htonl
* Convert an u32_t from host- to network byte order. * * @param n u32_t in host byte order * @return n in network byte order */
Huawei_LiteOS/components/net/lwip/lwip-2.0.3/src/core/def.c:89
↓ 85 callersFunctionatiny_init
Huawei_LiteOS/components/connectivity/agent_tiny/atiny_lwm2m/agenttiny.c:142
↓ 84 callersFunctionppp_error
* ppp_error - log an error message. */
Huawei_LiteOS/components/net/lwip/lwip-2.0.3/src/netif/ppp/utils.c:647
↓ 74 callersFunctionfree
Function : free Description : Deallocates the memory previously allocated by a call to calloc, malloc, or reall
Huawei_LiteOS/components/lib/libc/malloc.c:60
↓ 73 callersFunctionHAL_DMA_Start_IT
* @brief Start the DMA Transfer with interrupt enabled. * @param hdma: pointer to a DMA_HandleTypeDef structure that contains * th
Huawei_LiteOS/targets/STM32F103VET6_NB_GCC/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_dma.c:379
↓ 73 callersFunctionlwip_htons
* Convert an u16_t from host- to network byte order. * * @param n u16_t in host byte order * @return n in network byte order */
Huawei_LiteOS/components/net/lwip/lwip-2.0.3/src/core/def.c:75
↓ 72 callersFunctionmbedtls_asn1_get_tag
Huawei_LiteOS/components/security/mbedtls/mbedtls-2.6.0/library/asn1parse.c:112
↓ 70 callersFunctionmbedtls_mpi_cmp_mpi
* Compare signed values */
Huawei_LiteOS/components/security/mbedtls/mbedtls-2.6.0/library/bignum.c:838
↓ 65 callersFunctionmbedtls_mpi_write_file
* Write X into an opened file (or stdout if fout == NULL) */
Huawei_LiteOS/components/security/mbedtls/mbedtls-2.6.0/library/bignum.c:633
↓ 64 callersFunctionmbedtls_mpi_copy
* Copy the contents of Y into X */
Huawei_LiteOS/components/security/mbedtls/mbedtls-2.6.0/library/bignum.c:180
↓ 62 callersFunctionSDIO_GetResponse
* @brief Return the response received from the card for the last command * @param SDIOx: Pointer to SDMMC register base * @param Response:
Huawei_LiteOS/targets/STM32F103VET6_NB_GCC/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_sdmmc.c:413
↓ 59 callersFunctionHAL_DMA_Abort
* @brief Aborts the DMA Transfer. * @param hdma pointer to a DMA_HandleTypeDef structure that contains * the configuration inf
Huawei_LiteOS/targets/Cloud_STM32F429IGTx_FIRE/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma.c:523
↓ 59 callersFunctionmbedtls_md_info_from_type
Huawei_LiteOS/components/security/mbedtls/mbedtls-2.6.0/library/md.c:140
↓ 59 callersFunctionmbedtls_mpi_cmp_int
* Compare signed values */
Huawei_LiteOS/components/security/mbedtls/mbedtls-2.6.0/library/bignum.c:871
↓ 56 callersFunctionTIM_CCxChannelCmd
* @brief Enables or disables the TIM Capture Compare Channel x. * @param TIMx to select the TIM peripheral * @param Channel specifies the TIM C
Huawei_LiteOS/targets/Cloud_STM32F429IGTx_FIRE/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim.c:4739
↓ 56 callersFunctionTIM_CCxChannelCmd
* @brief Enables or disables the TIM Capture Compare Channel x. * @param TIMx to select the TIM peripheral * @param Channel : specifies the TI
Huawei_LiteOS/targets/STM32F103VET6_NB_GCC/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_tim.c:5362
↓ 56 callersFunctionst_dword
Huawei_LiteOS/components/fs/fatfs/ff13b/source/ff.c:614
↓ 54 callersFunctionmalloc
Function : malloc Description : Allocates the requested memory and returns a pointer to it. The requested size
Huawei_LiteOS/components/lib/libc/malloc.c:78
↓ 53 callersFunctionLOS_TaskDelay
Function : LOS_TaskDelay Description : delay the current task Input : uwTick --- time Output :None Return : LOS_OK on success o
Huawei_LiteOS/kernel/base/core/los_task.c:1086
↓ 51 callersFunctionmbedtls_x509_crt_free
* Unallocate all certificate data */
Huawei_LiteOS/components/security/mbedtls/mbedtls-2.6.0/library/x509_crt.c:2346
↓ 50 callersFunctionHAL_DMA_Abort
* @brief Abort the DMA Transfer. * @param hdma: pointer to a DMA_HandleTypeDef structure that contains * the configuration informa
Huawei_LiteOS/targets/STM32F103VET6_NB_GCC/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_dma.c:433
↓ 50 callersFunctionHAL_DMA_Abort_IT
* @brief Aborts the DMA Transfer in Interrupt mode. * @param hdma pointer to a DMA_HandleTypeDef structure that contains * the
Huawei_LiteOS/targets/Cloud_STM32F429IGTx_FIRE/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma.c:590
↓ 50 callersFunctionsnmp_ans1_enc_tlv
* Encodes a TLV into a pbuf stream. * * @param pbuf_stream points to a pbuf stream * @param tlv TLV to encode * @return ERR_OK if successful, ERR_
Huawei_LiteOS/components/net/lwip/lwip-2.0.3/src/apps/snmp/snmp_asn1.c:56
↓ 48 callersFunctionatiny_bind
Huawei_LiteOS/components/connectivity/agent_tiny/atiny_lwm2m/agenttiny.c:512
↓ 48 callersFunctionmemp_free
* Put an element back into its pool. * * @param type the pool where to put mem * @param mem the memp element to free */
Huawei_LiteOS/components/net/lwip/lwip-2.0.3/src/core/memp.c:468
↓ 47 callersFunctionmbedtls_md_get_size
Huawei_LiteOS/components/security/mbedtls/mbedtls-2.6.0/library/md.c:447
↓ 46 callersFunctionLOS_MuxPost
Function : LOS_MuxPost Description : Specify the mutex V operation, Input : uwMuxHandle ------ Mutex operation handle, Output : N
Huawei_LiteOS/kernel/base/ipc/los_mux.c:281
↓ 46 callersFunctiontest_tcp_input
Calls tcp_input() after adjusting current_iphdr_dest */
Huawei_LiteOS/components/net/lwip/lwip-2.0.3/test/unit/tcp/tcp_helper.c:249
↓ 45 callersFunctionmbedtls_strerror
Huawei_LiteOS/components/security/mbedtls/mbedtls-2.6.0/library/error.c:153
↓ 44 callersFunctionatiny_deinit
Huawei_LiteOS/components/connectivity/agent_tiny/atiny_lwm2m/agenttiny.c:576
↓ 44 callersFunctionmbedtls_asn1_write_len
Huawei_LiteOS/components/security/mbedtls/mbedtls-2.6.0/library/asn1write.c:42
↓ 44 callersFunctionmbedtls_asn1_write_tag
Huawei_LiteOS/components/security/mbedtls/mbedtls-2.6.0/library/asn1write.c:102
↓ 43 callersFunctionLOS_TaskCreate
Function : LOS_TaskCreate Description : Create a task Input : pstInitParam --- Task init parameters Output : puwTaskID --- Save task
Huawei_LiteOS/kernel/base/core/los_task.c:837
↓ 42 callersFunctionppp_warn
* ppp_warn - log a warning message. */
Huawei_LiteOS/components/net/lwip/lwip-2.0.3/src/netif/ppp/utils.c:661
↓ 41 callersFunctionatiny_cmd_ioctl
Huawei_LiteOS/demos/agenttiny_lwm2m/agent_tiny_cmd_ioctl.c:337
↓ 41 callersFunctionlwm2m_data_encode_int
Huawei_LiteOS/components/connectivity/lwm2m/core/data.c:308
↓ 41 callersFunctiontcp_create_rx_segment
Create a TCP segment usable for passing to tcp_input * - IP-addresses, ports, seqno and ackno are taken from pcb * - seqno and ackno can be altered
Huawei_LiteOS/components/net/lwip/lwip-2.0.3/test/unit/tcp/tcp_helper.c:119
↓ 40 callersFunctionSDMMC_CmdStopTransfer
* @brief Send the Stop Transfer command and check the response. * @param SDIOx: Pointer to SDIO register base * @retval HAL status */
Huawei_LiteOS/targets/STM32F103VET6_NB_GCC/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_sdmmc.c:768
↓ 40 callersFunctionenc28j60Write
Huawei_LiteOS/targets/NXP_LPC51U68/Src/ENC28J60.c:187
↓ 40 callersFunctionlwm2m_data_new
Huawei_LiteOS/components/connectivity/lwm2m/core/data.c:180
↓ 40 callersFunctionmbedtls_mpi_lset
* Set value from integer */
Huawei_LiteOS/components/security/mbedtls/mbedtls-2.6.0/library/bignum.c:290
↓ 39 callersFunctionLOS_MuxPend
Function : LOS_MuxPend Description : Specify the mutex P operation, Input : uwMuxHandle ------ Mutex operation handleone, uwTi
Huawei_LiteOS/kernel/base/ipc/los_mux.c:186
↓ 39 callersFunctionatiny_destroy
Huawei_LiteOS/components/connectivity/agent_tiny/atiny_lwm2m/agenttiny.c:349
↓ 39 callersFunctionmbedtls_md_hmac_update
Huawei_LiteOS/components/security/mbedtls/mbedtls-2.6.0/library/md.c:369
↓ 39 callersFunctionpbuf_copy_partial
* @ingroup pbuf * Copy (part of) the contents of a packet buffer * to an application supplied buffer. * * @param buf the pbuf from which to copy d
Huawei_LiteOS/components/net/lwip/lwip-2.0.3/src/core/pbuf.c:1014
↓ 39 callersFunctionsota_parse
Huawei_LiteOS/components/ota/sota/sota.c:153
↓ 38 callersFunctionmbedtls_mpi_read_string
* Import from an ASCII string */
Huawei_LiteOS/components/security/mbedtls/mbedtls-2.6.0/library/bignum.c:424
↓ 38 callersFunctionprint_error
Huawei_LiteOS/tests/cmockery/src/cmockery.c:1566
↓ 37 callersFunctionmbedtls_md_update
Huawei_LiteOS/components/security/mbedtls/mbedtls-2.6.0/library/md.c:258
↓ 37 callersFunctionmbedtls_ssl_hs_hdr_len
Huawei_LiteOS/components/security/mbedtls/mbedtls-2.6.0/include/mbedtls/ssl_internal.h:576
↓ 36 callersFunctionHAL_DMA_Abort_IT
* @brief Aborts the DMA Transfer in Interrupt mode. * @param hdma : pointer to a DMA_HandleTypeDef structure that contains * th
Huawei_LiteOS/targets/STM32F103VET6_NB_GCC/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_dma.c:461
↓ 35 callersFunctionFMPI2C_TransferConfig
* @brief Handles FMPI2Cx communication when starting transfer or during transfer (TC or TCR flag are set). * @param hfmpi2c FMPI2C handle. * @pa
Huawei_LiteOS/targets/Cloud_STM32F429IGTx_FIRE/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_fmpi2c.c:4716
↓ 35 callersFunctionlwm2m_data_free
Huawei_LiteOS/components/connectivity/lwm2m/core/data.c:197
↓ 35 callersFunctionmbedtls_mpi_bitlen
* Return the number of bits */
Huawei_LiteOS/components/security/mbedtls/mbedtls-2.6.0/library/bignum.c:380
↓ 35 callersFunctionmove_window
Huawei_LiteOS/components/fs/fatfs/ff13b/source/ff.c:1054
↓ 34 callersFunctioncJSON_Delete
Delete a cJSON structure. */
Huawei_LiteOS/components/lib/cJSON/cJSON.c:214
↓ 34 callersFunctioncheck_pkt
Huawei_LiteOS/components/net/lwip/lwip-2.0.3/test/unit/dhcp/test_dhcp.c:197
↓ 34 callersFunctionmbedtls_mpi_sub_mpi
* Signed subtraction: X = A - B */
Huawei_LiteOS/components/security/mbedtls/mbedtls-2.6.0/library/bignum.c:1038
↓ 34 callersFunctionmbedtls_pk_free
* Free (the components of) a mbedtls_pk_context */
Huawei_LiteOS/components/security/mbedtls/mbedtls-2.6.0/library/pk.c:66
↓ 34 callersFunctiontcp_output
* @ingroup tcp_raw * Find out what we can send and send it * * @param pcb Protocol control block for the TCP connection to send data * @return ERR
Huawei_LiteOS/components/net/lwip/lwip-2.0.3/src/core/tcp_out.c:992
↓ 33 callersFunctionRTC_Bcd2ToByte
* @brief Converts from 2 digit BCD to Binary. * @param Value BCD value to be converted * @retval Converted word */
Huawei_LiteOS/targets/Cloud_STM32F429IGTx_FIRE/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rtc.c:1537
↓ 33 callersFunctionmbedtls_ctr_drbg_free
Huawei_LiteOS/components/security/mbedtls/mbedtls-2.6.0/library/ctr_drbg.c:115
↓ 33 callersFunctionmbedtls_ctr_drbg_init
* CTR_DRBG context initialization */
Huawei_LiteOS/components/security/mbedtls/mbedtls-2.6.0/library/ctr_drbg.c:60
↓ 33 callersFunctionmbedtls_ctr_drbg_seed
Huawei_LiteOS/components/security/mbedtls/mbedtls-2.6.0/library/ctr_drbg.c:105
↓ 33 callersFunctionutils_intToText
Huawei_LiteOS/components/connectivity/lwm2m/core/lwm2m_utils.c:165
↓ 32 callersFunctionmbedtls_ecp_point_free
* Unallocate (the components of) a point */
Huawei_LiteOS/components/security/mbedtls/mbedtls-2.6.0/library/ecp.c:313
↓ 32 callersFunctionmbedtls_mpi_read_file
* Read X from an opened file */
Huawei_LiteOS/components/security/mbedtls/mbedtls-2.6.0/library/bignum.c:600
↓ 32 callersFunctionmbedtls_mpi_shift_r
* Right-shift: X >>= count */
Huawei_LiteOS/components/security/mbedtls/mbedtls-2.6.0/library/bignum.c:765
↓ 32 callersFunctionppp_notice
* ppp_notice - log a notice-level message. */
Huawei_LiteOS/components/net/lwip/lwip-2.0.3/src/netif/ppp/utils.c:672
↓ 32 callersFunctionst_word
Huawei_LiteOS/components/fs/fatfs/ff13b/source/ff.c:608
↓ 32 callersFunctionsys_timeout
LWIP_DEBUG_TIMERNAMES */
Huawei_LiteOS/components/net/lwip/lwip-2.0.3/src/core/timeouts.c:203
↓ 31 callersFunctionld_word
Huawei_LiteOS/components/fs/fatfs/ff13b/source/ff.c:570
↓ 31 callersFunctionmbedtls_entropy_free
Huawei_LiteOS/components/security/mbedtls/mbedtls-2.6.0/library/entropy.c:120
↓ 31 callersFunctionmbedtls_entropy_init
Huawei_LiteOS/components/security/mbedtls/mbedtls-2.6.0/library/entropy.c:69
↓ 31 callersFunctionmbedtls_md_free
Huawei_LiteOS/components/security/mbedtls/mbedtls-2.6.0/library/md.c:186
↓ 31 callersFunctionmbedtls_x509_crt_init
* Initialize a certificate chain */
Huawei_LiteOS/components/security/mbedtls/mbedtls-2.6.0/library/x509_crt.c:2338
↓ 30 callersFunctionUSB_HC_Halt
* @brief Halt a host channel * @param USBx : Selected device * @param hc_num : Host Channel number * This parameter can be a value fr
Huawei_LiteOS/targets/STM32F103VET6_NB_GCC/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_usb.c:1375
↓ 30 callersFunction__ISB
\brief Instruction Synchronization Barrier \details Instruction Synchronization Barrier flushes the pipeline in the processor, so that
Huawei_LiteOS/arch/arm/common/cmsis/cmsis_gcc.h:740
↓ 30 callersFunctiondisk_write
* @brief Writes Sector(s) * @param pdrv: Physical drive number (0..) * @param *buff: Data to be written * @param sector: Sector address (L
Huawei_LiteOS/components/fs/fatfs/ff13b/source/diskio.c:81
↓ 30 callersFunctionlwm2m_list_find
Huawei_LiteOS/components/connectivity/lwm2m/core/list.c:47
↓ 30 callersFunctionmbedtls_md5_update
* MD5 process buffer */
Huawei_LiteOS/components/security/mbedtls/mbedtls-2.6.0/library/md5.c:239
↓ 30 callersFunctionmbedtls_net_free
* Gracefully close the connection */
Huawei_LiteOS/components/security/mbedtls/mbedtls-2.6.0/library/net_sockets.c:576
↓ 30 callersFunctionmem_cpy
Copy memory to memory */
Huawei_LiteOS/components/fs/fatfs/ff13b/source/ff.c:644
↓ 30 callersFunctiontcp_abort
* @ingroup tcp_raw * Aborts the connection by sending a RST (reset) segment to the remote * host. The pcb is deallocated. This function never fails.
Huawei_LiteOS/components/net/lwip/lwip-2.0.3/src/core/tcp.c:540
↓ 29 callersFunctionerr_to_errno
Huawei_LiteOS/components/net/lwip/lwip-2.0.3/src/api/err.c:68
next →1–100 of 11,895, ranked by callers