Searched refs:mHealth (Results 1 – 1 of 1) sorted by relevance
73 mHealth = IHealth::getService(serviceName); in SetUp()74 ASSERT_NE(mHealth, nullptr); in SetUp()77 sp<IHealth> mHealth; member in android::hardware::health::V2_0::HealthHidlTest129 ASSERT_ALL_OK(mHealth->registerCallback(firstCallback)); in TEST_P()130 ASSERT_ALL_OK(mHealth->registerCallback(secondCallback)); in TEST_P()139 ASSERT_ALL_OK(mHealth->update()); in TEST_P()144 ASSERT_ALL_OK(mHealth->unregisterCallback(firstCallback)); in TEST_P()152 ASSERT_ALL_OK(mHealth->update()); in TEST_P()157 ASSERT_ALL_OK(mHealth->unregisterCallback(secondCallback)); in TEST_P()162 auto ret = mHealth->unregisterCallback(callback); in TEST_P()[all …]