Home
last modified time | relevance | path

Searched refs:rootId (Results 1 - 12 of 12) sorted by relevance

/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 &uri);
/foundation/filemanagement/dfs_service/services/clouddisk_database/src/
H A Dclouddisk_notify_utils.cpp156 const string &rootId, in GetUriFromCache()
165 while (tmpCacheNode.parentCloudId != rootId) { in GetUriFromCache()
155 GetUriFromCache(const string &bundleName, const string &rootId, const CacheNode &cacheNode, string &uri) GetUriFromCache() argument
/foundation/filemanagement/dfs_service/test/unittests/clouddisk_database/
H A Dclouddisk_notify_utils_test.cpp371 string rootId = "rootId"; in HWTEST_F() local
376 int ret = CloudDiskNotifyUtils.GetUriFromCache(bundleName, rootId, cacheNode, uri); in HWTEST_F()
/foundation/filemanagement/dfs_service/test/unittests/clouddisk_database/mock/
H A Dclouddisk_notify_utils_mock.cpp137 const string &rootId, in GetUriFromCache()
136 GetUriFromCache(const string &bundleName, const string &rootId, const CacheNode &cacheNode, string &uri) GetUriFromCache() argument
/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.cpp2860 void JsAccessibilityManager::DumpTreeNG(bool useWindowId, uint32_t windowId, int64_t rootId, bool isDumpSimplify) in DumpTreeNG() argument
2862 if (!useWindowId && rootId == -1) { in DumpTreeNG()
2879 auto nodeId = rootId == -1 ? rootNode->GetAccessibilityId() : rootId; in DumpTreeNG()
2883 void JsAccessibilityManager::DumpHoverTestNG(uint32_t windowId, int64_t rootId, int32_t x, int32_t y, bool verbose) in DumpHoverTestNG() argument
2891 if (rootId == -1) { in DumpHoverTestNG()
2894 root = GetFramenodeByAccessibilityId(pipelineRoot, rootId); in DumpHoverTestNG()
2941 int64_t rootId = -1; in OnDumpInfoNG() local
2956 rootId = StringUtils::StringToLongInt(*arg); in OnDumpInfoNG()
2993 DumpTreeNG(useWindowId, windowId, rootId, isDumpSimplif in OnDumpInfoNG()
[all...]
H A Djs_accessibility_manager.h446 void DumpTreeNG(bool useWindowId, uint32_t windowId, int64_t rootId, bool isDumpSimplify = false);
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_uifirst_manager.cpp1590 auto rootId = uifirstRootNodeId != INVALID_NODEID ? uifirstRootNodeId : firstLevelNodeId; in CheckAndWaitPreFirstLevelDrawableNotify() local
1591 if (rootId == INVALID_NODEID) { in CheckAndWaitPreFirstLevelDrawableNotify()
1597 auto uifirstRootNodeDrawable = DrawableV2::RSRenderNodeDrawableAdapter::GetDrawableById(rootId); in CheckAndWaitPreFirstLevelDrawableNotify()
1599 RS_LOGE("uifirst invalid uifirstrootNodeId %{public}" PRIu64, rootId); in CheckAndWaitPreFirstLevelDrawableNotify()
1619 " wait uifirstrootNodeId %{public}" PRIu64 " until timeout", params.GetId(), rootId); in CheckAndWaitPreFirstLevelDrawableNotify()
/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) {
248 static_cast<SceneImpl*>(self)->onSceneInitialized(rootId, cameraId);
704 void onSceneInitialized(const BASE_NS::string& rootId, const BASE_NS::string& cameraId) in onSceneInitialized() argument
707 rootNodeId_ = rootId; in onSceneInitialized()
748 META_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);
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/
H A Drs_main_thread_test.cpp3345 NodeId rootId = 0; in HWTEST_F() local
3347 mainThread->context_->globalRootRenderNode_ = std::make_shared<RSRenderNode>(rootId); in HWTEST_F()
3409 NodeId rootId = 0; in HWTEST_F() local
3410 auto rootNode = std::make_shared<RSBaseRenderNode>(rootId); in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/overlay/
H A Doverlay_manager.cpp4832 auto rootId = rootNode->GetId(); in CheckTargetIdIsValid() local
4833 return rootId != targetId; in CheckTargetIdIsValid()

Completed in 66 milliseconds