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:PlmnFile
(Results
1 - 5
of
5
) sorted by relevance
/base/telephony/core_service/services/sim/src/
H
A
D
plmn_file.cpp
19
PlmnFile
::
PlmnFile
(unsigned char *bytes, int offset)
in PlmnFile()
function in OHOS::Telephony::PlmnFile
28
PlmnFile
::
PlmnFile
(const std::string &plmn, int accessTechs) : plmn_(plmn), rat_(accessTechs) {}
in PlmnFile()
function in OHOS::Telephony::PlmnFile
30
bool
PlmnFile
::ReadFromParcel(Parcel &parcel)
in ReadFromParcel()
35
bool
PlmnFile
::Marshalling(Parcel &parcel) const
in Marshalling()
38
TELEPHONY_LOGE("
PlmnFile
::Marshalling write source plmn_ to parcel failed");
in Marshalling()
42
TELEPHONY_LOGE("
PlmnFile
::Marshalling write source rat_ to parcel failed");
in Marshalling()
48
PlmnFile
::~
PlmnFile
() {}
in ~PlmnFile()
[all...]
/base/telephony/core_service/services/sim/include/
H
A
D
plmn_file.h
28
class
PlmnFile
: public Parcelable {
class
32
static
PlmnFile
*UnMarshalling(Parcel &parcel);
33
PlmnFile
(unsigned char *bytes, int offset);
34
~
PlmnFile
();
37
PlmnFile
(const std::string &plmn, int accessTechs);
H
A
D
icc_file.h
146
PlmnFile
*hplmnRAT_ = nullptr;
147
PlmnFile
*oplmnRAT_ = nullptr;
148
PlmnFile
*plmnRAT_ = nullptr;
/base/telephony/core_service/test/fuzztest/unmarshalling_fuzzer/
H
A
D
unmarshalling_fuzzer.cpp
37
auto plmnFile = std::make_shared<
PlmnFile
>(plmn, accessTechs);
in DoSomethingInterestingWithMyAPI()
/base/telephony/core_service/test/unittest/core_service_gtest/
H
A
D
zero_branch_test_sim_ril.cpp
258
auto plmnFile = std::make_shared<
PlmnFile
>(plmn, accessTechs);
in HWTEST_F()
Completed in 5 milliseconds