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:castDisplays
(Results
1 - 13
of
13
) sorted by relevance
/foundation/multimedia/av_session/services/session/adapter/
H
A
D
avsession_dynamic_display.cpp
36
void DisplayAdapter::GetAllCastDisplays(std::vector<CastDisplayInfo>&
castDisplays
)
in GetAllCastDisplays()
argument
60
castDisplays
= displays;
in GetAllCastDisplays()
61
SLOGI("GetAllCastDisplaysEx
castDisplays
.size(): %{public}zu",
castDisplays
.size());
in GetAllCastDisplays()
H
A
D
avsession_dynamic_display.h
32
void GetAllCastDisplays(std::vector<CastDisplayInfo>&
castDisplays
);
/foundation/multimedia/av_session/interfaces/inner_api/native/session/include/
H
A
D
avsession_display_interface.h
29
virtual void GetAllCastDisplays(std::vector<CastDisplayInfo>&
castDisplays
);
H
A
D
av_session.h
284
* @brief Get all
castDisplays
.
290
virtual int32_t GetAllCastDisplays(std::vector<CastDisplayInfo>&
castDisplays
) = 0;
/foundation/multimedia/av_session/services/session/ipc/stub/
H
A
D
avsession_stub.cpp
405
std::vector<CastDisplayInfo>
castDisplays
;
in HandleGetAllCastDisplays()
local
406
int32_t ret = GetAllCastDisplays(
castDisplays
);
in HandleGetAllCastDisplays()
409
CHECK_AND_RETURN_RET_LOG(reply.WriteInt32(
castDisplays
.size()), ERR_NONE, "WriteInt32 failed");
in HandleGetAllCastDisplays()
410
for (auto &castDisplay :
castDisplays
) {
in HandleGetAllCastDisplays()
/foundation/multimedia/av_session/services/session/ipc/proxy/
H
A
D
avsession_proxy.h
79
int32_t GetAllCastDisplays(std::vector<CastDisplayInfo>&
castDisplays
) override;
H
A
D
avsession_proxy.cpp
612
int32_t AVSessionProxy::GetAllCastDisplays(std::vector<CastDisplayInfo>&
castDisplays
)
in GetAllCastDisplays()
argument
651
castDisplays
= displays;
in GetAllCastDisplays()
/foundation/multimedia/av_session/frameworks/native/session/test/fuzztest/avsessionstub_fuzzer/
H
A
D
avsession_stub_fuzzer.cpp
74
int32_t GetAllCastDisplays(std::vector<CastDisplayInfo> &
castDisplays
) override { return 0; };
/foundation/multimedia/av_session/services/session/server/test/
H
A
D
avsession_proxy_test.cpp
536
std::vector<CastDisplayInfo>
castDisplays
;
in HWTEST_F()
local
537
auto ret = g_AVSessionProxy->GetAllCastDisplays(
castDisplays
);
in HWTEST_F()
H
A
D
avsession_stub_test.cpp
133
int32_t GetAllCastDisplays(std::vector<CastDisplayInfo> &
castDisplays
) override { return 0; };
/foundation/multimedia/av_session/frameworks/native/session/test/unittest/
H
A
D
avsession_test.cpp
1019
std::vector<CastDisplayInfo>
castDisplays
;
in HWTEST_F()
local
1020
EXPECT_EQ(avsession_->GetAllCastDisplays(
castDisplays
), AVSESSION_SUCCESS);
in HWTEST_F()
/foundation/multimedia/av_session/services/session/server/
H
A
D
avsession_item.h
257
int32_t GetAllCastDisplays(std::vector<CastDisplayInfo>&
castDisplays
) override;
H
A
D
avsession_item.cpp
1440
int32_t AVSessionItem::GetAllCastDisplays(std::vector<CastDisplayInfo>&
castDisplays
)
1464
castDisplays
= displays;
Completed in 12 milliseconds