OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:networkRemoveInterface
(Results
1 - 3
of
3
) sorted by null
/system/netd/server/binder/android/net/
INetd.aidl
122
void
networkRemoveInterface
(int netId, in @utf8InCpp String iface);
/system/netd/server/
NetdNativeService.h
53
binder::Status
networkRemoveInterface
(int32_t netId, const std::string& iface) override;
NetdNativeService.cpp
211
binder::Status NetdNativeService::
networkRemoveInterface
(int32_t netId, const std::string& iface) {
Completed in 222 milliseconds