Home
last modified time | relevance | path

Searched refs:WFS_GetClientReadProgress (Results 1 – 3 of 3) sorted by relevance

/TwlSDK-5.3.1/include/nitro/wfs/
Dclient.h229 void WFS_GetClientReadProgress(WFSClientContext *context, int *current, int *total);
/TwlSDK-5.3.1/build/libraries/wfs/common/src/
Dwfs_client.c503 void WFS_GetClientReadProgress(WFSClientContext *context,int *current, int *total) in WFS_GetClientReadProgress() function
/TwlSDK-5.3.1/build/demos/wireless_shared/wfs/src/
Dwfs_common.c785 …return static_work->client && (WFS_GetClientReadProgress(static_work->client, current, total), TRU… in WFS_GetCurrentDownloadProgress()