Searched refs:getHardwareInfo (Results 1 – 4 of 4) sorted by relevance
58 mSupportedCurve = mBinder.getHardwareInfo().supportedEekCurve; in SystemInterface()172 return mBinder.getHardwareInfo().versionNumber; in getVersion()183 int batchSize = mBinder.getHardwareInfo().supportedNumKeysInCsr; in getBatchSize()
129 doThrow(new UnsupportedOperationException()).when(mockedBinder).getHardwareInfo(); in testGetAllInstancesWithUnsupportedService()139 doThrow(new UnsupportedOperationException()).when(mockedBinder).getHardwareInfo(); in testGetInstanceWithUnsupportedService()372 when(mockedComponent.getHardwareInfo()).thenReturn(mockedHardwareInfo); in mockSystemInterfaceFailure()387 when(mockedComponent.getHardwareInfo()).thenReturn(hwInfo); in mockSystemInterface()
52 fn getHardwareInfo(&self) -> BinderResult<RpcHardwareInfo> { in getHardwareInfo() method
286 RpcHardwareInfo hwInfo = irpc.getHardwareInfo(); in generateCsr()