Searched refs:v6Gws (Results 1 – 5 of 5) sorted by relevance
/aosp12/hardware/interfaces/tetheroffload/control/1.0/vts/functional/ |
H A D | VtsHalTetheroffloadControlV1_0TargetTest.cpp | 69 const vector<hidl_string> v6Gws{hidl_string("fe80::db8:1"), hidl_string("fe80::db8:2")}; in TEST_P() local 113 const vector<hidl_string> v6Gws{hidl_string("fe80::db8:1")}; in TEST_P() local 115 control->setUpstreamParameters(iface, v4Addr, v4Gw, v6Gws, ASSERT_FALSE_CALLBACK); in TEST_P() 257 control->setUpstreamParameters(iface, v4Addr, v4Gw, v6Gws, ASSERT_TRUE_CALLBACK); in TEST_P() 269 control->setUpstreamParameters(iface, v4Addr, v4Gw, v6Gws, ASSERT_TRUE_CALLBACK); in TEST_P() 279 const vector<hidl_string> v6Gws{}; in TEST_P() local 302 const vector<hidl_string> v6Gws{}; in TEST_P() local 312 const vector<hidl_string> v6Gws{hidl_string("fe80::db8:1")}; in TEST_P() local 326 const vector<hidl_string> v6Gws{hidl_string("fe80::db8:1")}; in TEST_P() local 340 const vector<hidl_string> v6Gws{hidl_string("fe80::db8:1")}; in TEST_P() local [all …]
|
/aosp12/hardware/interfaces/tetheroffload/control/1.0/ |
H A D | IOffloadControl.hal | 138 * When iface and v6Gws are both non-null, and in the case of v6Gws, are not empty, the 155 * @param v6Gws A list of IPv6 addresses (for e.g. 2001:4860:0684:0:0:0:0:0:1002) for possible 163 setUpstreamParameters(string iface, string v4Addr, string v4Gw, vec<string> v6Gws)
|
/aosp12/hardware/qcom/data/ipacfg-mgr/msm8998/hal/src/ |
H A D | HAL.cpp | 486 const hidl_vec<hidl_string>& v6Gws, in setUpstreamParameters() argument 489 vector<string> v6GwStrs = convertHidlStrToStdStr(v6Gws); in setUpstreamParameters()
|
/aosp12/hardware/qcom/sdm845/data/ipacfg-mgr/hal/src/ |
H A D | HAL.cpp | 491 const hidl_vec<hidl_string>& v6Gws, in setUpstreamParameters() argument 494 vector<string> v6GwStrs = convertHidlStrToStdStr(v6Gws); in setUpstreamParameters()
|
/aosp12/hardware/qcom/sm8150/data/ipacfg-mgr/hal/src/ |
H A D | HAL.cpp | 493 const hidl_vec<hidl_string>& v6Gws, in setUpstreamParameters() argument 496 vector<string> v6GwStrs = convertHidlStrToStdStr(v6Gws); in setUpstreamParameters()
|