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:ScoreResult
(Results
1 - 8
of
8
) sorted by relevance
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/network_select/
H
A
D
wifi_comparator_impl.h
39
std::vector<
ScoreResult
> &scoreResults);
42
std::vector<
ScoreResult
> &scoreResults);
45
ScoreResult
&scoreResults);
H
A
D
wifi_comparator_impl.cpp
42
std::vector<
ScoreResult
> bestNetworkScoreResults; //score records of bestNetworkCandidates.
in GetBestCandidates()
49
ScoreResult
scoreResult;
in GetBestCandidates()
90
std::vector<
ScoreResult
> &scoreResults)
in LogSelectedCandidates()
100
std::vector<
ScoreResult
> &scoreResults)
in LogWorseSelectedCandidates()
112
ScoreResult
&scoreResult)
in LogWorseCandidate()
H
A
D
network_selection_utils.h
71
static std::string GetScoreResultsInfo(const std::vector<
ScoreResult
> &scoreResults);
H
A
D
wifi_scorer_impl.h
49
void DoScore(NetworkCandidate &networkCandidate,
ScoreResult
&scoreResult) override;
H
A
D
network_selection_utils.cpp
73
std::string NetworkSelectionUtils::GetScoreResultsInfo(const std::vector<
ScoreResult
> &scoreResults)
in GetScoreResultsInfo()
H
A
D
wifi_scorer_impl.cpp
128
void ThroughputScorer::DoScore(NetworkCandidate &networkCandidate,
ScoreResult
&scoreResult)
in DoScore()
/foundation/communication/wifi/wifi/frameworks/native/interfaces/
H
A
D
network_selection.h
32
struct
ScoreResult
{
struct
35
std::vector<
ScoreResult
> scoreDetails;
36
ScoreResult
() : score(0) {}
in ScoreResult()
function
129
virtual void DoScore(NetworkCandidate &networkCandidate,
ScoreResult
&scoreResult) = 0;
136
void DoScore(NetworkCandidate &networkCandidate,
ScoreResult
&scoreResult) final;
146
void DoScore(NetworkCandidate &networkCandidate,
ScoreResult
&scoreResult) final;
/foundation/communication/wifi/wifi/frameworks/native/src/
H
A
D
network_selection.cpp
33
std::string
ScoreResult
::ToString() const
in ToString()
157
void SimpleWifiScorer::DoScore(NetworkCandidate &networkCandidate,
ScoreResult
&scoreResult)
175
ScoreResult
&scoreResult)
180
ScoreResult
subScoreResult;
Completed in 4 milliseconds