Home
last modified time | relevance | path

Searched refs:cachedPath (Results 1 - 2 of 2) sorted by relevance

/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_session_manager_test5.cpp241 const std::string cachedPath = "cachedPath"; in HWTEST_F() local
247 .startingWindowIconPath_ = cachedPath, in HWTEST_F()
255 EXPECT_EQ(path, cachedPath); in HWTEST_F()
277 std::string path = "cachedPath"; in HWTEST_F()
312 std::string path = "cachedPath"; in HWTEST_F()
358 std::string cachedPath = "cachedPath"; in HWTEST_F() local
364 .startingWindowIconPath_ = cachedPath, in HWTEST_F()
394 std::string cachedPath in HWTEST_F() local
[all...]
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Dnode_impl.cpp516 auto cachedPath = META_ACCESS_PROPERTY(Path)->GetValue(); in UpdateChildrenPath() local
517 cachedPath.append(Name()->GetValue()); in UpdateChildrenPath()
518 cachedPath.append("/"); in UpdateChildrenPath()
522 child->META_ACCESS_PROPERTY(Path)->SetValue(cachedPath); in UpdateChildrenPath()

Completed in 5 milliseconds