/hardware/interfaces/tetheroffload/control/1.0/vts/functional/ |
D | VtsHalTetheroffloadControlV1_0TargetTest.cpp | 87 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/ |
D | IOffload.aidl | 39 void setLocalPrefixes(in String[] prefixes); in setLocalPrefixes() method
|
/hardware/interfaces/tetheroffload/aidl/aidl_api/android.hardware.tetheroffload/current/android/hardware/tetheroffload/ |
D | IOffload.aidl | 39 void setLocalPrefixes(in String[] prefixes); in setLocalPrefixes() method
|
/hardware/interfaces/tetheroffload/aidl/android/hardware/tetheroffload/ |
D | IOffload.aidl | 97 void setLocalPrefixes(in String[] prefixes); in setLocalPrefixes() method
|
/hardware/interfaces/tetheroffload/aidl/vts/functional/ |
D | VtsHalTetheroffloadTargetTest.cpp | 279 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/ |
D | IPACM_OffloadManager.h | 76 virtual RET setLocalPrefixes(std::vector<Prefix> &/* prefixes */);
|
/hardware/qcom/sm8150/data/ipacfg-mgr/ipacm/inc/ |
D | IPACM_OffloadManager.h | 76 virtual RET setLocalPrefixes(std::vector<Prefix> &/* prefixes */);
|
/hardware/interfaces/tetheroffload/aidl/default/ |
D | Offload.h | 45 ndk::ScopedAStatus setLocalPrefixes(const std::vector<std::string>& in_prefixes) override;
|
D | Offload.cpp | 117 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/ |
D | HAL.h | 139 Return<void> setLocalPrefixes(
|
/hardware/qcom/sm8150/data/ipacfg-mgr/hal/inc/ |
D | HAL.h | 140 Return<void> setLocalPrefixes(
|
/hardware/qcom/data/ipacfg-mgr/msm8998/hal/src/ |
D | HAL.cpp | 398 Return<void> HAL::setLocalPrefixes in setLocalPrefixes() function in HAL
|
/hardware/qcom/sm8150/data/ipacfg-mgr/hal/src/ |
D | HAL.cpp | 400 Return<void> HAL::setLocalPrefixes in setLocalPrefixes() function in HAL
|
/hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/src/ |
D | IPACM_OffloadManager.cpp | 189 RET IPACM_OffloadManager::setLocalPrefixes(std::vector<Prefix> &/* prefixes */) in setLocalPrefixes() function in IPACM_OffloadManager
|
/hardware/interfaces/tetheroffload/control/1.0/ |
D | IOffloadControl.hal | 78 setLocalPrefixes(vec<string> prefixes) generates (bool success, string errMsg);
|
/hardware/qcom/sm8150/data/ipacfg-mgr/ipacm/src/ |
D | IPACM_OffloadManager.cpp | 217 RET IPACM_OffloadManager::setLocalPrefixes(std::vector<Prefix> &/* prefixes */) in setLocalPrefixes() function in IPACM_OffloadManager
|