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:isBool
(Results
1 - 10
of
10
) sorted by relevance
/foundation/filemanagement/app_file_service/utils/src/b_json/
H
A
D
b_json_entity_extension_config.cpp
91
if (!obj_ || !obj_.isMember("allowToBackupRestore") || !obj_["allowToBackupRestore"].
isBool
()) {
in GetAllowToBackupRestore()
101
if (!obj_ || !obj_.isMember("fullBackupOnly") || !obj_["fullBackupOnly"].
isBool
()) {
in GetFullBackupOnly()
H
A
D
b_json_entity_ext_manage.cpp
219
bool isUserTar = item.isMember("isUserTar") && item["isUserTar"].
isBool
() ? item["isUserTar"].asBool() : false;
in GetExtManageInfo()
220
bool isBigFile = item.isMember("isBigFile") && item["isBigFile"].
isBool
() ? item["isBigFile"].asBool() : false;
in GetExtManageInfo()
/foundation/filemanagement/app_file_service/utils/include/b_json/
H
A
D
b_json_entity_caps.h
173
if (!bundleInfo.isMember("allToBackup") || !bundleInfo["allToBackup"].
isBool
()) {
in CheckBundlePropertiesValid()
212
if (item.isMember("fullBackupOnly") && item["fullBackupOnly"].
isBool
()) {
in GetBundleInfos()
/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/src/EGL/
H
A
D
egl_system_layers_manager.cpp
171
if (!appModeSection[enableDefaultAppModeName].
isBool
()) {
in GetSystemLayersFromConfig()
218
if (!configData[enableAppModeName].
isBool
()) {
in GetSystemLayers()
/foundation/resourceschedule/work_scheduler/frameworks/src/
H
A
D
work_info.cpp
620
if (conditions.isMember("isCharging") && conditions["isCharging"].
isBool
() &&
in ParseConditionFromJsonStr()
634
if (conditions.isMember("isDeepIdle") && conditions["isDeepIdle"].
isBool
()) {
in ParseConditionFromJsonStr()
643
conditions.isMember("repeat") && conditions["repeat"].
isBool
()) {
in ParseTimerFormJsonStr()
665
if (value.isMember(key) && value[key].
isBool
()) {
in IsHasBoolProp()
/foundation/CastEngine/castengine_wifi_display/services/configuration/src/
H
A
D
json_parser.cpp
118
} else if (item[key].
isBool
()) {
in ReadModuleConfig()
/foundation/barrierfree/accessibility/interfaces/kits/napi/src/
H
A
D
napi_accessibility_utils.cpp
1032
bool
isBool
= false;
in ConvertBoolJSToNAPI()
local
1037
napi_get_value_bool(env, itemValue, &
isBool
);
in ConvertBoolJSToNAPI()
1039
return
isBool
;
in ConvertBoolJSToNAPI()
/foundation/ability/ability_base/interfaces/kits/native/want/src/
H
A
D
pac_map.cpp
1534
return item["data"].
isBool
() || item["data"].isInt();
in JudgeType()
1755
if (!arrayValue[i].
isBool
() && !arrayValue[i].isInt()) {
in ParseJsonItemArrayBoolean()
/foundation/arkui/ace_engine/interfaces/napi/kits/promptaction/
H
A
D
prompt_action.cpp
754
bool
isBool
= false;
in ParseButtonsPara()
local
757
napi_is_array(env, context->buttonsNApi, &
isBool
);
in ParseButtonsPara()
759
if (valueType == napi_object &&
isBool
) {
in ParseButtonsPara()
/foundation/arkui/napi/native_engine/
H
A
D
native_api.cpp
668
bool
isBool
= false;
in napi_get_value_bool()
local
669
bool bValue = nativeValue->GetValueBool(
isBool
);
in napi_get_value_bool()
670
RETURN_STATUS_IF_FALSE(env,
isBool
, napi_boolean_expected);
in napi_get_value_bool()
Completed in 22 milliseconds