Searched refs:prefixes (Results 1 – 8 of 8) sorted by relevance
/hardware/interfaces/tetheroffload/control/1.0/vts/functional/ |
D | VtsHalTetheroffloadControlV1_0TargetTest.cpp | 86 const vector<hidl_string> prefixes{hidl_string("2001:db8::/64")}; in TEST_P() local 87 const Return<void> ret = control->setLocalPrefixes(prefixes, ASSERT_FALSE_CALLBACK); in TEST_P() 161 const vector<hidl_string> prefixes{hidl_string("192.0.2.1")}; in TEST_P() local 162 const Return<void> ret = control->setLocalPrefixes(prefixes, ASSERT_TRUE_CALLBACK); in TEST_P() 168 const vector<hidl_string> prefixes{hidl_string("fe80::1")}; in TEST_P() local 169 const Return<void> ret = control->setLocalPrefixes(prefixes, ASSERT_TRUE_CALLBACK); in TEST_P() 175 const vector<hidl_string> prefixes{hidl_string("192.0.2.0/24"), hidl_string("fe80::/64")}; in TEST_P() local 176 const Return<void> ret = control->setLocalPrefixes(prefixes, ASSERT_TRUE_CALLBACK); in TEST_P() 184 const vector<hidl_string> prefixes{}; in TEST_P() local 185 const Return<void> ret = control->setLocalPrefixes(prefixes, ASSERT_FALSE_CALLBACK); in TEST_P() [all …]
|
/hardware/interfaces/tetheroffload/control/1.0/ |
D | IOffloadControl.hal | 66 * Instruct management process not to forward traffic destined to or from the specified prefixes. 70 * @param prefixes List containing fully specified prefixes. For e.g. 192.168.1.12/24 78 setLocalPrefixes(vec<string> prefixes) generates (bool success, string errMsg); 180 * If no upstream is currently configured, then these downstream interface and prefixes must be 196 * happen because the hardware cannot support the current number of prefixes, the
|
/hardware/qcom/data/ipacfg-mgr/msm8998/hal/src/ |
D | HAL.cpp | 400 const hidl_vec<hidl_string>& prefixes, in setLocalPrefixes() argument 405 vector<string> prefixesStr = convertHidlStrToStdStr(prefixes); in setLocalPrefixes()
|
/hardware/qcom/sdm845/data/ipacfg-mgr/hal/src/ |
D | HAL.cpp | 400 const hidl_vec<hidl_string>& prefixes, in setLocalPrefixes() argument 405 vector<string> prefixesStr = convertHidlStrToStdStr(prefixes); in setLocalPrefixes()
|
/hardware/qcom/sm8150/data/ipacfg-mgr/hal/src/ |
D | HAL.cpp | 402 const hidl_vec<hidl_string>& prefixes, in setLocalPrefixes() argument 407 vector<string> prefixesStr = convertHidlStrToStdStr(prefixes); in setLocalPrefixes()
|
/hardware/interfaces/broadcastradio/2.0/ |
D | ITunerSession.hal | 145 * prefixes).
|
/hardware/interfaces/neuralnetworks/1.2/ |
D | types.hal | 4981 * The mapping between extension names and prefixes of operand and
|
/hardware/interfaces/neuralnetworks/1.3/ |
D | types.hal | 5641 * The mapping between extension names and prefixes of operand and
|