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:playerStub
(Results
1 - 3
of
3
) sorted by relevance
/foundation/multimedia/player_framework/test/fuzztest/player_fuzztest/playerstub_fuzzer/
H
A
D
playerstub_fuzzer.cpp
59
sptr<IRemoteStub<IStandardPlayerService>>
playerStub
= iface_cast<IRemoteStub<IStandardPlayerService>>(player);
in FuzzPlayerStubLocal()
local
60
if (
playerStub
== nullptr) {
in FuzzPlayerStubLocal()
68
msg.WriteInterfaceToken(
playerStub
->GetDescriptor());
in FuzzPlayerStubLocal()
74
playerStub
->OnRemoteRequest(code, msg, reply, option);
in FuzzPlayerStubLocal()
/foundation/multimedia/player_framework/services/services/sa_media/server/
H
A
D
media_server_manager.cpp
212
sptr<PlayerServiceStub>
playerStub
;
in CreatePlayerStubObject()
local
214
playerStub
= PlayerServiceStubMem::Create();
in CreatePlayerStubObject()
217
playerStub
= PlayerServiceStub::Create();
in CreatePlayerStubObject()
220
sptr<PlayerServiceStub>
playerStub
= PlayerServiceStub::Create();
in CreatePlayerStubObject()
222
CHECK_AND_RETURN_RET_LOG(
playerStub
!= nullptr, nullptr, "failed to create PlayerServiceStub");
in CreatePlayerStubObject()
224
sptr<IRemoteObject> object =
playerStub
->AsObject();
in CreatePlayerStubObject()
231
playerStubPtrMap_[
playerStub
] = pid;
in CreatePlayerStubObject()
235
dumper.entry_ = [player =
playerStub
](int32_t fd) -> int32_t {
in CreatePlayerStubObject()
467
sptr<PlayerServiceStub>
playerStub
= it->first;
in DestroyAVPlayerStub()
local
468
if (
playerStub
in DestroyAVPlayerStub()
835
sptr<PlayerServiceStub>
playerStub
= itPlayer->first;
HandlePlayerActive()
local
856
sptr<PlayerServiceStub>
playerStub
= itPlayer->first;
HandlePlayerFrozen()
local
[all...]
/foundation/multimedia/player_framework/services/services/player/ipc/
H
A
D
player_service_stub.cpp
44
sptr<PlayerServiceStub>
playerStub
= new(std::nothrow) PlayerServiceStub();
in Create()
local
45
CHECK_AND_RETURN_RET_LOG(
playerStub
!= nullptr, nullptr, "failed to new PlayerServiceStub");
in Create()
47
int32_t ret =
playerStub
->Init();
in Create()
50
return
playerStub
;
in Create()
Completed in 4 milliseconds