Searched refs:interfaceVersion (Results 1 – 5 of 5) sorted by relevance
91 doReturn(TEST_NETD_VERSION).`when`(this).interfaceVersion in <lambda>()148 doReturn(9990001).`when`(mockIpMemoryStoreCb).interfaceVersion in prepareDumpVersionTest()164 doReturn(9990002).`when`(mockDhcpCb).interfaceVersion in prepareDumpVersionTest()177 doReturn(9990003).`when`(mockNetworkMonitorCb).interfaceVersion in prepareDumpVersionTest()193 doReturn(9990004).`when`(mockIpClientCb).interfaceVersion in prepareDumpVersionTest()203 doReturn(9990005).`when`(mockIpClientCb).interfaceVersion in prepareDumpVersionTest()208 doReturn(9990005).`when`(mockDhcpCb).interfaceVersion in prepareDumpVersionTest()
261 int32_t interfaceVersion = 0; in getRemoteInterfaceVersion() local262 if (auto status = mHal->getInterfaceVersion(&interfaceVersion); !status.isOk()) { in getRemoteInterfaceVersion()265 return interfaceVersion; in getRemoteInterfaceVersion()
377 private SystemInterface mockSystemInterface(int supportedCurve, int interfaceVersion, in mockSystemInterface() argument381 mockedHardwareInfo.versionNumber = interfaceVersion; in mockSystemInterface()
584 @Nullable ProvisioningConfigurationParcelable p, int interfaceVersion) { in fromStableParcelable() argument605 if (interfaceVersion < VERSION_ADDED_PROVISIONING_ENUM) { in fromStableParcelable()
789 private void initCallbacks(int interfaceVersion) throws Exception { in initCallbacks() argument791 doReturn(interfaceVersion).when(mCallbacks).getInterfaceVersion(); in initCallbacks()