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:compSink_
(Results
1 - 4
of
4
) sorted by relevance
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/componentmanager/
H
A
D
component_manager.cpp
70
ComponentManager::ComponentManager() : compSource_({}),
compSink_
({}), compSrcSaId_({}),
in ComponentManager()
281
compSink_
.clear();
in StopComponent()
352
for (const auto &item :
compSink_
) {
in StartSink()
382
if (
compSink_
.find(dhType) ==
compSink_
.end()) {
in StartSink()
386
if (
compSink_
[dhType] == nullptr) {
in StartSink()
397
p.set_value(
compSink_
[dhType]->InitSink(params));
in StartSink()
402
compSink_
[dhType]->RegisterPrivacyResources(cameraCompPrivacy_);
in StartSink()
406
compSink_
[dhType]->RegisterPrivacyResources(audioCompPrivacy_);
in StartSink()
435
for (const auto &item :
compSink_
) {
in StopSink()
[all...]
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/unittest/common/componentmanager/component_manager/src/
H
A
D
component_manager_test.cpp
93
ComponentManager::GetInstance().
compSink_
.clear();
in SetUp()
116
ComponentManager::GetInstance().
compSink_
.clear();
in TearDown()
214
ComponentManager::GetInstance().
compSink_
.clear();
in HWTEST_F()
216
EXPECT_NE(ret, ComponentManager::GetInstance().
compSink_
.empty());
in HWTEST_F()
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/unittest/common/hidumphelper/hidumphelper/src/
H
A
D
hidump_helper_test.cpp
128
ComponentManager::GetInstance().
compSink_
.insert(std::make_pair(dhType, sinkPtr));
in HWTEST_F()
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/include/componentmanager/
H
A
D
component_manager.h
144
std::map<DHType, IDistributedHardwareSink*>
compSink_
;
member in OHOS::DistributedHardware::ComponentManager
Completed in 4 milliseconds