Searched refs:pathNames (Results 1 – 6 of 6) sorted by relevance
149 std::vector<std::string> pathNames; in GetAllPathName() local151 pathNames.emplace_back(mockPathArray_[i].name); in GetAllPathName()153 return pathNames; in GetAllPathName()
276 std::vector<std::string> pathNames; in GetAllPathName() local280 pathNames.emplace_back(value->ToString()); in GetAllPathName()284 return pathNames; in GetAllPathName()317 void JSNavigationStack::InitNavPathIndex(const std::vector<std::string>& pathNames) in InitNavPathIndex() argument326 for (size_t i = 0; i < pathNames.size(); i++) { in InitNavPathIndex()327 JSRef<JSVal> info = JSRef<JSVal>::Make(ToJSValue(pathNames[i])); in InitNavPathIndex()428 auto pathNames = GetAllPathName(); in GetNameByIndex() local429 if (index < 0 || index >= static_cast<int32_t>(pathNames.size())) { in GetNameByIndex()433 return pathNames[index]; in GetNameByIndex()
95 void InitNavPathIndex(const std::vector<std::string>& pathNames) override;
296 std::vector<std::string> pathNames; in GetAllPathName() local298 pathNames.emplace_back(path.first); in GetAllPathName()300 return pathNames; in GetAllPathName()
146 virtual void InitNavPathIndex(const std::vector<std::string>& pathNames) {} in InitNavPathIndex() argument
682 auto pathNames = navigationStack_->GetAllPathName(); in UpdateNavPathList() local686 int32_t pathListSize = static_cast<int32_t>(pathNames.size()); in UpdateNavPathList()691 auto pathName = pathNames[index]; in UpdateNavPathList()755 navigationStack_->InitNavPathIndex(pathNames); in UpdateNavPathList()