Home
last modified time | relevance | path

Searched refs:rootId (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/foundation/filemanagement/dfs_service/test/unittests/clouddisk_database/
H A Dclouddisk_notify_utils_test.cpp222 string rootId = "rootId"; variable
227 int ret = CloudDiskNotifyUtils.GetUriFromCache(bundleName, rootId, cacheNode, uri);
/ohos5.0/foundation/filemanagement/dfs_service/test/unittests/clouddisk_database/mock/
H A Dclouddisk_notify_utils_mock.cpp137 const string &rootId, in GetUriFromCache() argument
146 while (tmpCacheNode.parentCloudId != rootId) { in GetUriFromCache()
/ohos5.0/foundation/filemanagement/dfs_service/services/clouddisk_database/src/
H A Dclouddisk_notify_utils.cpp156 const string &rootId, in GetUriFromCache() argument
165 while (tmpCacheNode.parentCloudId != rootId) { in GetUriFromCache()
/ohos5.0/foundation/filemanagement/dfs_service/services/clouddisk_database/include/
H A Dclouddisk_notify_utils.h44 …GetUriFromCache(const string &bundleName, const string &rootId, const CacheNode &cacheNode, string…
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Djs_third_accessibility_hover_ng.cpp344 int64_t rootId = -1; member
364 argument.rootId = StringUtils::StringToLongInt(*arg); in GetDumpInfoArgument()
H A Djs_accessibility_manager.cpp2934 void JsAccessibilityManager::DumpTreeNG(bool useWindowId, uint32_t windowId, int64_t rootId, bool i… in DumpTreeNG() argument
2936 if (!useWindowId && rootId == -1) { in DumpTreeNG()
2953 auto nodeId = rootId == -1 ? rootNode->GetAccessibilityId() : rootId; in DumpTreeNG()
2957 void JsAccessibilityManager::DumpHoverTestNG(uint32_t windowId, int64_t rootId, int32_t x, int32_t … in DumpHoverTestNG() argument
2965 if (rootId == -1) { in DumpHoverTestNG()
2968 root = GetFramenodeByAccessibilityId(pipelineRoot, rootId); in DumpHoverTestNG()
3015 int64_t rootId = -1; in OnDumpInfoNG() local
3030 rootId = StringUtils::StringToLongInt(*arg); in OnDumpInfoNG()
3064 DumpTreeNG(useWindowId, windowId, rootId, isDumpSimplify); in OnDumpInfoNG()
3073 DumpHoverTestNG(windowId, rootId, pointX, pointY, verbose); in OnDumpInfoNG()
H A Djs_accessibility_manager.h446 … void DumpTreeNG(bool useWindowId, uint32_t windowId, int64_t rootId, bool isDumpSimplify = false);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_uifirst_manager.cpp1484 auto rootId = uifirstRootNodeId != INVALID_NODEID ? uifirstRootNodeId : firstLevelNodeId; in CheckAndWaitPreFirstLevelDrawableNotify() local
1485 if (rootId == INVALID_NODEID) { in CheckAndWaitPreFirstLevelDrawableNotify()
1491 auto uifirstRootNodeDrawable = DrawableV2::RSRenderNodeDrawableAdapter::GetDrawableById(rootId); in CheckAndWaitPreFirstLevelDrawableNotify()
1495 …"uifirstnode %{public}" PRIu64 " uifirstroot %{public}" PRIu64 " nullptr", params.GetId(), rootId); in CheckAndWaitPreFirstLevelDrawableNotify()
1500 RS_LOGE("uifirst invalid uifirstrootNodeId %{public}" PRIu64, rootId); in CheckAndWaitPreFirstLevelDrawableNotify()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/pipeline/
H A Drs_render_thread_visitor.cpp602 auto rootId = GetActiveSubtreeRootId(); in ProcessRootRenderNode() local
603 if (rootId != INVALID_NODEID) { in ProcessRootRenderNode()
604 RSSurfaceBufferCallbackManager::Instance().SetReleaseFenceForVulkan(fenceFd, rootId); in ProcessRootRenderNode()
605 RSSurfaceBufferCallbackManager::Instance().RunSurfaceBufferSubCallbackForVulkan(rootId); in ProcessRootRenderNode()
/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Dscene_impl.cpp246 …[me = BASE_NS::weak_ptr(GetSelf())](const BASE_NS::string& rootId, const BASE_NS::string& cameraId… in Build() argument
248 static_cast<SceneImpl*>(self)->onSceneInitialized(rootId, cameraId); in Build()
704 void onSceneInitialized(const BASE_NS::string& rootId, const BASE_NS::string& cameraId) in onSceneInitialized() argument
707 rootNodeId_ = rootId; in onSceneInitialized()
748 …ACCESS_PROPERTY(RootNode)->SetValue(GetSelf<SCENE_NS::IScene>()->GetNode<SCENE_NS::INode>(rootId)); in onSceneInitialized()
H A Dscene_holder.h63 virtual void Invoke(const BASE_NS::string& rootId, const BASE_NS::string& cameraId) = 0;
64 using FunctionType = void(const BASE_NS::string& rootId, const BASE_NS::string& cameraId);
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/
H A Drs_main_thread_test.cpp3328 NodeId rootId = 0; variable
3330 mainThread->context_->globalRootRenderNode_ = std::make_shared<RSRenderNode>(rootId);
3408 NodeId rootId = 0; variable
3409 auto rootNode = std::make_shared<RSBaseRenderNode>(rootId);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/overlay/
H A Doverlay_manager.cpp4825 auto rootId = rootNode->GetId(); in CheckTargetIdIsValid() local
4826 return rootId != targetId; in CheckTargetIdIsValid()