OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mHealth
(Results
1 - 2
of
2
) sorted by null
/hardware/interfaces/health/2.0/vts/functional/
VtsHalHealthV2_0TargetTest.cpp
62
mHealth
= ::testing::VtsHalHidlTargetTestBase::getService<IHealth>(serviceName);
63
ASSERT_NE(
mHealth
, nullptr);
66
sp<IHealth>
mHealth
;
118
ASSERT_ALL_OK(
mHealth
->registerCallback(firstCallback));
119
ASSERT_ALL_OK(
mHealth
->registerCallback(secondCallback));
128
ASSERT_ALL_OK(
mHealth
->update());
133
ASSERT_ALL_OK(
mHealth
->unregisterCallback(firstCallback));
141
ASSERT_ALL_OK(
mHealth
->update());
146
ASSERT_ALL_OK(
mHealth
->unregisterCallback(secondCallback));
151
auto ret =
mHealth
->unregisterCallback(callback)
[
all
...]
/system/core/storaged/include/
storaged_diskstats.h
165
android::sp<android::hardware::health::V2_0::IHealth>
mHealth
;
193
mHealth
(healthService) {}
194
bool enabled() { return
mHealth
!= nullptr || DISK_STATS_PATH != nullptr; }
Completed in 147 milliseconds