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
defs:isValid
(Results
1 - 25
of
108
) sorted by relevance
1
2
3
4
5
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H
A
D
js_textarea.cpp
126
auto
isValid
= !(info.Length() < 1 || !info[0]->IsNumber() || info[0]->ToNumber<int32_t>() <= 0);
in SetMaxLines()
local
/foundation/arkui/ace_engine/frameworks/core/components_v2/grid_layout/
H
A
D
render_grid_row.h
29
bool
isValid
= false;
member
/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/
H
A
D
avrcp_ct_sub_unit_info.cpp
76
bool
isValid
= false;
in DisassemblePacket()
local
H
A
D
avrcp_ct_pass_through.cpp
71
bool
isValid
= false;
in DisassemblePacket()
local
/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/
H
A
D
avrcp_tg_sub_unit_info.cpp
76
bool
isValid
= false;
in DisassemblePacket()
local
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/
H
A
D
a2dp_shared_buffer.cpp
94
void A2dpSharedBuffer::SetValid(bool
isValid
)
in SetValid()
argument
/foundation/multimedia/av_codec/test/moduletest/audio_decoder/Avbuffer/src/
H
A
D
null_check_test.cpp
388
bool *
isValid
= nullptr;
in HWTEST_F()
local
408
bool *
isValid
= nullptr;
in HWTEST_F()
local
/foundation/multimedia/av_codec/test/unittest/video_test/video_test/common/
H
A
D
sample_utils.cpp
30
void ThreadSleep(bool
isValid
, int32_t interval)
in ThreadSleep()
argument
/foundation/multimedia/av_session/frameworks/js/napi/session/include/
H
A
D
napi_async_callback.h
61
std::shared_ptr<bool>
isValid
;
member
67
std::shared_ptr<bool>
isValid
;
member
H
A
D
napi_avcontroller_callback.h
90
std::shared_ptr<bool>
isValid
;
member
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H
A
D
relational_remote_query_continue_token.cpp
30
bool
isValid
= (magicBegin_ == MAGIC_BEGIN && magicEnd_ == MAGIC_END);
in CheckValid()
local
H
A
D
sqlite_single_ver_relational_continue_token.cpp
27
bool
isValid
= (magicBegin_ == MAGIC_BEGIN && magicEnd_ == MAGIC_END);
in CheckValid()
local
/foundation/multimedia/av_codec/test/moduletest/audio_encoder/Avbuffer/src/
H
A
D
null_check_test.cpp
463
bool *
isValid
= nullptr;
in HWTEST_F()
local
483
bool *
isValid
= nullptr;
in HWTEST_F()
local
/foundation/ability/ability_runtime/interfaces/inner_api/ability_manager/include/
H
A
D
mission_info.h
66
bool
isValid
= false;
member
/foundation/ability/ability_runtime/interfaces/kits/native/appkit/ability_runtime/app/
H
A
D
cj_ability_stage_object.h
38
bool
isValid
;
member
/foundation/arkui/ace_engine/frameworks/core/components_ng/syntax/
H
A
D
repeat_virtual_scroll_caches.h
44
bool
isValid
= false;
member
/foundation/multimedia/av_session/frameworks/js/napi/session/src/
H
A
D
napi_async_callback.cpp
181
void NapiAsyncCallback::CallWithFlag(napi_ref& method, std::shared_ptr<bool>
isValid
, NapiArgsGetter getter)
in CallWithFlag()
argument
195
void NapiAsyncCallback::CallWithFunc(napi_ref& method, std::shared_ptr<bool>
isValid
,
in CallWithFunc()
argument
/foundation/ability/ability_runtime/interfaces/kits/native/ability/native/ability_runtime/
H
A
D
cj_ability_object.h
38
bool
isValid
;
member
/foundation/multimedia/av_codec/test/moduletest/vcodec/swdecoder/src/
H
A
D
api_test.cpp
358
bool
isValid
= false;
in HWTEST_F()
local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/include/
H
A
D
send_task_scheduler.h
41
bool
isValid
= true;
member
/foundation/filemanagement/app_file_service/tests/unittests/backup_sa/module_ipc/
H
A
D
svc_session_manager_test.cpp
2174
bool
isValid
= sessionManagerPtr_->ValidRestoreDataType(RESTORE_DATA_READDY);
in HWTEST_F()
local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/
H
A
D
navigation_transition_proxy.h
242
bool
isValid
= true;
member
/foundation/arkui/ace_engine/frameworks/base/utils/
H
A
D
string_expression.cpp
197
bool
isValid
= CheckCalcIsValid(formula);
in ConvertDal2Rpn()
local
H
A
D
time_util.cpp
125
bool
isValid
= GreatOrEqual(hoursWest, HOURS_WEST_LOWER_LIMIT) && LessOrEqual(hoursWest, HOURS_WEST_UPPER_LIMIT);
in IsHoursWestValid()
local
180
bool
isValid
= GreatOrEqual(hoursWest, HOURS_WEST_LOWER_LIMIT) && LessOrEqual(hoursWest, HOURS_WEST_UPPER_LIMIT);
in HoursWestIsValid()
local
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/src/
H
A
D
zip_writer.cpp
190
bool
isValid
= FilePath::PathIsValid(absolutePath);
in FlushEntriesIfNeeded()
local
Completed in 16 milliseconds
1
2
3
4
5