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:DCHECK
(Results
1 - 9
of
9
) sorted by relevance
/test/testfwk/arkxtest/uitest/napi/
H
A
D
ui_event_observer_napi.cpp
41
DCHECK
(env != nullptr);
in PreprocessCallOnce()
42
DCHECK
(jsThis != nullptr);
in PreprocessCallOnce()
98
DCHECK
(env != nullptr);
in InitCallbackContext()
99
DCHECK
(in.paramList_.size() > INDEX_ZERO && in.paramList_.at(INDEX_ZERO).type() == detail::value_t::object);
in InitCallbackContext()
100
DCHECK
(in.paramList_.size() > INDEX_ONE && in.paramList_.at(INDEX_ONE).type() == detail::value_t::string);
in InitCallbackContext()
101
DCHECK
(in.paramList_.size() > INDEX_TWO && in.paramList_.at(INDEX_TWO).type() == detail::value_t::boolean);
in InitCallbackContext()
102
DCHECK
(in.paramList_.size() > INDEX_THREE && in.paramList_.at(INDEX_THREE).type() == detail::value_t::boolean);
in InitCallbackContext()
/test/testfwk/arkxtest/uitest/connection/
H
A
D
ipc_transactor.cpp
91
DCHECK
(!call.paramList_.is_discarded());
in OnRemoteRequest()
110
DCHECK
(handler_ != nullptr);
in Call()
147
DCHECK
(static_cast<size_t>(fdIndex) < call.paramList_.size());
in Call()
148
DCHECK
(call.paramList_.at(fdIndex).type() == nlohmann::detail::value_t::number_integer);
in Call()
159
DCHECK
(!result.resultValue_.is_discarded());
in Call()
295
DCHECK
(connectState_ == UNINIT);
in InitAndConnectPeer()
347
DCHECK
(connectState_ != UNINIT);
in Transact()
361
DCHECK
(remoteCaller_ != nullptr);
in Transact()
/test/testfwk/arkxtest/uitest/cj/
H
A
D
ui_event_observer_impl.cpp
81
DCHECK
(in.paramList_.size() > INDEX_ZERO && in.paramList_.at(INDEX_ZERO).type() == detail::value_t::object);
in InitCallbackContext()
82
DCHECK
(in.paramList_.size() > INDEX_ONE && in.paramList_.at(INDEX_ONE).type() == detail::value_t::string);
in InitCallbackContext()
83
DCHECK
(in.paramList_.size() > INDEX_TWO && in.paramList_.at(INDEX_TWO).type() == detail::value_t::boolean);
in InitCallbackContext()
84
DCHECK
(in.paramList_.size() > INDEX_THREE && in.paramList_.at(INDEX_THREE).type() == detail::value_t::boolean);
in InitCallbackContext()
/test/testfwk/arkxtest/uitest/core/
H
A
D
ui_action.cpp
103
DCHECK
(type_ >= TouchOp::CLICK && type_ <= TouchOp::DOUBLE_CLICK_P);
in Decompose()
124
DCHECK
(type_ >= TouchOp::SWIPE && type_ <= TouchOp::FLING);
in Decompose()
285
DCHECK
(type_ >= TouchOp::SWIPE && type_ <= TouchOp::DRAG);
in Decompose()
297
DCHECK
(type_ >= TouchOp::CLICK && type_ <= TouchOp::DOUBLE_CLICK_P);
in Decompose()
361
DCHECK
(stage_ >= ActionStage::DOWN && stage_ <= ActionStage::UP);
in Decompose()
H
A
D
frontend_api_handler.cpp
137
DCHECK
(find(DATA_TYPE_SCOPE.begin(), DATA_TYPE_SCOPE.end(), token) != DATA_TYPE_SCOPE.end());
in ParseMethodSignature()
538
DCHECK
(ptr != nullptr);
in StoreBackendObject()
549
DCHECK
(sBackendObjects.find(string(ownerRef)) != sBackendObjects.end());
in StoreBackendObject()
560
DCHECK
(find != sBackendObjects.end() && find->second != nullptr);
in GetBackendObject()
567
DCHECK
(find0 != sDriverBindingMap.end());
in GetBoundUiDriver()
569
DCHECK
(find1 != sBackendObjects.end() && find1->second != nullptr);
in GetBoundUiDriver()
577
DCHECK
(in.paramList_.type() == value_t::array);
in BackendObjectsCleaner()
579
DCHECK
(item.type() == value_t::string); // must be objRef
in BackendObjectsCleaner()
599
DCHECK
(in.paramList_.type() == value_t::array);
in ReadCallArg()
600
DCHECK
(inde
in ReadCallArg()
[all...]
H
A
D
common_utilities_hpp.h
138
#define
DCHECK
(cond) \
macro
141
LOG_E("
DCHECK
FAILED, %{public}s %{public}d: %{public}s", __FILE__, __LINE__, #cond); \
H
A
D
ui_driver.cpp
58
DCHECK
(uiController_);
in CheckStatus()
262
DCHECK
(targetWidgetsIndex_.size() == 1);
in RetrieveWidget()
H
A
D
ui_model.h
120
DCHECK
(right_ >= left_ && bottom_ >= top_);
in Rect()
H
A
D
widget_operator.cpp
90
DCHECK
(op >= TouchOp::CLICK && op <= TouchOp::DOUBLE_CLICK_P);
in GenericClick()
Completed in 8 milliseconds