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:customHeaders_
(Results
1 - 5
of
5
) sorted by relevance
/foundation/CastEngine/castengine_wifi_display/services/protocol/rtsp/include/
H
A
D
rtsp_request.h
91
customHeaders_
+= header;
in AddCustomHeader()
95
void ClearCustomHeader() {
customHeaders_
.clear(); }
in ClearCustomHeader()
114
std::string
customHeaders_
;
member in OHOS::Sharing::RtspRequest
H
A
D
rtsp_response.h
34
customHeaders_
+= header;
in AddCustomHeader()
66
void ClearCustomHeader() {
customHeaders_
.clear(); }
in ClearCustomHeader()
83
std::string
customHeaders_
;
member in OHOS::Sharing::RtspResponse
/foundation/CastEngine/castengine_wifi_display/services/protocol/rtsp/src/
H
A
D
rtsp_request.cpp
40
if (!
customHeaders_
.empty()) {
in Stringify()
41
ss <<
customHeaders_
;
in Stringify()
local
H
A
D
rtsp_response.cpp
51
if (!
customHeaders_
.empty()) {
in Stringify()
52
ss <<
customHeaders_
<< RTSP_CRLF;
in Stringify()
/foundation/CastEngine/castengine_wifi_display/tests/unittest/protocol/rtsp/
H
A
D
rtsp_unit_test.cpp
300
EXPECT_EQ(header, request->
customHeaders_
);
in HWTEST_F()
302
EXPECT_EQ(request->
customHeaders_
, "");
in HWTEST_F()
365
EXPECT_EQ(header, response->
customHeaders_
);
in HWTEST_F()
367
EXPECT_EQ(response->
customHeaders_
, "");
in HWTEST_F()
Completed in 5 milliseconds