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:INetworkSelector
(Results
1 - 8
of
8
) sorted by relevance
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/network_select/
H
A
D
network_selector_factory.h
33
using HandleFunc = std::unique_ptr<NetworkSelection::
INetworkSelector
> (NetworkSelectorFactory::*)();
41
std::optional<std::unique_ptr<NetworkSelection::
INetworkSelector
>> GetNetworkSelector(
48
std::unique_ptr<NetworkSelection::
INetworkSelector
> CreateAutoConnectNetworkSelector();
54
std::unique_ptr<NetworkSelection::
INetworkSelector
> CreateWifi2WifiNetworkSelector();
H
A
D
network_selector_factory.cpp
31
std::optional<std::unique_ptr<NetworkSelection::
INetworkSelector
>> NetworkSelectorFactory::GetNetworkSelector(
in GetNetworkSelector()
42
std::unique_ptr<NetworkSelection::
INetworkSelector
> NetworkSelectorFactory::CreateAutoConnectNetworkSelector()
in CreateAutoConnectNetworkSelector()
47
std::unique_ptr<NetworkSelection::
INetworkSelector
> NetworkSelectorFactory::CreateWifi2WifiNetworkSelector()
in CreateWifi2WifiNetworkSelector()
H
A
D
network_selection_manager.h
62
const std::unique_ptr<NetworkSelection::
INetworkSelector
> &networkSelector);
H
A
D
network_selection_manager.cpp
97
const std::unique_ptr<NetworkSelection::
INetworkSelector
> &networkSelector)
in TryNominate()
/foundation/communication/wifi/wifi/frameworks/native/interfaces/
H
A
D
network_selection.h
185
class
INetworkSelector
{
class
187
virtual ~
INetworkSelector
() = default;
210
class NetworkSelector : public
INetworkSelector
{
278
void AddSubNetworkSelector(const std::shared_ptr<
INetworkSelector
> &subNetworkSelector);
286
std::vector<std::shared_ptr<
INetworkSelector
>> subNetworkSelectors;
/foundation/communication/wifi/wifi/test/fuzztest/fuzz_common_func/
H
A
D
mock_auth_center.cpp
117
const std::unique_ptr<NetworkSelection::
INetworkSelector
> &networkSelector)
in TryNominate()
H
A
D
mock_auth_center.h
110
const std::unique_ptr<NetworkSelection::
INetworkSelector
> &networkSelector);
/foundation/communication/wifi/wifi/frameworks/native/src/
H
A
D
network_selection.cpp
270
void CompositeNetworkSelector::AddSubNetworkSelector(const std::shared_ptr<
INetworkSelector
> &subNetworkSelector)
Completed in 3 milliseconds