Home
last modified time | relevance | path

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

/test/testfwk/arkxtest/uitest/napi/
Dui_event_observer_napi.cpp41 DCHECK(env != nullptr); in PreprocessCallOnce()
42 DCHECK(jsThis != nullptr); in PreprocessCallOnce()
98 DCHECK(env != nullptr); in InitCallbackContext()
99DCHECK(in.paramList_.size() > INDEX_ZERO && in.paramList_.at(INDEX_ZERO).type() == detail::value_t… in InitCallbackContext()
100DCHECK(in.paramList_.size() > INDEX_ONE && in.paramList_.at(INDEX_ONE).type() == detail::value_t::… in InitCallbackContext()
101DCHECK(in.paramList_.size() > INDEX_TWO && in.paramList_.at(INDEX_TWO).type() == detail::value_t::… in InitCallbackContext()
102DCHECK(in.paramList_.size() > INDEX_THREE && in.paramList_.at(INDEX_THREE).type() == detail::value… in InitCallbackContext()
/test/testfwk/arkxtest/uitest/connection/
Dipc_transactor.cpp90 DCHECK(!call.paramList_.is_discarded()); in OnRemoteRequest()
109 DCHECK(handler_ != nullptr); in Call()
146 DCHECK(static_cast<size_t>(fdIndex) < call.paramList_.size()); in Call()
147DCHECK(call.paramList_.at(fdIndex).type() == nlohmann::detail::value_t::number_unsigned); in Call()
158 DCHECK(!result.resultValue_.is_discarded()); in Call()
292 DCHECK(connectState_ == UNINIT); in InitAndConnectPeer()
344 DCHECK(connectState_ != UNINIT); in Transact()
358 DCHECK(remoteCaller_ != nullptr); in Transact()
/test/testfwk/arkxtest/uitest/core/
Dcommon_utilities_hpp.h28 #define DCHECK(cond) do { (void)sizeof(cond);} while (0) macro
33 #define DCHECK(cond) assert((cond)) macro
Dui_action.cpp95 DCHECK(type_ >= TouchOp::CLICK && type_ <= TouchOp::DOUBLE_CLICK_P); in Decompose()
116 DCHECK(type_ >= TouchOp::SWIPE && type_ <= TouchOp::DRAG); in Decompose()
277 DCHECK(type_ >= TouchOp::SWIPE && type_ <= TouchOp::DRAG); in Decompose()
289 DCHECK(type_ >= TouchOp::CLICK && type_ <= TouchOp::DOUBLE_CLICK_P); in Decompose()
353 DCHECK(stage_ >= ActionStage::DOWN && stage_ <= ActionStage::UP); in Decompose()
Dfrontend_api_handler.cpp137DCHECK(find(DATA_TYPE_SCOPE.begin(), DATA_TYPE_SCOPE.end(), token) != DATA_TYPE_SCOPE.end()); in ParseMethodSignature()
525 DCHECK(ptr != nullptr); in StoreBackendObject()
536 DCHECK(sBackendObjects.find(string(ownerRef)) != sBackendObjects.end()); in StoreBackendObject()
547 DCHECK(find != sBackendObjects.end() && find->second != nullptr); in GetBackendObject()
554 DCHECK(find0 != sDriverBindingMap.end()); in GetBoundUiDriver()
556 DCHECK(find1 != sBackendObjects.end() && find1->second != nullptr); in GetBoundUiDriver()
564 DCHECK(in.paramList_.type() == value_t::array); in BackendObjectsCleaner()
566 DCHECK(item.type() == value_t::string); // must be objRef in BackendObjectsCleaner()
586 DCHECK(in.paramList_.type() == value_t::array); in ReadCallArg()
587 DCHECK(index <= in.paramList_.size()); in ReadCallArg()
[all …]
Dui_driver.cpp58 DCHECK(uiController_); in CheckStatus()
256 DCHECK(targetWidgetsIndex_.size() == 1); in RetrieveWidget()
Dui_model.h109 DCHECK(right_ >= left_ && bottom_ >= top_); in Rect()
Dwidget_operator.cpp90 DCHECK(op >= TouchOp::CLICK && op <= TouchOp::DOUBLE_CLICK_P); in GenericClick()
/test/testfwk/arkxtest/uitest/server/
Dsystem_ui_controller.cpp712 DCHECK(screenMgr); in SetDisplayRotation()
755 DCHECK(screenMgr); in SetDisplayRotationEnabled()
788 DCHECK(displayMgr); in IsScreenOn()