Searched refs:feature_flags_ (Results 1 – 3 of 3) sorted by relevance
/hardware/interfaces/wifi/aidl/default/tests/ |
D | wifi_chip_unit_tests.cpp | 71 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/ |
D | wifi.h | 83 std::shared_ptr<feature_flags::WifiFeatureFlags> feature_flags_; variable
|
D | wifi.cpp | 183 feature_flags_(feature_flags), in Wifi() 277 feature_flags_, on_subsystem_restart_callback, false)); in startInternal()
|