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:IClientDeath
(Results
1 - 12
of
12
) sorted by relevance
/foundation/multimedia/av_session/services/session/ipc/proxy/
H
A
D
client_death_proxy.h
23
class ClientDeathProxy : public IRemoteProxy<
IClientDeath
> {
25
explicit ClientDeathProxy(const sptr<IRemoteObject>& impl) : IRemoteProxy<
IClientDeath
>(impl) {};
in ClientDeathProxy()
H
A
D
avsession_service_proxy.h
77
int32_t RegisterClientDeathObserver(const sptr<
IClientDeath
>& observer) override;
H
A
D
avsession_service_proxy.cpp
477
int32_t AVSessionServiceProxy::RegisterClientDeathObserver(const sptr<
IClientDeath
>& observer)
in RegisterClientDeathObserver()
/foundation/multimedia/av_session/services/session/ipc/base/
H
A
D
iclient_death.h
22
class
IClientDeath
: public IRemoteBroker {
class
24
DECLARE_INTERFACE_DESCRIPTOR(u"ohos.avsession.
IClientDeath
");
H
A
D
iavsession_service.h
74
virtual int32_t RegisterClientDeathObserver(const sptr<
IClientDeath
>& observer) = 0;
/foundation/multimedia/av_session/services/session/ipc/stub/
H
A
D
client_death_stub.h
23
class ClientDeathStub : public IRemoteStub<
IClientDeath
> {
/foundation/multimedia/av_session/services/session/server/remote/
H
A
D
remote_session_command_process.h
105
int32_t RegisterClientDeathObserver(const sptr<
IClientDeath
>& observer) override
/foundation/multimedia/av_session/services/session/server/
H
A
D
avsession_service.h
188
int32_t RegisterClientDeathObserver(const sptr<
IClientDeath
>& observer) override;
282
void AddClientDeathObserver(pid_t pid, const sptr<
IClientDeath
>& observer,
463
std::map<pid_t, sptr<
IClientDeath
>> clientDeathObservers_;
H
A
D
avsession_service.cpp
1906
void AVSessionService::AddClientDeathObserver(pid_t pid, const sptr<
IClientDeath
>& observer,
in AddClientDeathObserver()
1930
int32_t AVSessionService::RegisterClientDeathObserver(const sptr<
IClientDeath
>& observer)
in RegisterClientDeathObserver()
/foundation/multimedia/av_session/services/session/server/test/
H
A
D
avsession_service_stub_test.cpp
122
int32_t RegisterClientDeathObserver(const OHOS::sptr<
IClientDeath
> &observer) override { return 0; };
H
A
D
avsession_service_stub_permission_test.cpp
125
int32_t RegisterClientDeathObserver(const OHOS::sptr<
IClientDeath
> &observer) override { return 0; };
/foundation/multimedia/av_session/services/session/server/test/fuzztest/avsessionservice_fuzzer/
H
A
D
avsessionservice_fuzzer.cpp
338
sptr<
IClientDeath
> clientDeath = new ClientDeathStub();
in AvSessionServiceClientTest()
Completed in 16 milliseconds