Home
last modified time | relevance | path

Searched defs:taskList (Results 1 – 6 of 6) sorted by relevance

/foundation/deviceprofile/device_info_manager/services/core/src/contentsensor/
Dcontent_sensor_manager.cpp49 std::list<std::shared_ptr<ContentCollector>> taskList; in Collect() local
/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/include/coap_discover/
Dcoap_app.h35 EpollTask taskList[MAX_COAP_SOCKET_NUM]; member
/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/coap_discover/
Dcoap_app.c69 EpollTask taskList[3 * MAX_COAP_SOCKET_NUM]; member
295 uint32_t GetTimeout(struct coap_context_t *ctx, uint32_t *socketNum, EpollTask *taskList, EpollDesc… in GetTimeout()
390 void DeRegisteCoAPEpollTaskCtx(struct coap_context_t *ctx, uint32_t *socketNum, EpollTask *taskList) in DeRegisteCoAPEpollTaskCtx()
/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/
Dnstackx_file_manager.c1079 FileListTask *GetFileListById(MutexList *taskList, uint16_t transId, uint8_t *isErrorOccurred) in GetFileListById()
1117 int32_t GetFileBlockListSize(MutexList *taskList, uint32_t *recvListAllSize, uint32_t *recvInnerAll… in GetFileBlockListSize()
/foundation/communication/dsoftbus/components/nstackx/nstackx_util/platform/liteos/
Dsys_epoll.c57 List taskList; member
/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/include/
Dnstackx_file_manager.h235 MutexList taskList; /* DATA:FileListTask */ member