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:AVSessionProxy
(Results
1 - 7
of
7
) sorted by relevance
/foundation/multimedia/av_session/services/session/ipc/proxy/
H
A
D
avsession_proxy.cpp
29
AVSessionProxy
::
AVSessionProxy
(const sptr<IRemoteObject>& impl)
in AVSessionProxy()
function in OHOS::AVSession::AVSessionProxy
35
AVSessionProxy
::~
AVSessionProxy
()
in ~AVSessionProxy()
41
std::string
AVSessionProxy
::GetSessionId()
in GetSessionId()
58
std::string
AVSessionProxy
::GetSessionType()
in GetSessionType()
75
int32_t
AVSessionProxy
::RegisterCallback(const std::shared_ptr<AVSessionCallback>& callback)
in RegisterCallback()
88
int32_t
AVSessionProxy
::RegisterCallbackInner(const sptr<IAVSessionCallback>& callback)
in RegisterCallbackInner()
106
int32_t
AVSessionProxy
::Destroy()
in Destroy()
132
int32_t
AVSessionProxy
[all...]
H
A
D
avsession_proxy.h
34
class
AVSessionProxy
: public IRemoteProxy<IAVSession> {
class
36
explicit
AVSessionProxy
(const sptr<IRemoteObject>& impl);
38
~
AVSessionProxy
() override;
113
static inline BrokerDelegator<
AVSessionProxy
> delegator_;
H
A
D
avsession_service_proxy.cpp
40
auto session = iface_cast<
AVSessionProxy
>(object);
in CreateSession()
56
auto sessionObj = iface_cast<
AVSessionProxy
>(object);
in CreateSession()
/foundation/multimedia/av_session/services/session/server/test/fuzztest/avsessionservice_fuzzer/
H
A
D
avsessionservice_fuzzer.h
21
class AVSessionProxyTestOnServiceFuzzer : public
AVSessionProxy
{
24
:
AVSessionProxy
(impl)
in AVSessionProxyTestOnServiceFuzzer()
/foundation/multimedia/av_session/frameworks/native/session/test/fuzztest/avsessionproxy_fuzzer/
H
A
D
avsessionproxy_fuzzer.h
22
class AVSessionProxyTestFuzzer : public
AVSessionProxy
{
25
:
AVSessionProxy
(impl)
in AVSessionProxyTestFuzzer()
H
A
D
avsessionproxy_fuzzer.cpp
102
AVSessionProxy
avSessionProxy(impl);
in AvsessionProxyTest()
/foundation/multimedia/av_session/services/session/server/test/
H
A
D
avsession_proxy_test.cpp
32
static sptr<
AVSessionProxy
> g_AVSessionProxy;
52
g_AVSessionProxy = iface_cast<
AVSessionProxy
>(obj);
in SetUpTestCase()
Completed in 5 milliseconds