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:GetSourceSaId
(Results
1 - 4
of
4
) sorted by relevance
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/include/componentloader/
H
A
D
component_loader.h
83
int32_t
GetSourceSaId
(const DHType dhType);
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/unittest/common/componentloader/src/
H
A
D
component_loader_test.cpp
343
* @tc.desc: Verify the
GetSourceSaId
function.
351
int32_t ret = ComponentLoader::GetInstance().
GetSourceSaId
(DHType::UNKNOWN);
in HWTEST_F()
356
ret = ComponentLoader::GetInstance().
GetSourceSaId
(DHType::AUDIO);
in HWTEST_F()
1069
ret = ComponentLoader::GetInstance().
GetSourceSaId
(dhType);
in HWTEST_F()
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/componentloader/
H
A
D
component_loader.cpp
609
int32_t ComponentLoader::
GetSourceSaId
(const DHType dhType)
in GetSourceSaId()
function in OHOS::DistributedHardware::ComponentLoader
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/componentmanager/
H
A
D
component_manager.cpp
505
int32_t saId = ComponentLoader::GetInstance().
GetSourceSaId
(type);
in InitCompSource()
Completed in 5 milliseconds