/aosp_15_r20/system/connectivity/wificond/tests/ |
D | server_unittest.cpp | 199 EXPECT_TRUE(server_.createClientInterface( in TEST_F() 224 EXPECT_TRUE(server_.createClientInterface( in TEST_F() 245 EXPECT_TRUE(server_.createClientInterface( in TEST_F() 299 EXPECT_TRUE(server_.createClientInterface( in TEST_F() 327 EXPECT_TRUE(server_.createClientInterface( in TEST_F() 397 EXPECT_TRUE(server_.createClientInterface(kFakeInterfaceName, &client_if).isOk()); in TEST_F() 425 EXPECT_TRUE(server_.createClientInterface( in TEST_F()
|
/aosp_15_r20/system/connectivity/wificond/tests/integration/ |
D | client_interface_test.cpp | 48 EXPECT_TRUE(service->createClientInterface( in TEST() 65 EXPECT_TRUE(service->createClientInterface( in TEST() 83 EXPECT_TRUE(service->createClientInterface( in TEST()
|
D | scanner_test.cpp | 42 if (!service->createClientInterface( in InitInterfaceAndReturnScanner()
|
/aosp_15_r20/frameworks/base/wifi/tests/src/android/net/wifi/nl80211/ |
H A D | WifiNl80211ManagerTest.java | 186 when(mWificond.createClientInterface(any())).thenReturn(mClientInterface); in setUp() 204 when(mWificond.createClientInterface(TEST_INTERFACE_NAME)).thenReturn(mClientInterface); in testSetupInterfaceForClientMode() 205 verify(mWificond).createClientInterface(TEST_INTERFACE_NAME); in testSetupInterfaceForClientMode() 377 verify(mWificond).createClientInterface(TEST_INTERFACE_NAME); in testSetupMultipleInterfaces() 429 when(mWificond.createClientInterface(TEST_INTERFACE_NAME)).thenReturn(mClientInterface); in testSignalPoll() 442 when(mWificond.createClientInterface(TEST_INTERFACE_NAME)).thenReturn(mClientInterface); in testSignalPollErrorWhenNoClientInterfaceConfigured() 460 when(mWificond.createClientInterface(TEST_INTERFACE_NAME)).thenReturn(mClientInterface); in testGetTxPacketCounters() 474 when(mWificond.createClientInterface(TEST_INTERFACE_NAME)).thenReturn(mClientInterface); in testGetTxPacketCountersErrorWhenNoClientInterfaceConfigured() 493 when(mWificond.createClientInterface(TEST_INTERFACE_NAME)).thenReturn(mClientInterface); in testGetScanResultsErrorWhenNoClientInterfaceConfigured()
|
/aosp_15_r20/out/soong/.intermediates/system/connectivity/wificond/libwificond_ipc/android_arm64_armv8-2a_cortex-a55_static/gen/aidl/android/net/wifi/nl80211/ |
D | IWificond.h | 43 …virtual ::android::binder::Status createClientInterface(const ::std::string& iface_name, ::android… 70 …::android::binder::Status createClientInterface(const ::std::string& /*iface_name*/, ::android::sp… in createClientInterface() function
|
D | BnWificond.h | 61 …::android::binder::Status createClientInterface(const ::std::string& iface_name, ::android::sp<::a… in createClientInterface() function 62 auto _status = _aidl_delegate->createClientInterface(iface_name, _aidl_return); in createClientInterface()
|
D | BpWificond.h | 25 …::android::binder::Status createClientInterface(const ::std::string& iface_name, ::android::sp<::a…
|
D | IWificond.cpp | 71 ::android::binder::Status BpWificond::createClientInterface(const ::std::string& iface_name, ::andr… in createClientInterface() function in android::net::wifi::nl80211::BpWificond 88 return IWificond::getDefaultImpl()->createClientInterface(iface_name, _aidl_return); in createClientInterface() 691 ::android::binder::Status _aidl_status(createClientInterface(in_iface_name, &_aidl_return)); in onTransact()
|
/aosp_15_r20/packages/services/Car/cpp/computepipe/runner/client_interface/ |
D | Factory.cpp | 35 std::unique_ptr<ClientInterface> ClientInterfaceFactory::createClientInterface( in createClientInterface() function in android::automotive::computepipe::runner::client_interface::ClientInterfaceFactory
|
/aosp_15_r20/packages/services/Car/cpp/computepipe/runner/client_interface/include/ |
D | ClientInterface.h | 58 std::unique_ptr<ClientInterface> createClientInterface(
|
/aosp_15_r20/system/connectivity/wificond/aidl/android/net/wifi/nl80211/ |
D | IWificond.aidl | 36 @nullable IClientInterface createClientInterface(@utf8InCpp String iface_name); in createClientInterface() method
|
/aosp_15_r20/packages/services/Car/cpp/computepipe/example/ |
D | Runner.cpp | 66 sClientFactory.createClientInterface("aidl", options, engine); in main()
|
/aosp_15_r20/cts/tests/tests/wifi/mockWifi/src/android/wifi/mockwifi/nl80211/ |
H A D | WifiNL80211ManagerImp.java | 55 public IClientInterface createClientInterface(String ifaceName) { in createClientInterface() method in WifiNL80211ManagerImp
|
/aosp_15_r20/system/connectivity/wificond/ |
D | server.h | 86 android::binder::Status createClientInterface(
|
D | server.cpp | 191 Status Server::createClientInterface(const std::string& iface_name, in createClientInterface() function in android::wificond::Server
|
/aosp_15_r20/frameworks/base/wifi/java/src/android/net/wifi/nl80211/ |
H A D | WifiNl80211Manager.java | 717 clientInterface = mWificond.createClientInterface(ifaceName); in setupInterfaceForClientMode()
|
/aosp_15_r20/out/soong/.intermediates/frameworks/base/framework-minus-apex/android_common/javac/ |
D | framework.jar57 | META-INF/
META-INF/MANIFEST.MF
android/
android/app/
android/ ... |
/aosp_15_r20/out/soong/.intermediates/frameworks/base/framework-minus-apex/android_common/repackaged-jarjar/javac-57/ |
D | framework.jar | com/android/net/IProxyService.class
IProxyService.java
package com.android.net
public ... |
/aosp_15_r20/out/soong/.intermediates/frameworks/base/framework-minus-apex-headers/android_common/turbine/ |
D | framework.jar | android/annotation/AnimRes.class
<Unknown>
package android.annotation
public abstract annotation android. ... |
/aosp_15_r20/out/soong/.intermediates/frameworks/base/framework-minus-apex/android_common/turbine/ |
D | framework.jar | android/annotation/AnimRes.class
<Unknown>
package android.annotation
public abstract annotation android. ... |
/aosp_15_r20/out/soong/.intermediates/frameworks/base/framework-minus-apex/android_common/turbine-combined/ |
D | framework.jar | android/Manifest$permission.class
<Unknown>
package android
public final android.Manifest$permission ... |
/aosp_15_r20/out/soong/.intermediates/frameworks/base/framework-minus-apex/android_common/jarjar/turbine/ |
D | framework.jar | res/vendor.mime.types
res/debian.mime.types
res/android.mime ... |
/aosp_15_r20/out/target/common/obj/JAVA_LIBRARIES/framework-minus-apex_intermediates/ |
D | classes-header.jar | res/vendor.mime.types
res/debian.mime.types
res/android.mime ... |
/aosp_15_r20/out/soong/.intermediates/frameworks/base/framework-minus-apex-headers/android_common/jarjar/turbine/ |
D | framework.jar | res/vendor.mime.types
res/debian.mime.types
res/android.mime ... |
/aosp_15_r20/out/soong/.intermediates/frameworks/base/framework-minus-apex/android_common/repackaged-jarjar/turbine/ |
D | framework.jar | res/vendor.mime.types
res/debian.mime.types
res/android.mime ... |