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:valueTypes
(Results
1 - 5
of
5
) sorted by relevance
/foundation/distributeddatamgr/preferences/frameworks/cj/src/
H
A
D
preferences_impl.cpp
378
ValueTypes
valueTypes
= {0};
in NativeValuesToCValueTypes()
local
379
valueTypes
.size = static_cast<int64_t>(objects.size());
in NativeValuesToCValueTypes()
380
valueTypes
.key = static_cast<char**>(malloc(
valueTypes
.size * sizeof(char*)));
in NativeValuesToCValueTypes()
381
if (
valueTypes
.key == nullptr) {
in NativeValuesToCValueTypes()
383
return
valueTypes
;
in NativeValuesToCValueTypes()
385
valueTypes
.head = static_cast<ValueType*>(malloc(
valueTypes
.size * sizeof(ValueType)));
in NativeValuesToCValueTypes()
386
if (
valueTypes
.head == nullptr) {
in NativeValuesToCValueTypes()
387
free(
valueTypes
in NativeValuesToCValueTypes()
[all...]
/foundation/communication/netmanager_base/frameworks/js/napi/common/
H
A
D
napi_common.h
84
std::initializer_list<napi_valuetype>
valueTypes
);
H
A
D
napi_common.cpp
212
napi_env env, const napi_value parameters[], std::initializer_list<napi_valuetype>
valueTypes
)
in MatchParameters()
218
for (auto beg =
valueTypes
.begin(); beg !=
valueTypes
.end(); ++beg) {
in MatchParameters()
211
MatchParameters( napi_env env, const napi_value parameters[], std::initializer_list<napi_valuetype>
valueTypes
)
MatchParameters()
argument
/foundation/communication/nfc/frameworks/js/napi/common/
H
A
D
nfc_napi_common_utils.cpp
516
bool MatchParameters(napi_env env, const napi_value parameters[], std::initializer_list<napi_valuetype>
valueTypes
)
in MatchParameters()
argument
522
for (auto beg =
valueTypes
.begin(); beg !=
valueTypes
.end(); ++beg) {
in MatchParameters()
H
A
D
nfc_napi_common_utils.h
189
bool MatchParameters(napi_env env, const napi_value parameters[], std::initializer_list<napi_valuetype>
valueTypes
);
Completed in 8 milliseconds