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:AnswerCall
(Results
1 - 25
of
55
) sorted by relevance
1
2
3
/base/telephony/call_manager/frameworks/native/include/
H
A
D
i_bluetooth_call.h
33
virtual int32_t
AnswerCall
() = 0;
H
A
D
bluetooth_call_proxy.h
44
*
AnswerCall
49
int32_t
AnswerCall
() override;
/base/telephony/call_manager/test/unittest/ui_client/
H
A
D
bluetooth_call_test.h
63
void
AnswerCall
();
H
A
D
bluetooth_call_test.cpp
217
memberFuncMap_[static_cast<uint32_t>(BluetoothCallFuncCode::TEST_ANSWER)] = &BluetoothCallTest::
AnswerCall
;
in InitFunMap()
285
void BluetoothCallTest::
AnswerCall
()
in AnswerCall()
function in OHOS::Telephony::BluetoothCallTest
289
int32_t ret = bluetoothCallClient.
AnswerCall
();
in AnswerCall()
/base/telephony/call_manager/services/bluetooth/include/
H
A
D
bluetooth_call_service.h
32
*
AnswerCall
37
int32_t
AnswerCall
() override;
/base/telephony/call_manager/services/call/include/
H
A
D
satellite_call.h
29
int32_t
AnswerCall
(int32_t videoState) override;
H
A
D
cs_call.h
30
int32_t
AnswerCall
(int32_t videoState) override;
H
A
D
voip_call.h
29
int32_t
AnswerCall
(int32_t videoState) override;
H
A
D
call_request_handler.h
67
int32_t
AnswerCall
(int32_t callId, int32_t videoState);
H
A
D
ott_call.h
31
int32_t
AnswerCall
(int32_t videoState) override;
H
A
D
ims_call.h
32
int32_t
AnswerCall
(int32_t videoState) override;
/base/telephony/call_manager/services/telephony_interaction/include/
H
A
D
voip_call_connection.h
40
int32_t
AnswerCall
(const VoipCallEventInfo &events, int32_t videoState);
/base/telephony/call_manager/interfaces/innerkits/
H
A
D
bluetooth_call_client.h
61
int32_t
AnswerCall
();
/base/telephony/call_manager/services/call/src/
H
A
D
satellite_call.cpp
34
int32_t SatelliteCall::
AnswerCall
(int32_t videoState)
in AnswerCall()
function in OHOS::Telephony::SatelliteCall
H
A
D
voip_call.cpp
49
int32_t VoIPCall::
AnswerCall
(int32_t videoState)
in AnswerCall()
function in OHOS::Telephony::VoIPCall
51
TELEPHONY_LOGI("VoIPCall::
AnswerCall
");
in AnswerCall()
58
DelayedSingleton<VoipCallConnection>::GetInstance()->
AnswerCall
(voipcallInfo, videoState);
in AnswerCall()
H
A
D
call_request_handler.cpp
47
int32_t CallRequestHandler::
AnswerCall
(int32_t callId, int32_t videoState)
in AnswerCall()
function in OHOS::Telephony::CallRequestHandler
H
A
D
call_request_process.cpp
104
int32_t ret = call->
AnswerCall
(videoState);
in AnswerRequest()
106
TELEPHONY_LOGE("
AnswerCall
failed!");
in AnswerRequest()
146
int32_t ret = call->
AnswerCall
(videoState);
in AnswerRequestForDsda()
148
TELEPHONY_LOGE("
AnswerCall
failed!");
in AnswerRequestForDsda()
270
int32_t ret = call->
AnswerCall
(videoState);
in HoldOrDisconnectedCall()
315
incomingCall->
AnswerCall
(videoState);
in HandleDsdaIncomingCall()
424
incomingCall->
AnswerCall
(static_cast<int32_t>(incomingCall->GetVideoStateType()));
in HandleCallWaitingNumOneNext()
469
incomingCall->
AnswerCall
(static_cast<int32_t>(incomingCall->GetVideoStateType()));
in HandleCallWaitingNumZero()
497
int32_t ret = incomingCall->
AnswerCall
(videoState);
in DisconnectOtherSubIdCall()
H
A
D
call_superprivacy_control_manager.cpp
152
DelayedSingleton<CallControlManager>::GetInstance()->
AnswerCall
(callId, videoState);
in CloseAnswerSuperPrivacyMode()
H
A
D
cs_call.cpp
34
int32_t CSCall::
AnswerCall
(int32_t videoState)
in AnswerCall()
function in OHOS::Telephony::CSCall
/base/telephony/call_manager/test/fuzztest/bluetoothdialcall_fuzzer/
H
A
D
bluetoothdialcall_fuzzer.cpp
29
void
AnswerCall
(const uint8_t *data, size_t size)
in AnswerCall()
function
207
AnswerCall
(data, size);
in DoSomethingInterestingWithMyAPI()
/base/telephony/call_manager/test/fuzztest/call_fuzzer/
H
A
D
call_fuzzer.cpp
69
callObjectPtr->
AnswerCall
(videoState);
in CSCallFunc()
201
callObjectPtr->
AnswerCall
(videoState);
in IMSCallFunc()
242
voipCall->
AnswerCall
(videoState);
in VoIPCallFunc()
356
callObjectPtr->
AnswerCall
(videoState);
in OttCallFunc()
468
callObjectPtr->
AnswerCall
(videoState);
in SatelliteCallFunc()
/base/telephony/call_manager/frameworks/native/src/
H
A
D
bluetooth_call_proxy.cpp
31
int32_t BluetoothCallProxy::
AnswerCall
()
in AnswerCall()
function in OHOS::Telephony::BluetoothCallProxy
H
A
D
bluetooth_call_client.cpp
104
int32_t BluetoothCallClient::
AnswerCall
()
in AnswerCall()
function in OHOS::Telephony::BluetoothCallClient
108
return g_bluetoothCallProxyPtr->
AnswerCall
();
in AnswerCall()
/base/telephony/call_manager/services/bluetooth/src/
H
A
D
bluetooth_call_service.cpp
39
int32_t BluetoothCallService::
AnswerCall
()
in AnswerCall()
function in OHOS::Telephony::BluetoothCallService
69
return callControlManagerPtr_->
AnswerCall
(callId, static_cast<int32_t>(videoState));
in AnswerCall()
/base/telephony/call_manager/services/telephony_interaction/src/
H
A
D
voip_call_connection.cpp
108
int32_t VoipCallConnection::
AnswerCall
(const VoipCallEventInfo &events, int32_t videoState)
in AnswerCall()
function in OHOS::Telephony::VoipCallConnection
113
TELEPHONY_LOGI("Voipconnect
AnswerCall
voipCallManagerInterfacePtr_ is null");
in AnswerCall()
Completed in 13 milliseconds
1
2
3