Home
last modified time | relevance | path

Searched refs:feature_flags_ (Results 1 – 3 of 3) sorted by relevance

/hardware/interfaces/wifi/aidl/default/tests/
Dwifi_chip_unit_tests.cpp71 EXPECT_CALL(*feature_flags_, getChipModes(true)).WillRepeatedly(testing::Return(modes)); in setupV1IfaceCombination()
100 EXPECT_CALL(*feature_flags_, getChipModes(true)).WillRepeatedly(testing::Return(modes)); in setupV1_AwareIfaceCombination()
119 EXPECT_CALL(*feature_flags_, getChipModes(true)).WillRepeatedly(testing::Return(modes)); in setupV1_AwareDisabledApIfaceCombination()
144 EXPECT_CALL(*feature_flags_, getChipModes(true)).WillRepeatedly(testing::Return(modes)); in setupV2_AwareIfaceCombination()
163 EXPECT_CALL(*feature_flags_, getChipModes(true)).WillRepeatedly(testing::Return(modes)); in setupV2_AwareDisabledApIfaceCombination()
182 EXPECT_CALL(*feature_flags_, getChipModes(true)).WillRepeatedly(testing::Return(modes)); in setup_MultiIfaceCombination()
279 std::shared_ptr<NiceMock<feature_flags::MockWifiFeatureFlags>> feature_flags_{ member in aidl::android::hardware::wifi::WifiChipTest
285 feature_flags_, subsystemRestartHandler, true); in SetUp()
/hardware/interfaces/wifi/aidl/default/
Dwifi.h83 std::shared_ptr<feature_flags::WifiFeatureFlags> feature_flags_; variable
Dwifi.cpp183 feature_flags_(feature_flags), in Wifi()
277 feature_flags_, on_subsystem_restart_callback, false)); in startInternal()