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:StartCastSession
(Results
1 - 6
of
6
) sorted by relevance
/foundation/multimedia/av_session/interfaces/inner_api/native/session/include/
H
A
D
av_cast_provider.h
142
virtual int
StartCastSession
() = 0;
/foundation/multimedia/av_session/services/session/server/
H
A
D
hw_cast_provider.h
43
int
StartCastSession
() override;
H
A
D
avrouter_impl.cpp
289
providerId_]->provider_->
StartCastSession
();
in StartCast()
H
A
D
hw_cast_provider.cpp
112
int HwCastProvider::
StartCastSession
()
in StartCastSession()
function in OHOS::AVSession::HwCastProvider
114
SLOGI("
StartCastSession
begin");
in StartCastSession()
119
AVSessionRadarInfo info("HwCastProvider::
StartCastSession
");
in StartCastSession()
125
SLOGI("
StartCastSession
pre check lock");
in StartCastSession()
127
SLOGI("
StartCastSession
check lock");
in StartCastSession()
130
SLOGE("
StartCastSession
faileded");
in StartCastSession()
141
SLOGI("
StartCastSession
successed and return the castId is %{public}d", castId);
in StartCastSession()
/foundation/multimedia/av_session/frameworks/native/session/test/unittest/
H
A
D
avcast_controller_test.cpp
739
EXPECT_EQ(hwCastProvider.
StartCastSession
(), AVSESSION_SUCCESS);
in HWTEST_F()
/foundation/multimedia/av_session/services/session/server/test/
H
A
D
hw_cast_test.cpp
1058
EXPECT_EQ(hwCastProvider->
StartCastSession
(), AVSESSION_SUCCESS);
in HWTEST()
Completed in 5 milliseconds