Searched refs:getStorageInfo (Results 1 – 10 of 10) sorted by relevance
62 Return<void> getStorageInfo(getStorageInfo_cb _hidl_cb) override { in getStorageInfo() function63 return service()->getStorageInfo(_hidl_cb); in getStorageInfo()
58 Return<void> getStorageInfo(getStorageInfo_cb _hidl_cb) override;
152 Return<void> Health::getStorageInfo(getStorageInfo_cb _hidl_cb) { in getStorageInfo() function in android::hardware::health::V2_1::implementation::Health185 GetHealthInfoField(this, &Health::getStorageInfo, &health_info.legacy.storageInfos); in getHealthInfo_2_1()
50 Return<void> getStorageInfo(getStorageInfo_cb _hidl_cb) override;
99 and/or `HealthImpl::getStorageInfo` directly. There is no need to override101 `getDiskStats` and `getStorageInfo` to retrieve storage information.228 // Return<void> getStorageInfo(getStorageInfo_cb _hidl_cb) override;
298 TEST_P(HealthHidlTest, getStorageInfo) { in TEST_P() argument299 EXPECT_OK(mHealth->getStorageInfo([](auto result, auto& value) { in TEST_P()
234 Return<void> Health::getStorageInfo(getStorageInfo_cb _hidl_cb) { in getStorageInfo() function in android::hardware::health::V2_0::implementation::Health
105 `IHealth.getStorageInfo`, add `libhealthstoragedefault` to `static_libs`.
150 getStorageInfo() generates (Result result, vec<StorageInfo> value);