Lines Matching full:param
323 * @param sessionType The session type to set
324 * @param sessionTag The session tag set by the application
325 * @param bundleName The bundle name to set
326 * @param abilityName The abilityName name to set
327 * @param avsession Pointer to a viriable to receive the OH_AVSession
332 * 1. The param of sessionType is invalid.
333 * 2. The param of sessionTag is nullptr.
334 * 3. The param of bundleName is nullptr.
335 * 4. The param of abilityName is nullptr.
336 * 5. The param of avsession is nullptr.
345 * @param avsession The avsession instance pointer
348 * {@link AV_SESSION_ERR_INVALID_PARAMETER} The param of avsession is nullptr.
356 * @param avsession The avsession instance pointer
360 * {@link AV_SESSION_ERR_INVALID_PARAMETER} The param of avsession is nullptr.
368 * @param avsession The avsession instance pointer
372 * {@link AV_SESSION_ERR_INVALID_PARAMETER} The param of avsession is nullptr.
380 * @param avsession The avsession instance pointer
381 * @param sessionType The returned session type
386 * 1. The param of avsession is invalid.
387 * 2. The param of sessionType is nullptr.
395 * @param avsession The avsession instance pointer
396 * @param sessionId The returned session id
400 * 1. The param of avsession is nullptr.
401 * 2. The param of sessionId is nullptr.
409 * @param avsession The avsession instance pointer
410 * @param avmetadata The metadata to set
415 * 1. The param of avsession is nullptr.
416 * 2. The param of avmetadata is nullptr.
424 * @param avsession The avsession instance pointer
425 * @param playbackState The playbackState to set
430 * 1. The param of avsession is nullptr.
431 * 2. The param of playbackState is invalid.
440 * @param avsession The avsession instance pointer
441 * @param playbackPosition The playbackPosition to set
446 * 1. The param of avsession is nullptr.
447 * 2. The param of playbackPosition is nullptr.
456 * @param avsession The avsession instance pointer
457 * @param favorite true means making the resource to be liked, false means dislike.
461 * {@link AV_SESSION_ERR_INVALID_PARAMETER} The param of avsession is nullptr.
469 * @param avsession The avsession instance pointer
470 * @param loopMode The loopmode to be set for playback.
475 * 1. The param of avsession is nullptr.
476 * 2. The param of loopMode is invalid.
484 * @param avsession The avsession instance pointer
485 * @param command The control command type to be registered.
486 * @param callback the {@link OH_AVSessionCallback_OnCommand} to be registered.
487 * @param userData User data which is passed by user.
493 * 1. The param of avsession is nullptr.
494 * 2. The param of callback is nullptr.
503 * @param avsession The avsession instance pointer
504 * @param command The control command type to be unregistered.
505 * @param callback the {@link OH_AVSessionCallback_OnCommand} to be unregistered.
511 * 1. The param of avsession is nullptr.
512 * 2. The param of callback is nullptr.
521 * @param avsession The avsession instance pointer
522 * @param callback the {@link OH_AVSessionCallback_OnFastForward} to be registered.
523 * @param userData User data which is passed by user.
528 * 1. The param of avsession is nullptr.
529 * 2. The param of callback is nullptr.
538 * @param avsession The avsession instance pointer
539 * @param callback the {@link OH_AVSessionCallback_OnFastForward} to be unregistered.
544 * 1. The param of avsession is nullptr.
545 * 2. The param of callback is nullptr.
554 * @param avsession The avsession instance pointer
555 * @param callback the {@link OH_AVSessionCallback_OnRewind} to be registered.
556 * @param userData User data which is passed by user.
561 * 1. The param of avsession is nullptr.
562 * 2. The param of callback is nullptr.
571 * @param avsession The avsession instance pointer
572 * @param callback the {@link OH_AVSessionCallback_OnRewind} to be unregistered.
577 * 1. The param of avsession is nullptr.
578 * 2. The param of callback is nullptr.
587 * @param avsession The avsession instance pointer
588 * @param callback the {@link OH_AVSessionCallback_OnSeek} to be registered.
589 * @param userData User data which is passed by user.
594 * 1. The param of avsession is nullptr.
595 * 2. The param of callback is nullptr.
604 * @param avsession The avsession instance pointer
605 * @param callback the {@link OH_AVSessionCallback_OnSeek} to be unregistered.
610 * 1. The param of avsession is nullptr.
611 * 2. The param of callback is nullptr.
620 * @param avsession The avsession instance pointer
621 * @param callback the {@link OH_AVSessionCallback_OnSetLoopMode} to be registered.
622 * @param userData User data which is passed by user.
627 * 1. The param of avsession is nullptr.
628 * 2. The param of callback is nullptr.
637 * @param avsession The avsession instance pointer
638 * @param callback the {@link OH_AVSessionCallback_OnSetLoopMode} to be unregistered.
643 * 1. The param of avsession is nullptr.
644 * 2. The param of callback is nullptr.
653 * @param avsession The avsession instance pointer
654 * @param callback the {@link OH_AVSessionCallback_OnToggleFavorite} to be registered.
655 * @param userData User data which is passed by user.
660 * 1. The param of avsession is nullptr.
661 * 2. The param of callback is nullptr.
670 * @param avsession The avsession instance pointer
671 * @param callback the {@link OH_AVSessionCallback_OnToggleFavorite} to be unregistered.
676 * 1. The param of avsession is nullptr.
677 * 2. The param of callback is nullptr.