Home
last modified time | relevance | path

Searched refs:curent (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/multimedia/camera_framework/
H A Dhisysevent.yaml59 CUR_MODE: {type: INT32, desc: curent mode}
60 CUR_CAMERA_ID: {type: STRING, desc: curent camera id}
70 CUR_MODE: {type: INT32, desc: curent mode}
72 CUR_CAMERA_ID: {type: STRING, desc: curent camera id}
81 CUR_CAMERA_ID: {type: STRING, desc: curent camera id}
83 CUR_MODE: {type: INT32, desc: curent mode}
93 CUR_MODE: {type: INT32, desc: curent mode}
95 CUR_CAMERA_ID: {type: STRING, desc: curent camera id}
/ohos5.0/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() local
177 if (curent != propertyFileLastModifyTime) { in IsNeedRefreshConfig()
178 propertyFileLastModifyTime = curent; in IsNeedRefreshConfig()
/ohos5.0/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()