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:undefinedValue
(Results
1 - 4
of
4
) sorted by relevance
/foundation/multimedia/image_framework/frameworks/kits/js/common/
H
A
D
image_pixel_map_napi_kits.cpp
101
napi_value
undefinedValue
= nullptr;
in PixelMapNapiCreate()
local
102
if ((!makeUndefined(env, &
undefinedValue
)) || args->inBuffer == nullptr || args->bufferLen <= NUM_0) {
in PixelMapNapiCreate()
103
*(args->outValue) =
undefinedValue
;
in PixelMapNapiCreate()
107
*(args->outValue) =
undefinedValue
;
in PixelMapNapiCreate()
143
napi_value
undefinedValue
= nullptr;
in PixelMapNapiCreateAlpha()
local
144
if ((!makeUndefined(env, &
undefinedValue
)) || args->inValue == nullptr) {
in PixelMapNapiCreateAlpha()
145
*(args->outValue) =
undefinedValue
;
in PixelMapNapiCreateAlpha()
148
*(args->outValue) =
undefinedValue
;
in PixelMapNapiCreateAlpha()
/foundation/distributeddatamgr/udmf/framework/jskitsimpl/data/
H
A
D
unified_data_properties_napi.cpp
186
napi_value
undefinedValue
;
in GetDelayData()
local
187
napi_get_undefined(env, &
undefinedValue
);
in GetDelayData()
188
return
undefinedValue
;
in GetDelayData()
/foundation/multimedia/audio_framework/frameworks/js/napi/audiomanager/
H
A
D
napi_audio_volume_manager.cpp
279
napi_value
undefinedValue
= nullptr;
in GetVolumeGroupManagerSync()
local
280
napi_get_undefined(env, &
undefinedValue
);
in GetVolumeGroupManagerSync()
282
napi_strict_equals(env, result,
undefinedValue
, &isEqual);
in GetVolumeGroupManagerSync()
/foundation/arkui/ace_engine_lite/frameworks/native_engine/jsi/test/unittest/common/
H
A
D
jsi_interface_tdd_test.cpp
1112
JSIValue
undefinedValue
= JSI::CreateUndefined();
in JSIInterfaceTest030()
local
1113
if (errRef ==
undefinedValue
) {
in JSIInterfaceTest030()
1118
EXPECT_TRUE(errRef ==
undefinedValue
);
in JSIInterfaceTest030()
Completed in 5 milliseconds