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:preferId
(Results
1 - 2
of
2
) sorted by relevance
/base/telephony/cellular_data/test/
H
A
D
apn_manager_test.cpp
275
auto
preferId
= 1;
in HWTEST_F()
local
277
defaultApnItem->attr_.profileId_ =
preferId
;
in HWTEST_F()
280
apnManager->preferId_ =
preferId
;
in HWTEST_F()
291
auto
preferId
= 1;
in HWTEST_F()
local
293
defaultApnItem->attr_.profileId_ =
preferId
;
in HWTEST_F()
296
apnManager->preferId_ =
preferId
;
in HWTEST_F()
307
auto
preferId
= 2;
in HWTEST_F()
local
312
apnManager->preferId_ =
preferId
;
in HWTEST_F()
402
auto
preferId
= 1;
in HWTEST_F()
local
403
apnManager->preferId_ =
preferId
;
in HWTEST_F()
420
auto
preferId
= 1;
HWTEST_F()
local
438
auto
preferId
= 1;
HWTEST_F()
local
[all...]
/base/telephony/cellular_data/services/src/apn_manager/
H
A
D
apn_manager.cpp
357
int32_t
preferId
= preferId_;
in MakeSpecificApnItem()
local
359
[
preferId
](auto &apn) { return apn != nullptr && apn->attr_.profileId_ ==
preferId
; });
in MakeSpecificApnItem()
517
int32_t
preferId
= preferId_;
in FetchDunApns()
local
519
auto it = std::find_if(allApnItem_.begin(), allApnItem_.end(), [
preferId
](auto &apn) {
in FetchDunApns()
520
return apn != nullptr && apn->attr_.profileId_ ==
preferId
;
in FetchDunApns()
540
int32_t
preferId
= preferId_;
in IsPreferredApnUserEdited()
local
541
auto it = std::find_if(allApnItem_.begin(), allApnItem_.end(), [
preferId
](auto &apn) {
in IsPreferredApnUserEdited()
542
return apn->attr_.profileId_ ==
preferId
;
in IsPreferredApnUserEdited()
Completed in 3 milliseconds