Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:GetIfaceName
(Results
1 - 8
of
8
) sorted by relevance
/foundation/communication/netmanager_ext/services/wearabledistributednetmanager/src/
H
A
D
wearable_distributed_net_link_info.cpp
36
std::string WearableDistributedNetLinkInfo::
GetIfaceName
()
in GetIfaceName()
function in OHOS::NetManagerStandard::WearableDistributedNetLinkInfo
249
if (!
GetIfaceName
().empty()) {
in SetInterFaceName()
250
linkInfo.ifaceName_ =
GetIfaceName
();
in SetInterFaceName()
284
route.iface_ =
GetIfaceName
();
in SetNetLinkRouteInfo()
/foundation/communication/netmanager_ext/services/wearabledistributednetmanager/include/
H
A
D
wearable_distributed_net_link_info.h
42
std::string
GetIfaceName
();
/foundation/communication/netmanager_base/services/netconnmanager/include/
H
A
D
network.h
46
std::string
GetIfaceName
() const;
/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/idl_client/unittest/
H
A
D
hal_device_manage_test.h
51
virtual int32_t
GetIfaceName
(std::string& name)
in GetIfaceName()
function in OHOS::Wifi::IChipIfaceTest
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_native/hal_device_manage/
H
A
D
hal_device_manage.cpp
909
bool HalDeviceManager::
GetIfaceName
(sptr<IChipIface> &iface, std::string &ifaceName)
in GetIfaceName()
function in OHOS::Wifi::HalDeviceManager
912
int32_t ret = iface->
GetIfaceName
(ifaceName);
in GetIfaceName()
914
LOGE("
GetIfaceName
, call
GetIfaceName
failed! ret:%{public}d", ret);
in GetIfaceName()
918
LOGI("
GetIfaceName
, ifaceName:%{public}s", ifaceName.c_str());
in GetIfaceName()
1392
if (!
GetIfaceName
(iface, ifaceName)) {
in CreateIfaceIfPossible()
1491
if (!
GetIfaceName
(iface, ifaceName)) {
in RemoveIface()
H
A
D
hal_device_manage.h
419
bool
GetIfaceName
(sptr<IChipIface> &iface, std::string &ifaceName);
/foundation/communication/netmanager_base/services/netconnmanager/src/
H
A
D
net_conn_service.cpp
1694
std::string ifaceName = network->
GetIfaceName
();
in GetIfaceNames()
1733
ifaceName = network->
GetIfaceName
();
in GetIfaceNameByType()
1761
std::string ifaceName = network->
GetIfaceName
();
in GetIfaceNameIdentMaps()
2633
if (netSupplier.second->GetNetwork()->
GetIfaceName
() == ifaceName) {
in IsIfaceNameInUse()
H
A
D
network.cpp
255
std::string Network::
GetIfaceName
() const
in GetIfaceName()
function in OHOS::NetManagerStandard::Network
Completed in 11 milliseconds