Searched refs:prefixes (Results 1 – 11 of 11) sorted by relevance
/hardware/interfaces/tetheroffload/control/1.0/vts/functional/ |
D | VtsHalTetheroffloadControlV1_0TargetTest.cpp | 277 const vector<hidl_string> prefixes{hidl_string("2001:db8::/64")}; in TEST_P() local 278 const Return<void> ret = control->setLocalPrefixes(prefixes, ASSERT_FALSE_CALLBACK); in TEST_P() 367 const vector<hidl_string> prefixes{hidl_string("192.0.2.1")}; in TEST_P() local 368 const Return<void> ret = control->setLocalPrefixes(prefixes, ASSERT_TRUE_CALLBACK); in TEST_P() 374 const vector<hidl_string> prefixes{hidl_string("fe80::1")}; in TEST_P() local 375 const Return<void> ret = control->setLocalPrefixes(prefixes, ASSERT_TRUE_CALLBACK); in TEST_P() 381 const vector<hidl_string> prefixes{hidl_string("192.0.2.0/24"), hidl_string("fe80::/64")}; in TEST_P() local 382 const Return<void> ret = control->setLocalPrefixes(prefixes, ASSERT_TRUE_CALLBACK); in TEST_P() 390 const vector<hidl_string> prefixes{}; in TEST_P() local 391 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/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/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/interfaces/broadcastradio/2.0/ |
D | ITunerSession.hal | 145 * prefixes).
|
/hardware/interfaces/neuralnetworks/1.3/ |
D | types.t | 401 * The mapping between extension names and prefixes of operand and
|
D | types.hal | 5636 * The mapping between extension names and prefixes of operand and
|
/hardware/interfaces/neuralnetworks/1.2/ |
D | types.t | 377 * The mapping between extension names and prefixes of operand and
|
D | types.hal | 4979 * The mapping between extension names and prefixes of operand and
|
/hardware/qcom/msm8998/json-c/ |
D | Doxyfile | 563 # The IGNORE_PREFIX tag can be used to specify one or more prefixes that
|