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:DialingProcess
(Results
1 - 16
of
16
) sorted by relevance
/base/telephony/call_manager/test/fuzztest/call_fuzzer/
H
A
D
call_fuzzer.cpp
95
void
DialingProcess
(const uint8_t *data, size_t size)
in DialingProcess()
function
114
callObjectPtr->
DialingProcess
();
in DialingProcess()
200
callObjectPtr->
DialingProcess
();
in IMSCallFunc()
241
voipCall->
DialingProcess
();
in VoIPCallFunc()
355
callObjectPtr->
DialingProcess
();
in OttCallFunc()
467
callObjectPtr->
DialingProcess
();
in SatelliteCallFunc()
481
DialingProcess
(data, size);
in DoSomethingInterestingWithMyAPI()
/base/telephony/call_manager/services/call/include/
H
A
D
satellite_call.h
28
int32_t
DialingProcess
() override;
H
A
D
cs_call.h
29
int32_t
DialingProcess
() override;
H
A
D
voip_call.h
28
int32_t
DialingProcess
() override;
H
A
D
ott_call.h
30
int32_t
DialingProcess
() override;
H
A
D
ims_call.h
31
int32_t
DialingProcess
() override;
H
A
D
call_base.h
43
virtual int32_t
DialingProcess
() = 0;
/base/telephony/call_manager/services/call/src/
H
A
D
satellite_call.cpp
29
int32_t SatelliteCall::
DialingProcess
()
in DialingProcess()
function in OHOS::Telephony::SatelliteCall
H
A
D
cs_call.cpp
29
int32_t CSCall::
DialingProcess
()
in DialingProcess()
function in OHOS::Telephony::CSCall
H
A
D
voip_call.cpp
44
int32_t VoIPCall::
DialingProcess
()
in DialingProcess()
function in OHOS::Telephony::VoIPCall
H
A
D
ott_call.cpp
36
int32_t OTTCall::
DialingProcess
()
in DialingProcess()
function in OHOS::Telephony::OTTCall
H
A
D
ims_call.cpp
102
int32_t IMSCall::
DialingProcess
()
in DialingProcess()
function in OHOS::Telephony::IMSCall
H
A
D
call_status_manager.cpp
677
int32_t ret = call->
DialingProcess
();
in DialingHandle()
/base/telephony/call_manager/test/unittest/call_manager_zero_gtest/src/
H
A
D
zero_branch6_test.cpp
496
int32_t ret1 = call.
DialingProcess
();
in HWTEST_F()
H
A
D
zero_branch4_test.cpp
900
ASSERT_EQ(ottCall->
DialingProcess
(), TELEPHONY_SUCCESS);
in HWTEST_F()
/base/telephony/call_manager/test/unittest/call_manager_gtest/src/
H
A
D
call_manager7_gtest.cpp
800
EXPECT_EQ(voIPCall->
DialingProcess
(), TELEPHONY_SUCCESS);
in HWTEST_F()
Completed in 26 milliseconds