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:interfaces_
(Results
1 - 25
of
37
) sorted by relevance
1
2
/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/data/
H
A
D
interface_manager.cpp
29
return updater(
interfaces_
[static_cast<int>(type)]);
in UpdateInterface()
35
return reader(
interfaces_
[static_cast<int>(type)]);
in ReadInterface()
41
auto info =
interfaces_
[static_cast<int>(type)];
in IsInterfaceAvailable()
88
interfaces_
[type].SetRole(LinkInfo::LinkMode::NONE);
in InitInterface()
89
interfaces_
[type].SetName(name);
in InitInterface()
90
interfaces_
[type].SetIsEnable(P2pAdapter::IsWifiP2pEnabled());
in InitInterface()
91
interfaces_
[type].SetBaseMac(WifiDirectUtils::MacArrayToString(WifiDirectUtils::GetInterfaceMacAddr(name)));
in InitInterface()
92
interfaces_
[type].SetCapability(capability);
in InitInterface()
H
A
D
interface_manager.h
64
InterfaceInfo
interfaces_
[InterfaceInfo::MAX];
member in OHOS::SoftBus::InterfaceManager
/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/
H
A
D
physical_network.cpp
35
for (it =
interfaces_
.begin(); it !=
interfaces_
.end(); ++it) {
in AddDefault()
45
for (it =
interfaces_
.begin(); it !=
interfaces_
.end(); ++it) {
in RemoveDefault()
67
interfaces_
.insert(interfaceName);
in AddInterface()
88
interfaces_
.erase(interfaceName);
in RemoveInterface()
H
A
D
netsys_network.cpp
30
interfaces_
.clear();
in ClearInterfaces()
37
return
interfaces_
.find(interfaceName) !=
interfaces_
.end();
in ExistInterface()
H
A
D
virtual_network.cpp
44
for (const auto &interface :
interfaces_
) {
in AddUids()
60
for (const auto &interface :
interfaces_
) {
in RemoveUids()
88
interfaces_
.insert(interfaceName);
in AddInterface()
108
interfaces_
.erase(interfaceName);
in RemoveInterface()
H
A
D
local_network.cpp
39
interfaces_
.insert(interfaceName);
in AddInterface()
55
interfaces_
.erase(interfaceName);
in RemoveInterface()
/foundation/ability/idl_tool/ast/
H
A
D
ast_module.cpp
119
interfaces_
.push_back(interface);
in AddInterface()
125
if (index >=
interfaces_
.size()) {
in GetInterface()
129
return
interfaces_
[index];
in GetInterface()
134
for (size_t i = 0; i <
interfaces_
.size(); i++) {
in IndexOf()
135
if (
interfaces_
[i] == interface) {
in IndexOf()
207
return
interfaces_
.size() > 0;
in IsValid()
226
for (auto interface :
interfaces_
) {
in Dump()
234
for (auto interface :
interfaces_
) {
in Dump()
H
A
D
ast_namespace.cpp
67
interfaces_
.push_back(interface);
in AddInterface()
72
if (index >=
interfaces_
.size()) {
in GetInterface()
76
return
interfaces_
[index];
in GetInterface()
H
A
D
ast_namespace.h
56
return
interfaces_
.size();
in GetInterfaceNumber()
79
std::vector<AutoPtr<ASTInterfaceType>>
interfaces_
;
member in OHOS::Idl::ASTNamespace
H
A
D
ast_module.h
79
return
interfaces_
.size();
in GetInterfaceNumber()
130
std::vector<AutoPtr<ASTInterfaceType>>
interfaces_
;
member in OHOS::Idl::ASTModule
/foundation/ability/idl_tool/metadata/
H
A
D
metadata_serializer.cpp
50
MetaInterface* mi = mc->
interfaces_
[i];
in SerializeMetaComponent()
52
mc->
interfaces_
[i] = reinterpret_cast<MetaInterface*>(SerializeAdjust(mi));
in SerializeMetaComponent()
54
mc->
interfaces_
= reinterpret_cast<MetaInterface**>(SerializeAdjust(mc->
interfaces_
));
in SerializeMetaComponent()
176
mc->
interfaces_
= reinterpret_cast<MetaInterface**>(DeserializeAdjust(mc->
interfaces_
));
in DeserializeMetaComponent()
178
mc->
interfaces_
[i] = reinterpret_cast<MetaInterface*>(DeserializeAdjust(mc->
interfaces_
[i]));
in DeserializeMetaComponent()
179
MetaInterface* mi = mc->
interfaces_
[i];
in DeserializeMetaComponent()
H
A
D
meta_component.h
41
MetaInterface**
interfaces_
;
member
/foundation/ability/idl_tool/idl_tool_2/metadata/
H
A
D
metadata_serializer.cpp
47
MetaInterface* mi = mc->
interfaces_
[i];
in SerializeMetaComponent()
49
mc->
interfaces_
[i] = reinterpret_cast<MetaInterface*>(SerializeAdjust(mi));
in SerializeMetaComponent()
51
mc->
interfaces_
= reinterpret_cast<MetaInterface**>(SerializeAdjust(mc->
interfaces_
));
in SerializeMetaComponent()
169
mc->
interfaces_
= reinterpret_cast<MetaInterface**>(DeserializeAdjust(mc->
interfaces_
));
in DeserializeMetaComponent()
171
mc->
interfaces_
[i] = reinterpret_cast<MetaInterface*>(DeserializeAdjust(mc->
interfaces_
[i]));
in DeserializeMetaComponent()
172
MetaInterface* mi = mc->
interfaces_
[i];
in DeserializeMetaComponent()
H
A
D
meta_component.h
40
MetaInterface**
interfaces_
;
member
/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_manager_test/
H
A
D
physical_network_test.cpp
69
physicNetwork.
interfaces_
.insert(interfaceName1);
in HWTEST_F()
110
instance_->
interfaces_
.clear();
in HWTEST_F()
119
instance_->
interfaces_
.clear();
in HWTEST_F()
141
instance_->
interfaces_
.clear();
in HWTEST_F()
151
instance_->
interfaces_
.clear();
in HWTEST_F()
161
instance_->
interfaces_
.clear();
in HWTEST_F()
H
A
D
local_network_test.cpp
54
localNetwork.
interfaces_
.insert(interfaceName);
in HWTEST_F()
59
localNetwork.
interfaces_
.clear();
in HWTEST_F()
/foundation/ability/idl_tool/idl_tool_2/ast/
H
A
D
ast_namespace.cpp
65
interfaces_
.push_back(interface);
in AddInterface()
70
if (index >=
interfaces_
.size()) {
in GetInterface()
74
return
interfaces_
[index];
in GetInterface()
H
A
D
ast_namespace.h
57
return
interfaces_
.size();
in GetInterfaceNumber()
81
std::vector<AutoPtr<ASTInterfaceType>>
interfaces_
;
member in OHOS::Idl::ASTNamespace
/foundation/communication/netmanager_base/services/netmanagernative/include/netsys/
H
A
D
netsys_network.h
84
* @return Returns
interfaces_
88
return
interfaces_
;
in GetAllInterface()
104
std::set<std::string>
interfaces_
;
member in OHOS::nmd::NetsysNetwork
/foundation/multimedia/av_codec/services/services/codec/server/post_processing/
H
A
D
dynamic_interface.cpp
74
interfaces_
[i] = static_cast<void*>(fp);
in ReadSymbols()
82
interfaces_
.fill(nullptr);
in ClearSymbols()
H
A
D
dynamic_interface.h
41
auto interface = reinterpret_cast<DynamicInterfaceFuncTypes::Get<I>>(
interfaces_
[I]);
in Invoke()
60
std::array<void*, DYNAMIC_INTERFACE_NUM>
interfaces_
{nullptr};
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H
A
D
bluetooth_ble_advertiser_stub.cpp
30
BluetoothBleAdvertiserStub::
interfaces_
= {
member in OHOS::Bluetooth::BluetoothBleAdvertiserStub
65
auto it =
interfaces_
.find(code);
in OnRemoteRequest()
66
if (it ==
interfaces_
.end()) {
in OnRemoteRequest()
H
A
D
bluetooth_ble_central_manager_stub.cpp
29
BluetoothBleCentralManagerStub::
interfaces_
= {
member in OHOS::Bluetooth::BluetoothBleCentralManagerStub
91
auto it =
interfaces_
.find(code);
in OnRemoteRequest()
92
if (it ==
interfaces_
.end()) {
in OnRemoteRequest()
/foundation/ability/idl_tool/codegen/
H
A
D
code_emitter.cpp
26
metaInterface_ = metaComponent_->
interfaces_
[i];
in CodeEmitter()
/foundation/communication/bluetooth_service/services/bluetooth/ipc/include/
H
A
D
bluetooth_ble_advertiser_stub.h
38
interfaces_
;
member in OHOS::Bluetooth::BluetoothBleAdvertiserStub
Completed in 7 milliseconds
1
2