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:DialCdma
(Results
1 - 5
of
5
) sorted by relevance
/base/telephony/cellular_call/test/fuzztest/separateconference_fuzzer/
H
A
D
separateconference_fuzzer.cpp
63
cSControl->
DialCdma
(callInfo);
in DoSomethingInterestingWithMyAPI()
/base/telephony/cellular_call/services/control/include/
H
A
D
cs_control.h
242
int32_t
DialCdma
(const CellularCallInfo &callInfo);
/base/telephony/cellular_call/services/control/src/
H
A
D
cs_control.cpp
54
return
DialCdma
(callInfo);
in Dial()
62
int32_t CSControl::
DialCdma
(const CellularCallInfo &callInfo)
in DialCdma()
function in OHOS::Telephony::CSControl
64
TELEPHONY_LOGI("
DialCdma
entry.");
in DialCdma()
71
TELEPHONY_LOGI("
DialCdma
return, mmi code type.");
in DialCdma()
77
TELEPHONY_LOGE("CSControl::
DialCdma
return, error type: call state error.");
in DialCdma()
84
TELEPHONY_LOGI("
DialCdma
, CDMA is have connection in active state.");
in DialCdma()
/base/telephony/cellular_call/test/unittest/cstest/
H
A
D
cs2_test.cpp
613
EXPECT_EQ(csControl->
DialCdma
(cellularCallInfo), CALL_ERR_RESOURCE_UNAVAILABLE);
in HWTEST_F()
618
EXPECT_EQ(csControl->
DialCdma
(cellularCallInfo), CALL_ERR_RESOURCE_UNAVAILABLE);
in HWTEST_F()
621
EXPECT_NE(csControl->
DialCdma
(cellularCallInfo), TELEPHONY_SUCCESS);
in HWTEST_F()
/base/telephony/cellular_call/test/unittest/imstest/
H
A
D
zero_branch_test.cpp
712
csControl.
DialCdma
(cellularCallInfo);
in HWTEST_F()
774
csControl.
DialCdma
(cellularCallInfo);
in HWTEST_F()
Completed in 6 milliseconds