HomeSort by relevance Sort by last modified time
    Searched refs:networkAddInterface (Results 1 - 4 of 4) sorted by null

  /system/netd/server/binder/android/net/
INetd.aidl 111 void networkAddInterface(int netId, in @utf8InCpp String iface);
  /system/netd/server/
NetdNativeService.h 52 binder::Status networkAddInterface(int32_t netId, const std::string& iface) override;
NetdNativeService.cpp 205 binder::Status NetdNativeService::networkAddInterface(int32_t netId, const std::string& iface) {
  /system/netd/tests/
binder_test.cpp 464 EXPECT_TRUE(mNetd->networkAddInterface(TEST_NETID1, sTun.name()).isOk());
466 mNetd->networkAddInterface(TEST_NETID2, sTun.name()).serviceSpecificErrorCode());
469 EXPECT_TRUE(mNetd->networkAddInterface(TEST_NETID2, sTun.name()).isOk());
478 EXPECT_TRUE(mNetd->networkAddInterface(TEST_NETID1, sTun.name()).isOk());
    [all...]

Completed in 485 milliseconds