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:OTTCall
(Results
1 - 6
of
6
) sorted by relevance
/base/telephony/call_manager/services/call/src/
H
A
D
ott_call.cpp
27
OTTCall
::
OTTCall
(DialParaInfo &info) : CallBase(info), ottCallConnectionPtr_(std::make_unique<OTTCallConnection>())
in OTTCall()
function in OHOS::Telephony::OTTCall
30
OTTCall
::
OTTCall
(DialParaInfo &info, AppExecFwk::PacMap &extras)
in OTTCall()
function in OHOS::Telephony::OTTCall
34
OTTCall
::~
OTTCall
() {}
in ~OTTCall()
36
int32_t
OTTCall
::DialingProcess()
in DialingProcess()
45
int32_t
OTTCall
::AnswerCall(int32_t videoState)
in AnswerCall()
74
int32_t
OTTCall
::RejectCall()
in RejectCall()
96
int32_t
OTTCall
[all...]
H
A
D
call_status_manager.cpp
1379
callPtr = (std::make_unique<
OTTCall
>(paraInfo, extras)).release();
in CreateNewCallByCallType()
1381
callPtr = (std::make_unique<
OTTCall
>(paraInfo)).release();
in CreateNewCallByCallType()
/base/telephony/call_manager/services/call/include/
H
A
D
ott_call.h
25
class
OTTCall
: public CallBase, public NetCallBase {
class
27
explicit
OTTCall
(DialParaInfo &info);
28
OTTCall
(DialParaInfo &info, AppExecFwk::PacMap &extras);
29
~
OTTCall
();
/base/telephony/call_manager/test/fuzztest/call_fuzzer/
H
A
D
call_fuzzer.cpp
350
sptr<
OTTCall
> callObjectPtr = std::make_unique<
OTTCall
>(paraInfo).release();
in OttCallFunc()
394
sptr<
OTTCall
> callObjectPtr = std::make_unique<
OTTCall
>(paraInfo).release();
in OttVideoCallFunc()
433
sptr<
OTTCall
> callObjectPtr = std::make_unique<
OTTCall
>(paraInfo).release();
in OttVideoCallWindowFunc()
/base/telephony/call_manager/test/unittest/call_manager_zero_gtest/src/
H
A
D
zero_branch4_test.cpp
897
std::shared_ptr<
OTTCall
> ottCall = std::make_shared<
OTTCall
>(info);
in HWTEST_F()
946
std::shared_ptr<
OTTCall
> ottCall = std::make_shared<
OTTCall
>(info);
in HWTEST_F()
H
A
D
zero_branch3_test.cpp
280
sptr<OHOS::Telephony::CallBase> callBase1 = new
OTTCall
(dialParaInfo);
in HWTEST_F()
320
sptr<OHOS::Telephony::CallBase> callBase1 = new
OTTCall
(dialParaInfo);
in HWTEST_F()
416
sptr<OHOS::Telephony::CallBase> callBase1 = new
OTTCall
(dialParaInfo);
in HWTEST_F()
469
sptr<OHOS::Telephony::CallBase> callBase1 = new
OTTCall
(dialParaInfo);
in HWTEST_F()
Completed in 8 milliseconds