Searched refs:arrayValue_ (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/indexer/ |
H A D | indexer_pattern.cpp | 143 itemCount_ = static_cast<int32_t>(arrayValue_.size()); in InitArrayValue() 148 arrayValue_.clear(); in InitArrayValue() 205 int32_t indexerSize = static_cast<int32_t>(arrayValue_.size()); in BuildArrayValueItems() 227 for (auto indexerItem : arrayValue_) { in BuildArrayValueItems() 235 arrayValue_.clear(); in BuildFullArrayValue() 238 arrayValue_.push_back(std::pair(indexerLetter, false)); in BuildFullArrayValue() 295 arrayValue_.clear(); in ApplySevenPlusOneMode() 331 arrayValue_.clear(); in ApplyFivePlusOneMode() 652 const auto& indexValue = arrayValue_.at(i).first; in GetFocusChildIndex() 665 const auto& indexValue = arrayValue_.at(i).first; in GetFocusChildIndex() [all …]
|
H A D | indexer_pattern.h | 203 std::vector<std::pair<std::string, bool>> arrayValue_; variable
|
/ohos5.0/base/global/resource_management/interfaces/js/innerkits/core/include/ |
H A D | resource_manager_data_context.h | 42 std::vector<std::string> arrayValue_; member
|
/ohos5.0/base/global/resource_management/interfaces/js/innerkits/core/src/ |
H A D | resource_manager_napi_utils.cpp | 164 … napi_status status = napi_create_array_with_length(env, dataContext.arrayValue_.size(), &result); in CreateJsArray() 169 for (size_t i = 0; i < dataContext.arrayValue_.size(); i++) { in CreateJsArray() 171 …status = napi_create_string_utf8(env, dataContext.arrayValue_[i].c_str(), NAPI_AUTO_LENGTH, &value… in CreateJsArray()
|
H A D | resource_manager_napi_sync_impl.cpp | 151 dataContext->arrayValue_); in GetRawFileListSync() 152 if (state != RState::SUCCESS || dataContext->arrayValue_.empty()) { in GetRawFileListSync() 678 RState state = resMgr->GetStringArrayById(resId, dataContext->arrayValue_); in ProcessStringArrayValueResource() 1195 dataContext->arrayValue_); in ProcessStringArrayResourceByName() 1253 dataContext->addon_->GetResMgr()->GetLocales(dataContext->arrayValue_, dataContext->bValue_); in GetLocales()
|
H A D | resource_manager_napi_async_impl.cpp | 479 state = resMgr->GetStringArrayById(resId, dataContext->arrayValue_); in __anon06571fda1d02() 486 dataContext->arrayValue_); in __anon06571fda1d02() 796 …e = dataContext->addon_->GetResMgr()->GetRawFileList(dataContext->path_, dataContext->arrayValue_); in __anon06571fda2702()
|