Home
last modified time | relevance | path

Searched refs:DCHECK (Results 1 - 9 of 9) sorted by relevance

/test/testfwk/arkxtest/uitest/napi/
H A Dui_event_observer_napi.cpp41 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 Dipc_transactor.cpp91 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 Dui_event_observer_impl.cpp81 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 Dui_action.cpp103 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 Dfrontend_api_handler.cpp137 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 Dcommon_utilities_hpp.h138 #define DCHECK(cond) \ macro
141 LOG_E("DCHECK FAILED, %{public}s %{public}d: %{public}s", __FILE__, __LINE__, #cond); \
H A Dui_driver.cpp58 DCHECK(uiController_); in CheckStatus()
262 DCHECK(targetWidgetsIndex_.size() == 1); in RetrieveWidget()
H A Dui_model.h120 DCHECK(right_ >= left_ && bottom_ >= top_); in Rect()
H A Dwidget_operator.cpp90 DCHECK(op >= TouchOp::CLICK && op <= TouchOp::DOUBLE_CLICK_P); in GenericClick()

Completed in 8 milliseconds