Home
last modified time | relevance | path

Searched refs:data_ (Results 1 - 2 of 2) sorted by relevance

/test/testfwk/arkxtest/uitest/core/
H A Dui_action.cpp206 this->data_ = std::make_unique<TouchEvent[]>(this->capacity_); in PointerMatrix()
211 this->data_ = move(other.data_); in operator =()
230 *(this->data_.get() + this->size_) = ptr; in PushAction()
244 return *(this->data_.get() + (fingerIndex * this->stepNum_ + stepIndex)); in At()
H A Dui_action.h131 std::unique_ptr<TouchEvent[]> data_ = nullptr; member in OHOS::uitest::PointerMatrix

Completed in 3 milliseconds