Home | History | Annotate | Download | only in cellular

Lines Matching full:post_data

777   string post_data = olp_list[0].post_data;
779 &post_data, 0, "${iccid}", cellular()->sim_identifier());
781 &post_data, 0, "${imei}", cellular()->imei());
783 &post_data, 0, "${imsi}", cellular()->imsi());
785 &post_data, 0, "${mdn}", GetMdnForOLP(cellular()->home_provider_info()));
787 &post_data, 0, "${min}", cellular()->min());
788 cellular()->service()->SetOLP(olp_list[0].url, olp_list[0].method, post_data);