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:NetCallBase
(Results
1 - 6
of
6
) sorted by relevance
/base/telephony/call_manager/services/call/src/
H
A
D
net_call_base.cpp
22
NetCallBase
::
NetCallBase
() {}
in NetCallBase()
function in OHOS::Telephony::NetCallBase
24
int32_t
NetCallBase
::StartConference()
in StartConference()
29
int32_t
NetCallBase
::JoinConference()
in JoinConference()
34
int32_t
NetCallBase
::KickOutConference()
in KickOutConference()
39
int32_t
NetCallBase
::LeaveConference()
in LeaveConference()
44
int32_t
NetCallBase
::GetNetCallType()
in GetNetCallType()
49
int32_t
NetCallBase
::ChangeNetCallType()
in ChangeNetCallType()
H
A
D
video_call_state.cpp
25
VideoCallState::VideoCallState(sptr<
NetCallBase
> callPtr)
in VideoCallState()
97
AudioOnlyState::AudioOnlyState(sptr<
NetCallBase
> callPtr) : VideoCallState(callPtr) {}
in AudioOnlyState()
270
VideoSendState::VideoSendState(sptr<
NetCallBase
> callPtr) : VideoCallState(callPtr) {}
in VideoSendState()
397
VideoReceiveState::VideoReceiveState(sptr<
NetCallBase
> callPtr) : VideoCallState(callPtr) {}
in VideoReceiveState()
546
VideoSendReceiveState::VideoSendReceiveState(sptr<
NetCallBase
> callPtr) : VideoCallState(callPtr) {}
in VideoSendReceiveState()
670
VideoPauseState::VideoPauseState(sptr<
NetCallBase
> callPtr) : VideoCallState(callPtr) {}
in VideoPauseState()
/base/telephony/call_manager/services/call/include/
H
A
D
video_call_state.h
39
VideoCallState(sptr<
NetCallBase
> callPtr);
55
sptr<
NetCallBase
> call_;
61
AudioOnlyState(sptr<
NetCallBase
> callPtr);
71
VideoSendState(sptr<
NetCallBase
> callPtr);
81
VideoReceiveState(sptr<
NetCallBase
> callPtr);
91
VideoSendReceiveState(sptr<
NetCallBase
> callPtr);
101
VideoPauseState(sptr<
NetCallBase
> callPtr);
H
A
D
net_call_base.h
29
class
NetCallBase
: public virtual RefBase {
class
31
NetCallBase
();
32
virtual ~
NetCallBase
() = default;
H
A
D
ott_call.h
25
class OTTCall : public CallBase, public
NetCallBase
{
H
A
D
ims_call.h
25
class IMSCall : public CarrierCall, public
NetCallBase
{
Completed in 4 milliseconds