/foundation/filemanagement/dfs_service/services/clouddisk_database/include/ |
H A D | clouddisk_notify_utils.h | 44 GetUriFromCache(const string &bundleName, const string &rootId, const CacheNode &cacheNode, string &uri);
|
/foundation/filemanagement/dfs_service/services/clouddisk_database/src/ |
H A D | clouddisk_notify_utils.cpp | 156 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 D | clouddisk_notify_utils_test.cpp | 371 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 D | clouddisk_notify_utils_mock.cpp | 137 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 D | js_third_accessibility_hover_ng.cpp | 344 int64_t rootId = -1; member 364 argument.rootId = StringUtils::StringToLongInt(*arg); in GetDumpInfoArgument()
|
H A D | js_accessibility_manager.cpp | 2860 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 D | js_accessibility_manager.h | 446 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 D | rs_uifirst_manager.cpp | 1590 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 D | scene_impl.cpp | 246 [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 D | scene_holder.h | 63 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 D | rs_main_thread_test.cpp | 3345 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 D | overlay_manager.cpp | 4832 auto rootId = rootNode->GetId(); in CheckTargetIdIsValid() local 4833 return rootId != targetId; in CheckTargetIdIsValid()
|