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
defs:callPtr
(Results
1 - 6
of
6
) sorted by relevance
/base/telephony/call_manager/services/call/src/
H
A
D
video_call_state.cpp
25
VideoCallState::VideoCallState(sptr<NetCallBase>
callPtr
)
in VideoCallState()
argument
97
AudioOnlyState::AudioOnlyState(sptr<NetCallBase>
callPtr
) : VideoCallState(
callPtr
) {}
in AudioOnlyState()
argument
270
VideoSendState::VideoSendState(sptr<NetCallBase>
callPtr
) : VideoCallState(
callPtr
) {}
in VideoSendState()
argument
397
VideoReceiveState::VideoReceiveState(sptr<NetCallBase>
callPtr
) : VideoCallState(
callPtr
) {}
in VideoReceiveState()
argument
546
VideoSendReceiveState::VideoSendReceiveState(sptr<NetCallBase>
callPtr
) : VideoCallState(
callPtr
) {}
in VideoSendReceiveState()
argument
670
VideoPauseState(sptr<NetCallBase>
callPtr
)
VideoPauseState()
argument
[all...]
H
A
D
call_policy.cpp
319
sptr<CallBase>
callPtr
= CallObjectManager::GetOneCallObject(callId);
in VideoCallPolicy()
local
329
sptr<CallBase>
callPtr
= CallObjectManager::GetOneCallObject(callId);
in StartRttPolicy()
local
348
sptr<CallBase>
callPtr
= CallObjectManager::GetOneCallObject(callId);
in StopRttPolicy()
local
[all...]
H
A
D
call_status_manager.cpp
1312
sptr<CallBase>
callPtr
= CreateNewCallByCallType(paraInfo, info, dir, extras);
in CreateNewCall()
local
1355
sptr<CallBase>
callPtr
= nullptr;
in CreateNewCallByCallType()
local
[all...]
/base/telephony/call_manager/services/video/src/
H
A
D
video_control_manager.cpp
65
sptr<CallBase>
callPtr
= CallObjectManager::GetOneCallObject(callId);
in SetPreviewWindow()
local
89
sptr<CallBase>
callPtr
= CallObjectManager::GetOneCallObject(callId);
in SetDisplayWindow()
local
124
sptr<CallBase>
callPtr
= CallObjectManager::GetOneCallObject(callId);
in SetPausePicture()
local
151
sptr<CallBase>
callPtr
= CallObjectManager::GetOneCallObject(callId);
SetDeviceDirection()
local
178
sptr<CallBase>
callPtr
= CallObjectManager::GetOneCallObject(callId);
UpdateImsCallMode()
local
211
sptr<CallBase>
callPtr
= CallObjectManager::GetOneCallObject(callId);
OpenCamera()
local
246
sptr<CallBase>
callPtr
= CallObjectManager::GetOneCallObject(callId);
CloseCamera()
local
291
sptr<CallBase>
callPtr
= CallObjectManager::GetOneCallObject(callId);
CancelCallUpgrade()
local
315
sptr<CallBase>
callPtr
= CallObjectManager::GetOneCallObject(callId);
RequestCameraCapabilities()
local
[all...]
/base/telephony/call_manager/services/telephony_interaction/src/
H
A
D
call_status_callback.cpp
390
sptr<CallBase>
callPtr
= CallObjectManager::GetOneCallObjectByIndexAndSlotId(response.callIndex, response.slotId);
in ReceiveUpdateCallMediaModeRequest()
local
470
sptr<CallBase>
callPtr
= CallObjectManager::GetOneCallObjectByIndex(reportInfo.index);
in HandleCallSessionEventChanged()
local
484
sptr<CallBase>
callPtr
= CallObjectManager::GetOneCallObjectByIndex(dimensionsReportInfo.index);
in HandlePeerDimensionsChanged()
local
506
sptr<CallBase>
callPtr
in HandleCameraCapabilitiesChanged()
local
[all...]
/base/telephony/call_manager/services/call_manager_service/src/
H
A
D
call_manager_service.cpp
1496
sptr<CallBase>
callPtr
= CallObjectManager::GetOneCallObject(callId);
in SendCallUiEvent()
local
1508
sptr<CallBase>
callPtr
= CallObjectManager::GetOneCallObject(callId);
in SendCallUiEvent()
local
Completed in 8 milliseconds