Searched refs:pathIndex (Results 1 – 7 of 7) sorted by relevance
161 std::vector<int32_t> pathIndex; in GetAllPathIndex() local163 pathIndex.emplace_back(i); in GetAllPathIndex()165 return pathIndex; in GetAllPathIndex()
308 std::vector<int32_t> pathIndex; in GetAllPathIndex() local310 pathIndex.emplace_back(i); in GetAllPathIndex()312 return pathIndex; in GetAllPathIndex()
705 auto pathIndex = indexes[index]; in UpdateNavPathList() local720 uiNode = navigationStack_->Get(pathIndex); in UpdateNavPathList()725 pathIndex, index, pathName.c_str()); in UpdateNavPathList()
43 uint32_t pathIndex = 0; // the path value index in psram member
597 node->pathIndex = usedOffset_; in PutNumOrStrValue()774 char *nodeKey = reinterpret_cast<char *>(startPos_ + node->pathIndex); in GetValueFromCache()
209 size_t pathIndex = path.find_first_of('/', index); in MakeDirRecursive() local210 index = pathIndex == std::string::npos ? size : pathIndex + 1; in MakeDirRecursive()227 size_t pathIndex = path.find_first_of('/', index); in CheckDirRecursive() local228 index = pathIndex == std::string::npos ? size : pathIndex + 1; in CheckDirRecursive()1475 size_t pathIndex = hapPath.find_last_of(g_fileSeparator); in SetOverlayAppSandboxProperty() local1476 if (pathIndex == string::npos) { in SetOverlayAppSandboxProperty()1479 std::string srcPath = hapPath.substr(0, pathIndex); in SetOverlayAppSandboxProperty()
306 std::vector<int32_t> pathIndex; in GetAllPathIndex() local310 pathIndex.emplace_back(value->ToNumber<int32_t>()); in GetAllPathIndex()314 return pathIndex; in GetAllPathIndex()