Home
last modified time | relevance | path

Searched defs:alg (Results 1 – 7 of 7) sorted by relevance

/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/fillp/
Dfillp_flow_control_alg0.c33 struct FillpFlowControlAlg0 *alg = (struct FillpFlowControlAlg0 *)flowControl->fcAlg; in FillpAlg0CalSendInterval() local
45 static void FillpAlg0UpdateMaxRecvRate(struct FillpFlowControlAlg0 *alg, FILLP_UINT32 recvRate) in FillpAlg0UpdateMaxRecvRate()
52 static void FillpAlg0FlowControlInit(struct FillpPcb *pcb, struct FillpFlowControlAlg0 *alg) in FillpAlg0FlowControlInit()
81 struct FillpFlowControlAlg0 *alg = FILLP_NULL_PTR; in FillpAlg0FcInit() local
120 struct FillpFlowControlAlg0 *alg = (struct FillpFlowControlAlg0 *)pcb->send.flowControl.fcAlg; in FillpAlg0FcDeinit() local
145 struct FillpFlowControlAlg0 *alg = (struct FillpFlowControlAlg0 *)pcb->send.flowControl.fcAlg; in FillpAlg0CalMaxPackRcvInterval() local
159 struct FillpFlowControlAlg0 *alg = (struct FillpFlowControlAlg0 *)flowControl->fcAlg; in FillpAlg0FcHandleInit() local
192 struct FillpFlowControlAlg0 *alg = (struct FillpFlowControlAlg0 *)flowControl->fcAlg; in FillpAlg0FcHandleBwProbe() local
209 struct FillpFlowControlAlg0 *alg = (struct FillpFlowControlAlg0 *)flowControl->fcAlg; in FillpAlg0PackStateProcess() local
/foundation/multimedia/camera_framework/test/fuzztest/smoothzoom_fuzzer/
Dsmooth_zoom_fuzzer.cpp68 auto alg = fuzz->GetZoomAlgorithm(mode); in Test() local
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_hash/
Dhash.cpp32 static HASH_ALGORITHM_TYPE GetHashAlgorithm(const string &alg) in GetHashAlgorithm()
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fileio/properties/
Dhash.cpp36 static HASH_ALGORITHM_TYPE GetHashAlgorithm(const unique_ptr<char[]> &alg, const size_t algLen) in GetHashAlgorithm()
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_hash/class_hashstream/
Dhashstream_n_exporter.cpp28 static HASH_ALGORITHM_TYPE GetHashAlgorithm(const string &alg) in GetHashAlgorithm()
/foundation/communication/dsoftbus/components/nstackx/fillp/src/app_lib/src/
Dsocket_opt.c194 static FILLP_INT SockSetFcAlg(struct FtSocket *sock, FILLP_UINT32 alg) in SockSetFcAlg()
/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_native/client/hdi_client/
Dwifi_hdi_wpa_client_test.cpp1459 unsigned int alg = 1; variable