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:utdIds
(Results
1 - 6
of
6
) sorted by relevance
/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/data/
H
A
D
unified_record.cpp
138
std::set<std::string>
utdIds
;
in GetUtdIds()
local
140
utdIds
.emplace(utdId_);
in GetUtdIds()
143
utdIds
.emplace(key);
in GetUtdIds()
145
return
utdIds
;
in GetUtdIds()
179
const std::vector<std::string> &
utdIds
,
in SetEntryGetter()
182
for (auto const &utdId :
utdIds
) {
in SetEntryGetter()
178
SetEntryGetter( const std::vector<std::string> &
utdIds
, const std::shared_ptr<EntryGetter> &entryGetter)
SetEntryGetter()
argument
/foundation/distributeddatamgr/pasteboard/framework/innerkits/src/
H
A
D
convert_utils.cpp
163
auto
utdIds
= unifiedData.GetTypesLabels();
in ConvertProperty()
local
164
pasteDataProperty.mimeTypes = Convert(
utdIds
);
in ConvertProperty()
181
std::vector<std::string> ConvertUtils::Convert(const std::vector<std::string> &
utdIds
)
in Convert()
argument
184
for (const auto &utdId :
utdIds
) {
in Convert()
H
A
D
pasteboard_utils.cpp
155
std::vector<std::string> PasteboardUtils::Convert(const std::vector<std::string> &
utdIds
)
in Convert()
argument
158
for (const auto &utdId :
utdIds
) {
in Convert()
/foundation/distributeddatamgr/pasteboard/framework/innerkits/include/
H
A
D
convert_utils.h
50
static std::vector<std::string> Convert(const std::vector<std::string> &
utdIds
);
H
A
D
pasteboard_utils.h
43
static std::vector<std::string> Convert(const std::vector<std::string>&
utdIds
);
/foundation/distributeddatamgr/udmf/interfaces/innerkits/data/
H
A
D
unified_record.h
54
void SetEntryGetter(const std::vector<std::string> &
utdIds
, const std::shared_ptr<EntryGetter> &entryGetter);
Completed in 3 milliseconds