Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/include/
H A Dnstackx_file_manager.h356 int32_t FileManagerSetRecvParaWithConnType(FileManager *fileManager, uint16_t connectType);
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/
H A Dnstackx_file_manager.c1248 int32_t FileManagerSetRecvParaWithConnType(FileManager *fileManager, uint16_t connectType) in FileManagerSetRecvParaWithConnType() function
H A Dnstackx_dfile_session.c528 if (FileManagerSetRecvParaWithConnType(session->fileManager, connType) != NSTACKX_EOK) { in SetDFileSessionConfig()