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:VideoCallState
(Results
1 - 4
of
4
) sorted by relevance
/base/telephony/call_manager/services/call/include/
H
A
D
video_call_state.h
37
class
VideoCallState
: public virtual RefBase {
class
39
VideoCallState
(sptr<NetCallBase> callPtr);
40
virtual ~
VideoCallState
() = default;
52
sptr<
VideoCallState
> GetCallVideoState(ImsCallMode mode);
59
class AudioOnlyState : public
VideoCallState
{
69
class VideoSendState : public
VideoCallState
{
79
class VideoReceiveState : public
VideoCallState
{
89
class VideoSendReceiveState : public
VideoCallState
{
99
class VideoPauseState : public
VideoCallState
{
H
A
D
ims_call.h
64
sptr<
VideoCallState
> GetCallVideoState(ImsCallMode mode);
79
sptr<
VideoCallState
> videoCallState_;
81
std::map<ImsCallMode, sptr<
VideoCallState
>> videoStateMap_;
/base/telephony/call_manager/services/call/src/
H
A
D
video_call_state.cpp
25
VideoCallState
::
VideoCallState
(sptr<NetCallBase> callPtr)
in VideoCallState()
function in OHOS::Telephony::VideoCallState
29
bool
VideoCallState
::IsCallSupportVideoCall()
in IsCallSupportVideoCall()
39
void
VideoCallState
::SetVideoUpdateStatus(VideoUpdateStatus status)
in SetVideoUpdateStatus()
44
VideoUpdateStatus
VideoCallState
::GetVideoUpdateStatus()
in GetVideoUpdateStatus()
49
int32_t
VideoCallState
::SwitchCallVideoState(ImsCallMode mode)
in SwitchCallVideoState()
60
int32_t
VideoCallState
::DispatchUpdateVideoRequest(ImsCallMode mode)
in DispatchUpdateVideoRequest()
69
int32_t
VideoCallState
::DispatchUpdateVideoResponse(ImsCallMode mode)
in DispatchUpdateVideoResponse()
78
int32_t
VideoCallState
::DispatchReportVideoCallInfo(CallMediaModeInfo &imsCallModeInfo)
in DispatchReportVideoCallInfo()
87
sptr<
VideoCallState
> VideoCallStat
[all...]
H
A
D
ims_call.cpp
45
sptr<
VideoCallState
> state = (std::make_unique<AudioOnlyState>(this)).release();
in InitVideoCall()
503
sptr<
VideoCallState
> IMSCall::GetCallVideoState(ImsCallMode mode)
in GetCallVideoState()
Completed in 2 milliseconds