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:GetProtocolId
(Results
1 - 13
of
13
) sorted by relevance
/base/telephony/sms_mms/interfaces/innerkits/
H
A
D
short_message.h
164
int32_t
GetProtocolId
() const;
/base/telephony/sms_mms/services/sms/include/cdma/
H
A
D
cdma_sms_message.h
27
virtual int
GetProtocolId
() const;
/base/telephony/sms_mms/test/unittest/
H
A
D
short_message_test.cpp
89
std::cout << "
GetProtocolId
= " << shortMessage_->
GetProtocolId
() << std::endl;
in TestShowShortMessage()
/base/telephony/sms_mms/frameworks/native/sms/src/
H
A
D
short_message.cpp
184
int32_t ShortMessage::
GetProtocolId
() const
in GetProtocolId()
function in OHOS::Telephony::ShortMessage
/base/telephony/sms_mms/services/sms/include/
H
A
D
sms_base_message.h
78
virtual int
GetProtocolId
() const;
/base/telephony/sms_mms/test/fuzztest/cdmasmsmessage_fuzzer/
H
A
D
cdmasmsmessage_fuzzer.cpp
50
m_pCdmaSmsMessage->
GetProtocolId
();
in CreateMessageTest()
/base/telephony/sms_mms/services/sms/gsm/
H
A
D
gsm_sms_message.cpp
644
return (
GetProtocolId
() == 0x40);
in GetIsTypeZeroInd()
649
int protocolId =
GetProtocolId
();
in GetIsSIMDataTypeDownload()
/base/telephony/sms_mms/services/sms/
H
A
D
sms_base_message.cpp
143
int SmsBaseMessage::
GetProtocolId
() const
in GetProtocolId()
function in OHOS::Telephony::SmsBaseMessage
H
A
D
sms_service.cpp
740
message.protocolId_ = baseMessage->
GetProtocolId
();
in CreateMessage()
/base/telephony/sms_mms/services/sms/cdma/
H
A
D
cdma_sms_message.cpp
485
int CdmaSmsMessage::
GetProtocolId
() const
in GetProtocolId()
function in OHOS::Telephony::CdmaSmsMessage
/base/telephony/sms_mms/test/fuzztest/unittest_fuzzer/
H
A
D
unittest_fuzzer.cpp
629
m_pCdmaSmsMessage->
GetProtocolId
();
in TestIsOrGet()
/base/telephony/sms_mms/test/gtest/
H
A
D
zero_branch_sms_test.cpp
324
shortMessage->
GetProtocolId
();
in HWTEST_F()
2424
cdmaSmsMessage->
GetProtocolId
();
in HWTEST_F()
/base/telephony/sms_mms/frameworks/js/napi/src/
H
A
D
napi_sms.cpp
496
NapiUtil::SetPropertyInt32(env, object, "protocolId", shortMessage.
GetProtocolId
());
in CreateShortMessageValue()
Completed in 17 milliseconds