D | thermal_looper_test.cpp | 28 ON_CALL(*helper, isInitializedOk).WillByDefault(testing::Return(true)); in SetUp() 31 std::shared_ptr<testing::NiceMock<MockThermalHelper>> helper = member in aidl::android::hardware::thermal::implementation::ThermalLooperTest 33 std::shared_ptr<Thermal> thermal = ndk::SharedRefBase::make<Thermal>(helper); 64 ON_CALL(*helper, fillCurrentTemperatures) in TEST_F()
|