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:FileServerDemo
(Results
1 - 9
of
9
) sorted by relevance
/foundation/multimedia/av_codec/test/nativedemo/avdemuxer/server_demo/
H
A
D
file_server_demo.cpp
31
FileServerDemo
::
FileServerDemo
() {}
in FileServerDemo()
function in OHOS::MediaAVCodec::FileServerDemo
33
FileServerDemo
::~
FileServerDemo
()
in ~FileServerDemo()
38
void
FileServerDemo
::StartServer()
in StartServer()
65
serverLoop_ = std::make_unique<std::thread>(&
FileServerDemo
::ServerLoopFunc, this);
in StartServer()
68
void
FileServerDemo
::StopServer()
in StopServer()
85
void
FileServerDemo
::CloseFd(int32_t &connFd, int32_t &fileFd, bool connCond, bool fileCond)
in CloseFd()
95
void
FileServerDemo
::GetRange(const std::string &recvStr, int32_t &startPos, int32_t &endPos)
in GetRange()
111
void
FileServerDemo
[all...]
H
A
D
file_server_demo.h
48
class
FileServerDemo
{
class
50
explicit
FileServerDemo
();
51
virtual ~
FileServerDemo
();
/foundation/multimedia/av_codec/test/nativedemo/avdemuxer/
H
A
D
avdemuxer_demo_runner.cpp
493
std::unique_ptr<
FileServerDemo
> server = nullptr;
in AVSourceDemuxerDemoCase()
498
server = std::make_unique<
FileServerDemo
>();
in AVSourceDemuxerDemoCase()
/foundation/multimedia/av_codec/test/unittest/demuxer_test/
H
A
D
demuxer_unit_test.cpp
38
unique_ptr<
FileServerDemo
> server = nullptr;
78
server = make_unique<
FileServerDemo
>();
in SetUpTestCase()
H
A
D
demuxer_hevc_unit_test.cpp
40
unique_ptr<
FileServerDemo
> server = nullptr;
H
A
D
demuxer_uri_unit_test.cpp
38
unique_ptr<
FileServerDemo
> server = nullptr;
/foundation/multimedia/av_codec/test/unittest/avsource_test/
H
A
D
avsource_hevc_unit_test.cpp
40
unique_ptr<
FileServerDemo
> server = nullptr;
H
A
D
avsource_unit_test.cpp
42
unique_ptr<
FileServerDemo
> server = nullptr;
88
server = make_unique<
FileServerDemo
>();
in SetUpTestCase()
H
A
D
avsource_uri_unit_test.cpp
34
unique_ptr<
FileServerDemo
> server = nullptr;
Completed in 14 milliseconds