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:typeCfg
(Results
1 - 3
of
3
) sorted by relevance
/foundation/distributeddatamgr/udmf/framework/common/
H
A
D
custom_utd_json_parser.cpp
121
TypeDescriptorCfg
typeCfg
;
in GetTypeDescriptors()
local
122
typeCfg
.typeId = GetStringValue(*node, TYPEID);
in GetTypeDescriptors()
123
typeCfg
.belongingToTypes = GetStringArrayValue(*node, BELONGINGTOTYPES);
in GetTypeDescriptors()
124
typeCfg
.filenameExtensions = GetStringArrayValue(*node, FILE_NAME_EXTENSTENSIONS);
in GetTypeDescriptors()
125
typeCfg
.mimeTypes = GetStringArrayValue(*node, MIME_TYPES);
in GetTypeDescriptors()
126
typeCfg
.description = GetStringValue(*node, DESCRIPTION);
in GetTypeDescriptors()
127
typeCfg
.referenceURL = GetStringValue(*node, REFERENCE_URL);
in GetTypeDescriptors()
128
typeCfg
.iconFile = GetStringValue(*node, ICON_FILE);
in GetTypeDescriptors()
129
typeCfg
.ownerBundle = GetStringValue(*node, OWNER);
in GetTypeDescriptors()
131
typeCfg
in GetTypeDescriptors()
[all...]
H
A
D
utd_cfgs_checker.cpp
79
for (TypeDescriptorCfg &
typeCfg
: inputTypeCfgs) {
in CheckTypesFormat()
80
for (std::string filenames :
typeCfg
.filenameExtensions) {
in CheckTypesFormat()
87
if (
typeCfg
.belongingToTypes.empty()) {
in CheckTypesFormat()
91
for (std::string mimeType :
typeCfg
.mimeTypes) {
in CheckTypesFormat()
94
typeCfg
.typeId.c_str());
in CheckTypesFormat()
142
for (auto &
typeCfg
: typeCfgs) {
in CheckBelongingToTypes()
143
typeIds.push_back(
typeCfg
.typeId);
in CheckBelongingToTypes()
189
for (auto &
typeCfg
: allTypeCfgs) {
in CanConstructDAG()
190
if (
typeCfg
.typeId == referenceTypes.typeId) {
in CanConstructDAG()
H
A
D
custom_utd_store.cpp
217
for (auto &
typeCfg
: customTyepCfgs) {
in ProcessUtdForSave()
218
if (
typeCfg
.typeId == referenceType.typeId) {
in ProcessUtdForSave()
219
typeCfg
.installerBundles.emplace(bundleName);
in ProcessUtdForSave()
Completed in 2 milliseconds