Lines Matching refs:string
41 * @return errMsg a human readable string if eror has occured.
48 initOffload(ITetheringOffloadCallback cb) generates (bool success, string errMsg);
58 * @return errMsg a human readable string if eror has occured.
63 stopOffload() generates (bool success, string errMsg);
74 * @return errMsg a human readable string if eror has occured.
78 setLocalPrefixes(vec<string> prefixes) generates (bool success, string errMsg);
95 getForwardedStats(string upstream) generates (uint64_t rxBytes, uint64_t txBytes);
125 * @return errMsg a human readable string if eror has occured.
127 setDataLimit(string upstream, uint64_t limit) generates (bool success, string errMsg);
159 * @return errMsg a human readable string if eror has occured.
163 setUpstreamParameters(string iface, string v4Addr, string v4Gw, vec<string> v6Gws)
164 generates (bool success, string errMsg);
193 * @return errMsg a human readable string if eror has occured.
203 addDownstream(string iface, string prefix) generates (bool success, string errMsg);
218 * @return errMsg a human readable string if eror has occured.
220 removeDownstream(string iface, string prefix) generates (bool success, string errMsg);