* @return #STC_CALLBACK_CONTINUE to continue with the next iteration of the loop,
* otherwise #STC_CALLBACK_CANCEL to break out of the loop
*
- * @pre stc_get_stats() will invoke this callback.
* @pre stc_foreach_stats() will invoke this callback.
* @see stc_stats_info_get_app_id()
* @see stc_stats_info_get_iface_name()
* @see stc_stats_info_get_roaming_type()
* @see stc_stats_info_get_protocol_type()
* @see stc_stats_info_get_process_state()
- * @see stc_get_stats()
*/
typedef stc_callback_ret_e (*stc_stats_info_cb)(
stc_error_e result, stc_stats_info_h info, void *user_data);
* @see stc_stats_rule_get_iface_type()
* @see stc_stats_rule_get_time_period()
* @see stc_stats_info_cb()
- * @see stc_get_stats()
*/
int stc_foreach_stats(stc_h stc, stc_stats_rule_h rule,
stc_stats_info_cb info_cb, void *user_data) TIZEN_DEPRECATED_API;
* @see stc_stats_rule_get_iface_type()
* @see stc_stats_rule_get_time_period()
* @see stc_stats_info_cb()
- * @see stc_get_stats()
*/
int stc_get_total_stats(stc_h stc, stc_stats_rule_h rule,
stc_stats_info_cb info_cb, void *user_data) TIZEN_DEPRECATED_API;