Home
last modified time | relevance | path

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

/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/
H A Drs_property_trace.cpp176 std::string curent(ctime(&configFileStatus.st_mtime)); in IsNeedRefreshConfig()
177 if (curent != propertyFileLastModifyTime) { in IsNeedRefreshConfig()
178 propertyFileLastModifyTime = curent; in IsNeedRefreshConfig()
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Dscene_impl.cpp673 auto curent = ent; in constructPath() local
675 if (!CORE_NS::EntityUtil::IsValid(curent)) { in constructPath()
679 if (!nodeManager->HasComponent(curent)) { in constructPath()
683 if (!nameManager->HasComponent(curent)) { in constructPath()
687 auto namecomp = nameManager->Get(curent); in constructPath()
692 const auto& node = nodeManager->Get(curent); in constructPath()
693 curent = node.parent; in constructPath()

Completed in 4 milliseconds