Home
last modified time | relevance | path

Searched refs:pathIndex (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/navigation/
H A Dmock_navigation_stack.h161 std::vector<int32_t> pathIndex; in GetAllPathIndex() local
163 pathIndex.emplace_back(i); in GetAllPathIndex()
165 return pathIndex; in GetAllPathIndex()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/
H A Dnavigation_stack.cpp308 std::vector<int32_t> pathIndex; in GetAllPathIndex() local
310 pathIndex.emplace_back(i); in GetAllPathIndex()
312 return pathIndex; in GetAllPathIndex()
H A Dnavigation_pattern.cpp705 auto pathIndex = indexes[index]; in UpdateNavPathList() local
720 uiNode = navigationStack_->Get(pathIndex); in UpdateNavPathList()
725 pathIndex, index, pathName.c_str()); in UpdateNavPathList()
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/modules/presets/
H A Dcjson_parser.h43 uint32_t pathIndex = 0; // the path value index in psram member
H A Dcjson_parser.cpp597 node->pathIndex = usedOffset_; in PutNumOrStrValue()
774 char *nodeKey = reinterpret_cast<char *>(startPos_ + node->pathIndex); in GetValueFromCache()
/ohos5.0/base/startup/appspawn/modules/sandbox/
H A Dsandbox_utils.cpp209 size_t pathIndex = path.find_first_of('/', index); in MakeDirRecursive() local
210 index = pathIndex == std::string::npos ? size : pathIndex + 1; in MakeDirRecursive()
227 size_t pathIndex = path.find_first_of('/', index); in CheckDirRecursive() local
228 index = pathIndex == std::string::npos ? size : pathIndex + 1; in CheckDirRecursive()
1475 size_t pathIndex = hapPath.find_last_of(g_fileSeparator); in SetOverlayAppSandboxProperty() local
1476 if (pathIndex == string::npos) { in SetOverlayAppSandboxProperty()
1479 std::string srcPath = hapPath.substr(0, pathIndex); in SetOverlayAppSandboxProperty()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_navigation_stack.cpp306 std::vector<int32_t> pathIndex; in GetAllPathIndex() local
310 pathIndex.emplace_back(value->ToNumber<int32_t>()); in GetAllPathIndex()
314 return pathIndex; in GetAllPathIndex()