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:typeIdStr
(Results
1 - 2
of
2
) sorted by relevance
/foundation/distributeddatamgr/udmf/framework/ndkimpl/data/
H
A
D
utd.cpp
94
std::string
typeIdStr
;
in GetTypesByCondition()
local
95
Status result = (UtdClient::GetInstance().*funcPtr)(condition,
typeIdStr
, DEFAULT_TYPE_ID);
in GetTypesByCondition()
96
if (result != Status::E_OK ||
typeIdStr
.empty()) {
in GetTypesByCondition()
100
auto typeId = new (std::nothrow) char[
typeIdStr
.size() + 1];
in GetTypesByCondition()
105
if (strcpy_s(typeId,
typeIdStr
.size() + 1,
typeIdStr
.c_str()) != UDMF_E_OK) {
in GetTypesByCondition()
/foundation/ability/dmsfwk/services/dtbschedmgr/src/distributedWant/
H
A
D
distributed_want_params_wrapper.cpp
187
std::string
typeIdStr
= str.substr(strnum, nIdx - strnum);
in GerTypedId()
local
188
if (
typeIdStr
.empty()) {
in GerTypedId()
191
typeId = std::atoi(
typeIdStr
.c_str());
in GerTypedId()
Completed in 2 milliseconds