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:compSource_
(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()
131
for (const auto &comp :
compSource_
) {
in InitSAMonitor()
159
for (const auto &item :
compSource_
) {
in RegisterDHStateListener()
174
for (const auto &item :
compSource_
) {
in RegisterDataSyncTriggerListener()
225
for (const auto &comp :
compSource_
) {
in UnInitSAMonitor()
235
for (const auto &item :
compSource_
) {
in UnregisterDHStateListener()
247
for (const auto &item :
compSource_
) {
in UnregisterDataSyncTriggerListener()
280
compSource_
.clear();
in StopComponent()
303
for (const auto &item :
compSource_
) {
in StartSource()
325
if (
compSource_
in StartSource()
[all...]
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/unittest/common/componentmanager/component_manager/src/
H
A
D
component_manager_test.cpp
92
ComponentManager::GetInstance().
compSource_
.clear();
in SetUp()
115
ComponentManager::GetInstance().
compSource_
.clear();
in TearDown()
170
ComponentManager::GetInstance().
compSource_
.clear();
in HWTEST_F()
186
ComponentManager::GetInstance().
compSource_
.clear();
in HWTEST_F()
200
ComponentManager::GetInstance().
compSource_
.clear();
in HWTEST_F()
202
EXPECT_NE(ret, ComponentManager::GetInstance().
compSource_
.empty());
in HWTEST_F()
440
ComponentManager::GetInstance().
compSource_
.clear();
in HWTEST_F()
462
ComponentManager::GetInstance().
compSource_
.insert(std::make_pair(dhType, sourcePtr));
in HWTEST_F()
475
ComponentManager::GetInstance().
compSource_
.clear();
in HWTEST_F()
497
ComponentManager::GetInstance().
compSource_
in HWTEST_F()
[all...]
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/unittest/common/hidumphelper/hidumphelper/src/
H
A
D
hidump_helper_test.cpp
112
ComponentManager::GetInstance().
compSource_
.insert(std::make_pair(dhType, sourcePtr));
in HWTEST_F()
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/include/componentmanager/
H
A
D
component_manager.h
143
std::map<DHType, IDistributedHardwareSource*>
compSource_
;
member in OHOS::DistributedHardware::ComponentManager
Completed in 6 milliseconds