Home
last modified time | relevance | path

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

/hardware/interfaces/tetheroffload/control/1.0/vts/functional/
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()
/hardware/interfaces/tetheroffload/aidl/aidl_api/android.hardware.tetheroffload/1/android/hardware/tetheroffload/
DIOffload.aidl39 void setLocalPrefixes(in String[] prefixes); in setLocalPrefixes() method
/hardware/interfaces/tetheroffload/aidl/aidl_api/android.hardware.tetheroffload/current/android/hardware/tetheroffload/
DIOffload.aidl39 void setLocalPrefixes(in String[] prefixes); in setLocalPrefixes() method
/hardware/interfaces/tetheroffload/aidl/android/hardware/tetheroffload/
DIOffload.aidl97 void setLocalPrefixes(in String[] prefixes); in setLocalPrefixes() method
/hardware/interfaces/tetheroffload/aidl/vts/functional/
DVtsHalTetheroffloadTargetTest.cpp279 EXPECT_EQ(EX_ILLEGAL_STATE, mOffload->setLocalPrefixes(prefixes).getExceptionCode()); in TEST_P()
353 EXPECT_EQ(EX_ILLEGAL_ARGUMENT, mOffload->setLocalPrefixes(prefixes).getExceptionCode()); in TEST_P()
359 EXPECT_EQ(EX_ILLEGAL_ARGUMENT, mOffload->setLocalPrefixes(prefixes).getExceptionCode()); in TEST_P()
365 auto ret = mOffload->setLocalPrefixes(prefixes); in TEST_P()
374 EXPECT_EQ(EX_ILLEGAL_ARGUMENT, mOffload->setLocalPrefixes(prefixes).getExceptionCode()); in TEST_P()
380 EXPECT_EQ(EX_ILLEGAL_ARGUMENT, mOffload->setLocalPrefixes(prefixes).getExceptionCode()); in TEST_P()
/hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/inc/
DIPACM_OffloadManager.h76 virtual RET setLocalPrefixes(std::vector<Prefix> &/* prefixes */);
/hardware/qcom/sm8150/data/ipacfg-mgr/ipacm/inc/
DIPACM_OffloadManager.h76 virtual RET setLocalPrefixes(std::vector<Prefix> &/* prefixes */);
/hardware/interfaces/tetheroffload/aidl/default/
DOffload.h45 ndk::ScopedAStatus setLocalPrefixes(const std::vector<std::string>& in_prefixes) override;
DOffload.cpp117 ndk::ScopedAStatus Offload::setLocalPrefixes(const std::vector<std::string>& in_prefixes) { in setLocalPrefixes() function in aidl::android::hardware::tetheroffload::impl::example::Offload
/hardware/qcom/data/ipacfg-mgr/msm8998/hal/inc/
DHAL.h139 Return<void> setLocalPrefixes(
/hardware/qcom/sm8150/data/ipacfg-mgr/hal/inc/
DHAL.h140 Return<void> setLocalPrefixes(
/hardware/qcom/data/ipacfg-mgr/msm8998/hal/src/
DHAL.cpp398 Return<void> HAL::setLocalPrefixes in setLocalPrefixes() function in HAL
/hardware/qcom/sm8150/data/ipacfg-mgr/hal/src/
DHAL.cpp400 Return<void> HAL::setLocalPrefixes in setLocalPrefixes() function in HAL
/hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/src/
DIPACM_OffloadManager.cpp189 RET IPACM_OffloadManager::setLocalPrefixes(std::vector<Prefix> &/* prefixes */) in setLocalPrefixes() function in IPACM_OffloadManager
/hardware/interfaces/tetheroffload/control/1.0/
DIOffloadControl.hal78 setLocalPrefixes(vec<string> prefixes) generates (bool success, string errMsg);
/hardware/qcom/sm8150/data/ipacfg-mgr/ipacm/src/
DIPACM_OffloadManager.cpp217 RET IPACM_OffloadManager::setLocalPrefixes(std::vector<Prefix> &/* prefixes */) in setLocalPrefixes() function in IPACM_OffloadManager