Home
last modified time | relevance | path

Searched refs:setLocalPrefixes (Results 1 – 19 of 19) sorted by relevance

/aosp12/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/
H A DOffloadControllerTest.java262 offload.setLocalPrefixes(minimumLocalPrefixes); in testSetUpstreamLinkPropertiesWorking()
264 inOrder.verify(mHardware, times(1)).setLocalPrefixes(mStringArrayCaptor.capture()); in testSetUpstreamLinkPropertiesWorking()
273 inOrder.verify(mHardware, never()).setLocalPrefixes(mStringArrayCaptor.capture()); in testSetUpstreamLinkPropertiesWorking()
286 inOrder.verify(mHardware, never()).setLocalPrefixes(mStringArrayCaptor.capture()); in testSetUpstreamLinkPropertiesWorking()
303 inOrder.verify(mHardware, never()).setLocalPrefixes(mStringArrayCaptor.capture()); in testSetUpstreamLinkPropertiesWorking()
314 inOrder.verify(mHardware, never()).setLocalPrefixes(mStringArrayCaptor.capture()); in testSetUpstreamLinkPropertiesWorking()
325 inOrder.verify(mHardware, never()).setLocalPrefixes(mStringArrayCaptor.capture()); in testSetUpstreamLinkPropertiesWorking()
339 inOrder.verify(mHardware, never()).setLocalPrefixes(mStringArrayCaptor.capture()); in testSetUpstreamLinkPropertiesWorking()
360 inOrder.verify(mHardware, never()).setLocalPrefixes(mStringArrayCaptor.capture()); in testSetUpstreamLinkPropertiesWorking()
788 offload.setLocalPrefixes(minimumLocalPrefixes); in testControlCallbackOnSupportAvailableFetchesAllStatsAndPushesAllParameters()
[all …]
H A DOffloadHardwareInterfaceTest.java159 mOffloadHw.setLocalPrefixes(localPrefixes); in testSetLocalPrefixes()
160 verify(mIOffloadControl).setLocalPrefixes(eq(localPrefixes), any()); in testSetLocalPrefixes()
/aosp12/hardware/interfaces/tetheroffload/control/1.0/vts/functional/
H A DVtsHalTetheroffloadControlV1_0TargetTest.cpp87 const Return<void> ret = control->setLocalPrefixes(prefixes, ASSERT_FALSE_CALLBACK); in TEST_P()
162 const Return<void> ret = control->setLocalPrefixes(prefixes, ASSERT_TRUE_CALLBACK); in TEST_P()
169 const Return<void> ret = control->setLocalPrefixes(prefixes, ASSERT_TRUE_CALLBACK); in TEST_P()
176 const Return<void> ret = control->setLocalPrefixes(prefixes, ASSERT_TRUE_CALLBACK); in TEST_P()
185 const Return<void> ret = control->setLocalPrefixes(prefixes, ASSERT_FALSE_CALLBACK); in TEST_P()
192 const Return<void> ret = control->setLocalPrefixes(prefixes, ASSERT_FALSE_CALLBACK); in TEST_P()
/aosp12/hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/inc/
H A DIPACM_OffloadManager.h76 virtual RET setLocalPrefixes(std::vector<Prefix> &/* prefixes */);
/aosp12/hardware/qcom/sdm845/data/ipacfg-mgr/ipacm/inc/
H A DIPACM_OffloadManager.h76 virtual RET setLocalPrefixes(std::vector<Prefix> &/* prefixes */);
/aosp12/hardware/qcom/sm8150/data/ipacfg-mgr/ipacm/inc/
H A DIPACM_OffloadManager.h76 virtual RET setLocalPrefixes(std::vector<Prefix> &/* prefixes */);
/aosp12/hardware/qcom/data/ipacfg-mgr/msm8998/hal/inc/
H A DHAL.h139 Return<void> setLocalPrefixes(
/aosp12/hardware/qcom/sdm845/data/ipacfg-mgr/hal/inc/
H A DHAL.h139 Return<void> setLocalPrefixes(
/aosp12/hardware/qcom/sm8150/data/ipacfg-mgr/hal/inc/
H A DHAL.h140 Return<void> setLocalPrefixes(
/aosp12/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/
H A DOffloadHardwareInterface.java445 public boolean setLocalPrefixes(ArrayList<String> localPrefixes) { in setLocalPrefixes() method in OffloadHardwareInterface
451 mOffloadControl.setLocalPrefixes(localPrefixes, in setLocalPrefixes()
H A DOffloadController.java587 public void setLocalPrefixes(Set<IpPrefix> localPrefixes) { in setLocalPrefixes() method in OffloadController
720 return mHwInterface.setLocalPrefixes(new ArrayList<>(localPrefixStrs)); in computeAndPushLocalPrefixes()
H A DTethering.java2164 mOffloadController.setLocalPrefixes(localPrefixes); in sendOffloadExemptPrefixes()
/aosp12/hardware/qcom/data/ipacfg-mgr/msm8998/hal/src/
H A DHAL.cpp398 Return<void> HAL::setLocalPrefixes in setLocalPrefixes() function in HAL
/aosp12/hardware/qcom/sdm845/data/ipacfg-mgr/hal/src/
H A DHAL.cpp398 Return<void> HAL::setLocalPrefixes in setLocalPrefixes() function in HAL
/aosp12/hardware/qcom/sm8150/data/ipacfg-mgr/hal/src/
H A DHAL.cpp400 Return<void> HAL::setLocalPrefixes in setLocalPrefixes() function in HAL
/aosp12/hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/src/
H A DIPACM_OffloadManager.cpp189 RET IPACM_OffloadManager::setLocalPrefixes(std::vector<Prefix> &/* prefixes */) in setLocalPrefixes() function in IPACM_OffloadManager
/aosp12/hardware/interfaces/tetheroffload/control/1.0/
H A DIOffloadControl.hal78 setLocalPrefixes(vec<string> prefixes) generates (bool success, string errMsg);
/aosp12/hardware/qcom/sdm845/data/ipacfg-mgr/ipacm/src/
H A DIPACM_OffloadManager.cpp189 RET IPACM_OffloadManager::setLocalPrefixes(std::vector<Prefix> &/* prefixes */) in setLocalPrefixes() function in IPACM_OffloadManager
/aosp12/hardware/qcom/sm8150/data/ipacfg-mgr/ipacm/src/
H A DIPACM_OffloadManager.cpp217 RET IPACM_OffloadManager::setLocalPrefixes(std::vector<Prefix> &/* prefixes */) in setLocalPrefixes() function in IPACM_OffloadManager