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:CancelCastSession
(Results
1 - 7
of
7
) sorted by relevance
/foundation/multimedia/av_session/services/session/server/test/
H
A
D
remote_session_sink_test.cpp
59
g_RemoteSessionSink->
CancelCastSession
();
in TearDownTestCase()
87
g_RemoteSessionSink->
CancelCastSession
();
in HWTEST_F()
103
g_RemoteSessionSink->
CancelCastSession
();
in HWTEST_F()
/foundation/multimedia/av_session/services/session/server/remote/
H
A
D
remote_session_sink_proxy.cpp
103
int32_t RemoteSessionSinkProxy::
CancelCastSession
()
in CancelCastSession()
function in OHOS::AVSession::RemoteSessionSinkProxy
106
int32_t ret = sinkImpl_->
CancelCastSession
();
in CancelCastSession()
107
CHECK_AND_RETURN_RET_LOG(ret == AVSESSION_SUCCESS, ret, "source
CancelCastSession
error");
in CancelCastSession()
H
A
D
remote_session_sink_proxy.h
32
int32_t
CancelCastSession
() override;
H
A
D
remote_session_sink_impl.h
37
int32_t
CancelCastSession
() override;
H
A
D
remote_session_sink.h
31
virtual int32_t
CancelCastSession
() = 0;
H
A
D
remote_session_sink_impl.cpp
125
int32_t RemoteSessionSinkImpl::
CancelCastSession
()
in CancelCastSession()
function in OHOS::AVSession::RemoteSessionSinkImpl
/foundation/multimedia/av_session/services/session/server/
H
A
D
avsession_item.cpp
1973
int32_t ret = remoteSink_->
CancelCastSession
();
1974
CHECK_AND_RETURN_RET_LOG(ret == AVSESSION_SUCCESS, ret, "
CancelCastSession
failed");
Completed in 4 milliseconds