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:CastSession
(Results
1 - 4
of
4
) sorted by relevance
/foundation/CastEngine/castengine_cast_framework/client/src/
H
A
D
cast_session.cpp
33
CastSession
::~
CastSession
()
in ~CastSession()
38
int32_t
CastSession
::RegisterListener(std::shared_ptr<ICastSessionListener> listener)
in RegisterListener()
53
int32_t
CastSession
::SetSessionId(std::string sessionId)
in SetSessionId()
59
int32_t
CastSession
::UnregisterListener()
in UnregisterListener()
64
int32_t
CastSession
::AddDevice(const CastRemoteDevice &remoteDevice)
in AddDevice()
73
int32_t
CastSession
::RemoveDevice(const std::string &deviceId)
in RemoveDevice()
82
int32_t
CastSession
::StartAuth(const AuthInfo &authInfo)
in StartAuth()
91
int32_t
CastSession
::GetSessionId(std::string &sessionId)
in GetSessionId()
102
int32_t
CastSession
[all...]
H
A
D
cast_session_manager_adaptor.cpp
96
auto session = std::make_shared<
CastSession
>(impl);
in CreateCastSession()
139
auto session = std::make_shared<
CastSession
>(impl);
in GetCastSession()
H
A
D
cast_service_listener_impl_stub.cpp
83
auto session = std::make_shared<
CastSession
>(impl);
in GetCastSession()
/foundation/CastEngine/castengine_cast_framework/client/include/
H
A
D
cast_session.h
30
class
CastSession
: public ICastSession {
class
32
CastSession
(sptr<ICastSessionImpl> proxy) : proxy_(proxy) {};
in CastSession()
function in OHOS::CastEngine::CastEngineClient::CastSession
33
~
CastSession
() override;
Completed in 2 milliseconds