Searched refs:curent (Results 1 – 3 of 3) sorted by relevance
59 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}
176 std::string curent(ctime(&configFileStatus.st_mtime)); in IsNeedRefreshConfig() local177 if (curent != propertyFileLastModifyTime) { in IsNeedRefreshConfig()178 propertyFileLastModifyTime = curent; in IsNeedRefreshConfig()
673 auto curent = ent; in constructPath() local675 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()