Home | History | Annotate | Download | only in 1.2

Lines Matching refs:reason

141      *     the old radio modem. The modem must not use this param for any other reason.
142 * @param reason The request reason. Must be DataRequestReason.NORMAL or
144 * @param addresses If the reason is DataRequestReason.HANDOVER, this indicates the list of link
150 * unless reason is DataRequestReason.HANDOVER.
151 * @param dnses If the reason is DataRequestReason.HANDOVER, this indicates the list of DNS
154 * reason is DataRequestReason.HANDOVER.
160 bool isRoaming, DataRequestReason reason, vec<string> addresses, vec<string> dnses);
168 * @param reason The request reason. Must be normal, handover, or shutdown.
172 oneway deactivateDataCall_1_2(int32_t serial, int32_t cid, DataRequestReason reason);