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:ServiceClassType
(Results
1 - 6
of
6
) sorted by relevance
/base/telephony/cellular_call/test/unittest/imstest/
H
A
D
mmi_code_message_test.cpp
59
response.classCw =
ServiceClassType
::VOICE;
in HWTEST_F()
68
response.classCw =
ServiceClassType
::FAX;
in HWTEST_F()
77
response.classCw =
ServiceClassType
::SHORT_MESSAGE_SERVICE;
in HWTEST_F()
86
response.classCw =
ServiceClassType
::DATA_CIRCUIT_SYNC;
in HWTEST_F()
108
response.classCw =
ServiceClassType
::DATA_CIRCUIT_ASYNC;
in HWTEST_F()
117
response.classCw =
ServiceClassType
::DEDICATED_PACKET_ACCESS;
in HWTEST_F()
126
response.classCw =
ServiceClassType
::DEDICATED_PAD_ACCESS;
in HWTEST_F()
150
classex =
ServiceClassType
::VOICE;
in HWTEST_F()
153
classex =
ServiceClassType
::FAX;
in HWTEST_F()
156
classex =
ServiceClassType
in HWTEST_F()
[all...]
/base/telephony/cellular_call/services/common/src/
H
A
D
mmi_code_message.cpp
54
for (uint32_t classMask = 1; classMask <=
ServiceClassType
::DEDICATED_PAD_ACCESS; classMask <<= 1) {
in CreateGetCallTransferResultMessage()
135
for (uint32_t classMask = 1; classMask <=
ServiceClassType
::DEDICATED_PAD_ACCESS; classMask <<= 1) {
in CreateServiceClassMessage()
146
case
ServiceClassType
::VOICE:
in GetServiceClassName()
148
case
ServiceClassType
::FAX:
in GetServiceClassName()
150
case
ServiceClassType
::SHORT_MESSAGE_SERVICE:
in GetServiceClassName()
152
case
ServiceClassType
::DATA_CIRCUIT_SYNC:
in GetServiceClassName()
154
case
ServiceClassType
::DATA_CIRCUIT_ASYNC:
in GetServiceClassName()
156
case
ServiceClassType
::DEDICATED_PACKET_ACCESS:
in GetServiceClassName()
158
case
ServiceClassType
::DEDICATED_PAD_ACCESS:
in GetServiceClassName()
/base/telephony/cellular_call/services/common/include/
H
A
D
cellular_call_data_struct.h
140
enum
ServiceClassType
{
enum
/base/telephony/cellular_call/services/utils/src/
H
A
D
cellular_call_supplement.cpp
627
if (queryResult.classx > 0 && (static_cast<uint32_t>(queryResult.classx) &
ServiceClassType
::VOICE) != 0) {
in EventGetCallTransferInfo()
782
utCommand->classType =
ServiceClassType
::VOICE;
in SetCallTransferInfo()
796
callTransferParam.classx =
ServiceClassType
::VOICE;
in SetCallTransferInfo()
850
int32_t result = supplementRequestIms_.SetCallTransferRequest(slotId, cfInfo,
ServiceClassType
::VOICE, index);
in SetCallTransferInfoByIms()
923
int32_t classType =
ServiceClassType
::VOICE;
in SetCallWaiting()
/base/telephony/cellular_call/vendor/ims/test/unittest/ims_service_gtest/
H
A
D
ims_service_test.cpp
1243
ret = imsCallPtr_->SetCallWaiting(DEFAULT_SLOTID, DEFAULT_ACTIVE,
ServiceClassType
::VOICE);
in HWTEST_F()
1258
ret = imsCallPtr_->SetCallWaiting(SIM_SLOT_ID_1, DEFAULT_ACTIVE,
ServiceClassType
::VOICE);
in HWTEST_F()
/base/telephony/cellular_call/vendor/ims/test/ui_client/
H
A
D
ims_unit_test.cpp
662
return imsCallPtr->SetCallWaiting(slotId, activate,
ServiceClassType
::VOICE);
in SetCallWaiting()
Completed in 9 milliseconds