Home
last modified time | relevance | path

Searched refs:getDeviceManifest (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/cmds/lshal/
Dtest.cpp218 MOCK_CONST_METHOD0(getDeviceManifest, std::shared_ptr<const vintf::HalManifest>());
353 ON_CALL(*mockList, getDeviceManifest()) in initMockList()
758 ON_CALL(*mockList, getDeviceManifest()).WillByDefault(Return(deviceManifest)); in TEST_F()
793 EXPECT_CALL(*mockList, getDeviceManifest()) in SetUp()
DListCommand.h134 virtual std::shared_ptr<const vintf::HalManifest> getDeviceManifest() const;
DListCommand.cpp174 std::shared_ptr<const vintf::HalManifest> ListCommand::getDeviceManifest() const { in getDeviceManifest() function in android::lshal::ListCommand
200 return lshal::getVintfInfo(getDeviceManifest(), fqInstance, ta, DEVICE_MANIFEST) | in getVintfInfo()
792 for (auto manifest : {getDeviceManifest(), getFrameworkManifest()}) { in fetchManifestHals()