Lines Matching refs:param

286      * @param sessionId Indicates the unique session ID.
287 * @param result Indicates the result to return.
301 * @param sessionId Indicates the unique session ID.
312 * @param sessionId Indicates the unique session ID.
313 * @param data Indicates the pointer to the data received.
315 * @param dataLen Indicates the length of the data received.
326 * @param sessionId Indicates the unique session ID.
327 * @param data Indicates the pointer to the message received.
328 * @param dataLen Indicates the length of the message received.
339 * @param sessionId Indicates the unique session ID.
340 * @param data Indicates the pointer to the stream data received.
341 * @param ext Indicates the pointer to the extended service data received.
342 * @param param Indicates the pointer to the stream data frame information.
347 const StreamFrameInfo *param);
354 * @param sessionId Indicates the unique session ID.
355 * @param eventId Indicates the type of QoS information, such as the channel quality and stream quality.
356 * @param tvCount Indicates the number of TVs returned in the fourth parameter <b>tvList</b>.
357 * @param tvList Indicates the pointer to the TV list.
378 * @param sessionId Indicates the unique session ID.
379 * @param files Indicates the pointer to the files to receive.
380 * @param fileCnt Indicates the number of files to receive.
392 * @param sessionId Indicates the unique session ID.
393 * @param files Indicates the pointer to the first file received.
394 * @param bytesUpload Indicates the size of the files received.
395 * @param bytesTotal Indicates the total size of the files to receive, in bytes.
407 * @param sessionId Indicates the unique session ID.
408 * @param files Indicates the pointer to the files received.
409 * @param fileCnt Indicates the number of files received.
420 * @param sessionId Indicates the unique session ID.
441 * @param sessionId Indicates the unique session ID.
442 * @param bytesUpload Indicates the size of the file sent, in bytes.
443 * @param bytesTotal Indicates the total size of the file to send, in bytes.
455 * @param sessionId Indicates the unique session ID.
456 * @param firstFile Indicates the pointer to the first file to send.
468 * @param sessionId Indicates the unique session ID.
480 * @param pkgName Indicates the pointer to the service bundle name.
482 * @param sessionName Indicates the pointer to the session name, which is the unique ID of the session server.
484 * @param listener Indicates the pointer to the session callback, which cannot be empty.
496 * @param pkgName Indicates the pointer to the service bundle name.
498 * @param sessionName Indicates the pointer to the session name. The value cannot be empty or exceed 255 characters.
514 * @param mySessionName Indicates the pointer to the local session name.
515 * @param peerSessionName Indicates the pointer to the remote session name.
516 * @param peerNetworkId Indicates the pointer to the remote device ID.
517 * @param groupId Indicates the pointer to the group ID. This parameter can be left empty in automatic networking.
519 * @param attr Indicates the pointer to the session attributes {@link SessionAttribute}.
534 * @param sessionId Indicates the unique session ID.
548 * @param sessionId Indicates the unique session ID.
549 * @param data Indicates the pointer to the data to send, which cannot be <b>NULL</b>.
550 * @param len Indicates the length of the data to send.
565 * @param sessionId Indicates the unique session ID.
566 * @param data Indicates the pointer to the message to send, which cannot be <b>NULL</b>.
567 * @param len Indicates the length of the message to send.
586 * @param sessionId Indicates the unique session ID.
587 * @param data Indicates the pointer to the stream data to send, which cannot be <b>NULL</b>.
588 * @param ext Indicates the pointer to the extended stream data to send, which cannot be <b>NULL</b>.
589 * @param param Indicates the pointer to the stream frame information, which cannot be <b>NULL</b>.
598 int SendStream(int sessionId, const StreamData *data, const StreamData *ext, const StreamFrameInfo *param);
607 * @param sessionId Indicates the unique session ID.
608 * @param sessionName Indicates the pointer to the buffer for storing the session name.
609 * @param len Indicates the length of the buffer.
621 * @param sessionId Indicates the unique session ID.
622 * @param sessionName Indicates the pointer to the buffer for storing the session name.
623 * @param len Indicates the length of the buffer.
635 * @param sessionId Indicates the unique session ID.
636 * @param networkId Indicates the pointer to the buffer for storing the device ID.
637 * @param len Indicates the length of the buffer.
649 * @param sessionId Indicates the unique session ID.
661 * @param pkgName Indicates the pointer to the registered bundle name, which can be used to check
663 * @param sessionName Indicates the pointer to the buffer for storing the session name.
664 * @param recvListener Indicates the pointer to the file receive listener, which cannot be <b>NULL</b>.
665 * @param rootDir Indicates the pointer to the root directory of the file. The length cannot exceed 255 bits.
680 * @param pkgName Indicates the pointer to the service bundle name.
682 * @param sessionName Indicates the pointer to the buffer for storing the session name.
683 * @param sendListener Indicates the pointer to the file send listener, which cannot be <b>NULL</b>.
701 * @param sessionId Indicates the unique session ID.
702 * @param sFileList Indicates the pointer to the source files to send, which cannot be <b>NULL</b>.
703 * @param dFileList Indicates the pointer to the destination files, which cannot be <b>NULL</b>.
704 * @param fileCnt Indicates the number of files to send, which cannot be <b>0</b>.
718 * @param sessionId Indicates the session ID.
719 * @param option Indicates the session option type to get.
720 * @param optionValue Indicates the session option value to get, which cannot be <b>NULL</b>.
721 * @param valueSize Indicates the size of data which optionValue point to, which cannot be <b>0</b>.