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:nullValue
(Results
1 - 9
of
9
) sorted by relevance
/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/test/unittest/
H
A
D
egl_system_layers_manager_test.cpp
42
Json::Value val{Json::
nullValue
};
in HWTEST_F()
54
Json::Value val{Json::
nullValue
};
in HWTEST_F()
/foundation/ability/ability_runtime/js_environment/test/unittest/uncaught_exception_callback_test/
H
A
D
uncaught_exception_callback_test.cpp
145
napi_value
nullValue
= nullptr;
in HWTEST_F()
local
146
napi_get_undefined(env, &
nullValue
);
in HWTEST_F()
148
callback(
nullValue
);
in HWTEST_F()
/foundation/filemanagement/app_file_service/tests/unittests/backup_utils/b_json/
H
A
D
b_json_entity_extension_config_test.cpp
488
* @tc.desc: 测试GetAllowToBackupRestore接口在Json数据对象
nullValue
时能否成功返回false
498
Json::Value jv(Json::
nullValue
);
in HWTEST_F()
583
* @tc.desc: 测试GetFullBackupOnly接口在Json数据对象
nullValue
时能否成功返回false
593
Json::Value jv(Json::
nullValue
);
in HWTEST_F()
678
* @tc.desc: 测试GetRestoreDeps接口在Json数据对象
nullValue
时能否成功返回空串
688
Json::Value jv(Json::
nullValue
);
in HWTEST_F()
872
* @tc.desc: 测试GetFullBackupOnly接口在Json数据对象
nullValue
时能否成功返回false
882
Json::Value jv(Json::
nullValue
);
in HWTEST_F()
/foundation/multimedia/media_library/frameworks/js/src/sendable/
H
A
D
sendable_photo_album_napi.cpp
696
napi_value
nullValue
;
in ConvertToPhotoAlbum()
local
697
napi_get_null(env, &
nullValue
);
in ConvertToPhotoAlbum()
698
return
nullValue
;
in ConvertToPhotoAlbum()
H
A
D
sendable_file_asset_napi.cpp
1365
napi_value
nullValue
;
in ConvertFromPhotoAsset()
local
1366
napi_get_null(env, &
nullValue
);
in ConvertFromPhotoAsset()
1367
return
nullValue
;
in ConvertFromPhotoAsset()
1403
napi_value
nullValue
;
in ConvertToPhotoAsset()
local
1404
napi_get_null(env, &
nullValue
);
in ConvertToPhotoAsset()
1405
return
nullValue
;
in ConvertToPhotoAsset()
/foundation/arkui/ace_engine/adapter/ohos/osal/
H
A
D
image_analyzer_manager.cpp
215
napi_value
nullValue
= nullptr;
in DestroyAnalyzerOverlay()
local
217
imageAnalyzerAdapter_->SetImageAnalyzerConfig(
nullValue
);
in DestroyAnalyzerOverlay()
/foundation/multimedia/media_library/frameworks/js/src/
H
A
D
media_album_change_request_napi.cpp
273
napi_value
nullValue
;
in JSGetAlbum()
local
274
napi_get_null(env, &
nullValue
);
in JSGetAlbum()
275
return
nullValue
;
in JSGetAlbum()
H
A
D
media_asset_change_request_napi.cpp
495
napi_value
nullValue
;
in JSGetAsset()
local
496
napi_get_null(env, &
nullValue
);
in JSGetAsset()
497
return
nullValue
;
in JSGetAsset()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H
A
D
json_object.cpp
620
case Json::ValueType::
nullValue
:
in GetFieldTypeByJsonValue()
Completed in 18 milliseconds